@charset "utf-8";
/* Einfache fließende Medien
   Hinweis: Für fließende Medien müssen Sie die Attribute 'height' und 'width' des Medium aus dem HTML-Code entfernen
   http://www.alistapart.com/articles/fluid-images/ 
*/
.body{
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background:#CDD0D5;
	width:100%;
	min-width: 1280px;
	margin:0px;
	padding:0px;
	overflow: auto;
}

.container{
	background:url(image/Bilder/calmsailing_background.png) repeat-x;
	text-align:left;
	width:100%;
	min-width: 1280px;
	vertical-align:middle;
	margin:0px;
	padding:0px;
	position:absolute;
}

.header{
	text-align: center;
	width:100%;
	min-width: 1280px;
	height: 50px;
	margin:0px;
	padding:0px;
	font-size: 50px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #669933;
	line-height: 100px;
	}
	
.content{
	background: url(image/Bilder/fewoGesamt.png) no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	width: 70%;
	min-width: 900px;
	min-height: 1200px;
	margin-left: 300px;
	margin-right: auto;
	margin-bottom: 50px;
	padding: 0px 0px 0px 0px;
	}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

.content img {
	border-width: 3px;
	 3px;
	border-color: #669933;
	border-style: solid;
	margin-bottom: 30px;
	margin-left: 0px;
	margin-right: 10px;
	padding: 0px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 5px;
	}
	
.content p {
	border-width: 0px;
	margin: 10px;
	padding: 10px;
	white-space: normal;
	}
	
.hinterg{
	width: 70%;
	min-width: 820px;
	border-radius: 15px;
	background-color: rgba(194,198,207,0.3);
	margin: 0px 0px 0px 10px;
	padding: 10px 0px 0px 0px;
	}

.iFrame {
	border-width: 3px;
	border-color: #669933;
	border-style: solid;
	margin-bottom: 20px;
	}
	
.footer {
	background-color:#CDD0D5;
	text-align:center;
	vertical-align:bottom;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	min-height:50px;
	margin-bottem:0px;
	padding:0px;
	border-top:thin;
	border-top-style: solid;
	border-top-color: #669933;
	bottom: 0px;
	position: fixed;
	width:100%;
	text-decoration:none;
}

.footer p {
	text-align:center;
	vertical-align:bottom;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	line-height: 130%;
}

.footer a {
	text-decoration:none;
	color: #000;
}

.sidebar1{
	margin-top: 100px;
	margin-left: 100px;
	margin-right: auto;
	
	}
	
.table1 {
	width:70%;
	margin: 10px;
	padding: 5px;
	border: hidden;
	}
	
.table1 td, table1 tr {
	min-width: 200px;
	margin: 5px;
	padding: 5px;
	border: hidden;
	vertical-align: top;
	}
	
.table2 {
	margin-left: 18px;
	}
	
.table2 a {
	text-decoration:none;
	color: #000;
}

.table3 {
	width: 70%;
	margin: 10px;
	padding: 5px;
	border: hidden;
	}
	
.table3 td, table1 tr {
	min-width: 200px;
	margin: 50px;
	padding: 50px;
	border: hidden;
	vertical-align: top;
	}
	
.nav {
	list-style:none;
	height:50px;
	border:0 none #000;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	vertical-align: middle;
	text-decoration:none;
	cursor:default;
}
.nav li {
	/*float:left;*/
	width: 190px;
	text-decoration:none;
	vertical-align:middle;
	cursor:default;
}
.nav li a {
	display:block;
	cursor:pointer;
	/*float:left;*/
	height:40px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	color:#669933;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration:none;
	vertical-align:middle;
	line-height:45px;
}
.nav li a b {
	/*float:left;*/
	cursor:pointer;
	display:block;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
	text-decoration:none;
}
.nav li.current a {
	cursor:pointer;
	background-image: url(image/navi/navi_current.png);
	background-position: right top;
	background-repeat: no-repeat;
}
.nav li.current a b {
	cursor:pointer;
	background-image: url(image/navi/navi_current.png);
	background-position: right top;
	background-repeat: no-repeat;
}
.nav li a:hover {
	cursor:pointer;
	background-image: url(image/navi/navi_hover.png);
	background-position: right top;
	background-repeat: no-repeat;
}
.nav li a:hover b {
	cursor:pointer;
	background-image: url(image/navi/navi_hover.png);
	background-position: right top;
	background-repeat: no-repeat;
}
.nav li.current a:hover {
	cursor:pointer;
	background-image: url(image/navi/navi_hover.png);
	background-position: right top;
	background-repeat: no-repeat;
}
.nav li.current a:hover b {
	cursor:default;
	background-image: url(image/navi/navi_hover.png);
	background-position: right top;
	background-repeat: no-repeat;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px; 
	
}

a img {
	border: none;
}

/* Galerie */
.lbGallery { 
			/*gallery container settings*/
			background-color: #cccccc;
			padding-left: 20px;  
			padding-top: 20px;  
			padding-right: 20px;  
			padding-bottom: 20px;  
			width: 75%;
			height: auto;
			text-align:center;
		}
		.lbGallery ul { list-style: none; margin:0;padding:0; }
		.lbGallery ul li { display: inline;margin:0;padding:0; }
		.lbGallery ul li a{text-decoration:none;}
			
		.lbGallery ul li a img {
			/*border color, width and margin for the images*/
			border-color: #669933;
			border-left-width: 5px;
			border-top-width: 5px;
			border-right-width: 5px;
			border-bottom-width: 5px;
			margin-left:5px;
			margin-right:5px;
			margin-top:5px;
			margin-bottom:5px:
			}
			
		.lbGallery ul li a:hover img {	
			/*background color on hover*/
			border-color: #ffffff;
			border-left-width: 5px;
			border-top-width: 5px;
			border-right-width: 5px;
			border-bottom-width: 5px;
		}
			
		#lightbox-container-image-box {
			border-top: 0px none #ffffff;
			border-right: 0px none #ffffff;
			border-bottom: 0px none #ffffff;
			border-left: 0px none #ffffff;
			}
			
		#lightbox-container-image-data-box { 
			border-top: 0px;
			border-right: 0px none #ffffff;
			border-bottom: 0px none #ffffff;
			border-left: 0px none #ffffff;
			}
/* Ende Galerie */
