@charset "UTF-8";
/* Global Site-wide Definitions */
/* Main Structure, master backgrounds, etc. */

*{
	margin:0px;
	padding:0px;
	font-family:helvetica, arial,  sans-serif;
	font-size:12px;
}

	
/* image-replacement --- Versteckt den Text wenn (sowie eigentlich immer) CSS aktiviert ist */
.image-replacement { 
	text-indent: -200em; 
	overflow: hidden;
	} 


/* float-restore --- stellt den normalen Element-Fluss wieder her */
.float-restore {
	margin: 0;
	padding: 0;
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	}
	




.inset-text {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	}
	

	


/* Definitionen zum body */

body {
	background-color: #353842;
	background-image: url(../img/background/bg.jpg);

	

	
}



/* Definitionen zur Struktur */




#master-of-all {
	width:1000px;
	position: relative;
	left: 50%;
	margin-left: -500px;
	

}

#top-container {
	width:990px;

}

#top-logo {
	
	width:640px;
	height:125px;
	float:left;
	
}

#top-menu-container {

	height:125px;
	float:left;
}

#main-container{
	
	width:990px;
	


}

#main-menu-container {
	width:230px;
	margin-top:20px;
	float:left;


}

#content-container {

	width: 740px;
	margin-top:20px;
	float:left;
	margin-bottom:100px;

	}	


div.content-text {
	
	width:300px;
	float:left;
	margin-right:50px;
}

div.content-img {
	
	width:300px;
	float:left;

}



img.content-pic {
	border:#5d5f67 solid 2px;
	margin:3px 3px 3px 3px;
	float:left;
}

#fotobox-container {

	width:740px;
	float:left;
	
	
}


#fotobox-img-container {
	float:left;
}


#fotobox-img {
	
	padding: 10px 10px 10px 10px;
	margin-right:10px;
	background-image: url(../img/fotobox/frame.jpg);
	background-repeat:repeat-x;
	
	

}

div.fotobox-thumb-container {

	width:510px;
	
	margin-bottom:20px;
	float:left;


	
}

div.fotobox-thumb ul li  {

	
	
	list-style:none;
	float:left;
	margin:5px 5px 5px 5px;


}

div.fotobox-thumb ul li a {

	
	
	background-color:#5d5f67;
	padding:3px 3px 3px 3px;
	display:block;
}

div.fotobox-thumb ul li a:hover {

	background-color:#24262c;
	display:block;


}


div.fotobox-thumb h1 {
		font-family:helvetica, arial,  sans-serif;
		font-size:16px;
		color:#fff;
		padding-bottom:10px;
		margin-left:10px;
		
}
		
#fotobox-nav-container  {

	
	width:500px;
	list-style:none;
	list-style-position:inside;
	
	
}



#fotobox-nav-container li {

	
	float:left;
	list-style:none;
	list-style-position:inside;
	margin-left:50px;
	
	
}




#footer-container {

	width:100%;	
	height:450px;
	background-color: #60646e;
	background-image:url(../img/background/bg_footer.jpg);
	background-repeat:repeat-x;
	bottom:0;
	
	

}

#footer-container-text {

	width:1000px;
	position: relative;
	left: 50%;
	margin-left: -500px;
	padding-top:30px;

}

p.footer-text {

	
	font-family:helvetica, arial,  sans-serif;
	font-weight: normal;
	color: #c9cacd;
	font-size:11px;



}

#footer-left li {

	width:125px;
	float:left;
	margin-right:7px;
	padding-top:10px;
	list-style: none;
	list-style-type:none;
	list-style-position:outside;
	float:left;
	color: #706f65;
	font-size:10px;
	padding-top: 3px;


}









/* Definitionen zum Content */





.main-nvg {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style:none;
}





a, a:link, a:active, a:visited {
	font-family:helvetica, arial,  sans-serif;
	font-weight: normal;
	color: #c9cacd;
	text-decoration:underline;

	

}

a:hover {
	font-family:helvetica, arial,  sans-serif;
	font-weight: normal;
	color: #fff;
	text-decoration:underline;
	

}





a.footer-link, a.footer-link:link, a.footer-link:active, a.footer-link:visited {
	font-family:helvetica, arial,  sans-serif;
	font-weight: normal;
	color: #c9cacd;
	text-decoration:none;
	font-size: 11px;



}

a.footer-link:hover {
	font-family:helvetica, arial,  sans-serif;
	font-weight: normal;
	color: #fff;
	text-decoration:none;
	font-size: 11px;

}


a.normal-link, a.normal-link:link, a.normal-link:active, a.normal-link:visited {
	font-family:helvetica, arial,  sans-serif;
	font-weight: normal;
	color: #c9cacd;
	text-decoration:none;
	font-size: 12px;



}

a.normal-link:hover {
	font-family:helvetica, arial,  sans-serif;
	font-weight: normal;
	color: #333;
	text-decoration:underline;
	font-size: 12px;

}









h1 {
		font-family:helvetica, arial,  sans-serif;
		font-size:18px;
		color:#fff;
		padding-bottom:10px;
		

}



h2 {
		font-family:helvetica, arial,  sans-serif;
		font-size: 14px;
		color:#c9cacd;
		font-weight:bold;

}



h3 {
		font-family:helvetica, arial,  sans-serif;
		font-size: 14px;
		color:#c9cacd;
	
}


img.img-border {
	border: 1px solid #cccccc;

}




img {
	border:none; 
	}



p  {
	font-family:helvetica, arial,  sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align:left;
	color:#c9cacd;		
		
}




 td {
 	font-family:helvetica, arial,  sans-serif;
	font-size: 12px;
 
 }
 

 
table {
 	width:100%
 
 }
 
 .hidden{
 	display:none;
 }

#mbDescription h1{
	color: #555;
}

div.fotobox-news-container {

	width:320px;
	height:250px;
	margin-bottom:20px;
	float:left;
}

div.fotobox-news ul li  {
	list-style:none;
	float:left;
	margin:5px 5px 5px 5px;


}

div.fotobox-news ul li a {
	background-color:#5d5f67;
	padding:3px 3px 3px 3px;
	display:block;
}

div.fotobox-news ul li a:hover {
	background-color:#24262c;
	display:block;
}


div.fotobox-news h1 {
		font-family:helvetica, arial,  sans-serif;
		font-size:16px;
		font-weight:bold;
		color:#fff;
		padding-bottom:10px;
		margin-left:10px;
		text-decoration:none		
}