body, html {
	background-color: rgb(151,175,161);
	padding: 0;
	margin: 0;
	font-size: 1em;
	font-family: Helvetica, Arial, sans-serif;
	color: rgb(73,94,95);
	font-weight: normal;
	display: block;
	height: 100%;
	width: 100%;
}

h2 {
	font-weight: bold;
	font-size: 1.5em;
	margin: 0;
	margin-bottom: 0.5em;
}

h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.3em;
}

a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	color: white;
	font-weight: bold;
	text-decoration: none;
	margin-left: 20px;
	margin-right: 20px;
}

ul{

}

th {
	font-weight: normal;
}

p {
	margin: 0;
	padding: 0;
}

/*Header + Navigation*/
.nav {
	height: 40px;
	width: 100%;
	background-color: rgb(69,145,107);
	margin-top: 20px;
	margin-right: 0;
	padding-top: 12px;
	padding-bottom: 5px;
}

#header {
	height: 200px;
	/*min-width: 1000px;*/
	margin-top: 20px;
	background-image: url('img/header.png');
	background-size: 100%;
	background-repeat: no-repeat;
}

#logo {
	max-height: 230px;
	display: block;
	margin-top: -155px;
	margin-bottom: -70px;
	margin-left: auto;
	margin-right: auto;
}

#logo_link {
	margin: 0;
}

.toggle_menu{
	display: none;
	margin: 0;
	padding:0;
}

.menu_table {
	border-collapse: collapse;
	table-layout: fixed;
	float: left;
	margin-left: 50px;
	margin-right: 50px;
}

.menu_table th{
	width:250px;
	text-align: left;
}

.menu_table td{
	background-color: red;
	border: 1px white solid;
	display: block;
	font-weight: normal;
	height: 30px;
	background-color: rgb(69,145,107);
	padding: 0;
	margin: 0;
	float: left;
	width: 200px;
}

.menu_table td a{
	font-weight: normal;
	font-size: 1.2em;
}

#toggle_menu{
	height: 30px;
	background-color: rgba(255,255,255,0.9);
	padding-left: 30px;
	padding-right: 60px;
	padding-top: 7px;
}

#toggle_menu a{
	color: rgb(73,94,95);
	font-size: 1.2em;
}

.toggle2 {
	display: none;
}

#toggle2 {
	height: 30px;
	background-color: rgba(255,255,255,0.9);
	padding-left: 282px;
	padding-right: 60px;
	padding-top: 7px;
}

#toggle2 a{
	color: rgb(73,94,95);
	font-size: 1.2em;
}

#right{
	text-align: right;
	float: right;
}

#empty{
	width: 350px;
}

.home {
	font-size: 1.5em;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.memb{
	font-size: 1.5em;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

/*Inhalt und Footer*/
.content {
	min-height: auto;
	width: 100%-60px;
	padding: 60px;
	margin: 0;
	background-color: rgb(151,175,161); 
	display: inline-block;
}


.footer {
	width: 100%-20px;
	height: 40px;
	background-color: rgb(69,145,107);
	margin: 0;
	padding: 25px 25px 0 0;
	text-align: right;
	display: block;
}

.footer a{
	font-size: 1em;
	font-family: Helvetica, Arial, sans-serif;
	color: white;
	text-decoration: none;	
	margin: 15px;
	font-weight: normal;
}

.footer a:visited {
	font-size: 1em;
	font-family: Helvetica, Arial, sans-serif;
	color: white;
	text-decoration: none;	 
}

.footer a:hover {
	text-decoration: underline;
}

/*Home*/
/*.content_home {
	min-height: 100px;
	width: 460px;
	padding: 60px;
	background-color: white;
}

#home_left{
	float: left;
	margin-right: 60px;
}

#home_right{
	float: left;
	margin-right: 0;

}

.heading{
	margin: 0;
}

.heading2{
	margin: 0;

}
*/

#home_cont{
	width: 1200px;
}

.content_home {
	height: auto;
	width: 660px;
	padding: 60px;
	background-color: white;
	text-align: left;
}

#home_left{
	margin:0 auto;
}


.heading{
	margin: 0;
}

.heading2{
margin-bottom: 0;
}


/*Slideshow*/
.content_slide {
	width: auto;
	height: auto;
	margin: 0;
	float: left;
	margin-top: 60px;
}

.element img {
	width: 660px;
	height: 371px;
	margin: 0;
}

/*Veranstaltungen*/
#event{
	width: 1008px;
	margin: 0px 100px 15px 100px; 
	background-color: white;
	height: auto;
	padding: 15px 10px 15px 10px;
	text-align: center;
}

#event h2 {
	margin: 0
}

#calendar {
	margin: 0 100px 15px 100px;
}

.month {
	min-width: 800px;
	height: auto;
	padding: 10px 15px 10px 15px;
	border: 3px solid white;
	border-bottom: none;
	background-color: rgb(73,94,95);
	font-size: 1.5em;
	color: white;
}

.month_toggle {
	min-width: 800px;
	height: auto;
	padding: 10px 15px 10px 15px;
	border: 3px solid white;
	border-bottom: none;
	background-color: white;
	font-size: 1.5em;
	color: rgb(73,94,95);	
}

.month:hover {
	cursor: pointer;
}

.month_toggle:hover {
	cursor: pointer;
}

#dec {
	border-bottom: 3px solid white;
}

.jan, .feb, .mar, .apr, .may, .jun, .jul, .aug, .sep, .oct, .nov, .dec {
	min-width: 400px;
	height: auto;
	background-color: white;
	margin: 0;
	padding: 10px;
	display: none;
	font-weight: normal;
	font-style: normal;
}


.date {
	width: 70px;
	vertical-align: top;
	text-align: left;
}

.time {
	width: 120px;
	text-align: left;
	float: left;
	vertical-align: text-top;
	text-align: left;
	display: inline-block;
}

.event {
	width: auto;
	float: left;
	vertical-align: text-top;
	text-align: left;
}

#cal_info {
	width: 1000px;
	text-align: center;
	margin: 0 100px 0px 100px;
	padding: 15px 15px 15px 15px;
	background-color: white;
	
}

/*Gästebuch*/
#guestbook {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 1220px;
}



/*Nutzungsbedingungen*/
#nutzung {
	width: auto;
	height: auto;
	background-color: white;
	padding: 60px;
}

/*Impressum*/
#impressum {
	width: auto;
	height: auto;
	background-color: white;
	padding: 60px;
}

#impressum table {
	text-align: left;
	margin: 0;
}

#left_col {
	padding-right: 250px;	
	vertical-align: text-top;
	margin: 0;
}

#right_col {
	vertical-align: text-top;
	margin: 0;
}

#hint {
	background-color: white;
	width: auto;
	margin-top: 15px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 30px;
	padding-bottom: 30px;
}

/*Kontaktformular*/
#contact {
	background-color: white;
	height: auto;
	width: auto;
	padding: 60px;
}

#contact td {
	min-width: 115px;
	display: inline-block;
	padding: 2px;
	margin: 5px;
	vertical-align: text-top;
}

#contact_left_top {
	height: auto;
	width: 50%;
	display: inline-block;
}

#contact_right_top {
	height: auto;
	width: 50%;
	float: right;
}

#contact_left_bottom {
	height: auto;
	width: 50%;
	display: inline-block;
}

#contact_right_bottom {
	height: auto;
	width: 50%;
	float: right;
}

#contact_right_bottom input{
	width: 50px;
	background-size: 15px;
}

.small {
	font-size: 0.8em;
	font-family: Helvetica, Arial, sans-serif;
	color: rgb(73,94,95);
	font-weight: normal;
	margin: 0;
}

#angebot, #bestaetigung {
	margin-right: -100px;
	margin-left: -80px;
}

input {
	width: 250px;
}

input:focus {
	outline-color: rgb(113, 187, 224);
}

.send {
	float: right;
	width: 150px;
	background-color: rgb(113, 187, 224);
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 1.3em;
	color: white;
	border: none;
	padding: 3px;
	cursor: pointer;

}

/*Preise*/
#center {
	text-align: center;
	width: 100%;
}

.preise {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
	width: 700px;
}

.preise th {
	background-color: rgb(73,94,95);
	color: white;
	padding: 5px 25px 5px 25px;
	font-weight: bold;
	font-size: 1.2em;
	width: 700px;
}

.preise td{
	text-align: left;
	background-color: white;
	padding: 5px 25px 5px 25px;
}

#motor {
	font-size: 1.1em;
	text-align: left;
	padding-left: 35px;
}

#leitfaden {
	font-size: 1em;
	color: rgb(73,94,95);
	margin-left: 0;
}

#leitfaden:hover{
	text-decoration: underline;
}

.hint_table h3{
	margin: 0;
}

.hint_table ul {
	margin: 0;
}

.hint_table td{
	width: 1500px;
}

.info_div {
	background-color: white;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 690px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


/*Anfahrt*/
.map {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

#anf{
	padding-left: 170px;
}

/*Knotentechnik*/
.knots h2{
	text-align: center;
}

.knots_table {
	border-collapse: collapse;
}

.knots_table td{
	vertical-align: middle;
	padding: 0;
}

.knots_table th {
	border-left: 2px rgb(151,175,161) solid;
	font-size: 1.2em;
	font-weight: bold;
}

.knots_table tr {
	height: 80px;
	vertical-align: middle;
	padding: 0;
}

.knots_table img{
	width: 80px;
}

.knots_link:hover{
	text-decoration: underline;
}

.col {
	width: 320px;
	text-align: center;
	border-left: 2px rgb(151,175,161) solid;
}

.knots_link {
	color: rgb(73,94,95);
	font-size: 1em;
	font-weight: normal;
}


#no_line {
	border-left: none;
}

.thumb {
	text-align: left;
	width: 120px;
}

/*Anleitungen der Knoten*/
#knot_guides {
	background-color: white;
	padding: 60px;
	width: auto;
	height: 530px;
}

#knot_guides_m {
	background-color: white;
	padding: 60px;
	width: auto;
	height: 694px;
}

#knot_guides_long {
	background-color: white;
	padding: 60px;
	width: auto;
	height: 858px;
}

#knot_guides_xl{
	background-color: white;
	padding: 60px;
	width: auto;
	height: 1022px;	
}

.knot_pic{
	width: 200px;
	float: left;
	text-align: center;
	margin-right: 50px;
}

.knot_pic img{
	width: 200px;
	height: 150px;
	margin-top: 10px;
}

.knot_guide{
	width:500px;
	height: 154px;
	margin-top: 10px;
	vertical-align: middle;
	display: inline-block;
}

.knot_guide ul{
	vertical-align: middle;
}

#back_button{
	float: right;
	margin-top: 20px;
}

/*Partnerlinks*/
.link_groups {
	text-align: center;
}

.link_groups a{
	color: rgb(73,94,95);
	font-size: 1.1em;
	font-weight: normal;
}

.link_groups a:hover{
	text-decoration: underline;
}

.link_groups table{
	border-collapse: collapse;
}

.link_groups td{
	padding: 0;
	margin: 0;
	height: 82px;
}

.link_groups span {
	font-size: 1.3em;
	font-weight: bold;

}

.first {
	text-align: left;
}

/*Gallerie*/
.content_gallery{
	height: 100%;
	width: 100%-60px;
	padding-top: 60px;
	margin: 0;
	background-color: rgb(151,175,161);

}

.frame_gallery {
	width: 100%;
	height: 100%;
	border: none;
}

#pics{
	width: 1100px;
	background-color: white;
	padding: 60px;
}

#pics a{
	color: rgb(73,94,95);
	font-size: 1.2em;
	font-weight: normal;
	line-height: 40px;
}

#pics a:hover{
	text-decoration: underline;
}

#gal_footer {
	margin-top: 60px;
}