body {
	color: #cacfd1;
	background-color: #01141C;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0px; padding: 0px;
	background-image:url(../img/bg.jpg); background-repeat:no-repeat;
	}	

/*--------------------schriften------------------*/

p {
	font-size: 13px;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
	}
	
.bildtitel {
	font-size: 12px;
	color: #A5A9AB;
	}

.frm {
	font-family: Arial, Verdana, Helvetica,sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 2px;
	}
	
h1 {
	font-family: Times;
	font-weight:lighter;
	font-size: 24px;
	letter-spacing: 1px;
	padding: 30px 0px 0px 0px;
	}
	
.fett {
	font-weight: bold;
	}
	
.grau {
	color: #778D96;
	}

/*--------------------navigation-------------------*/

div#nav{
	float:left;
	width: 170px;
	padding-top: 110px;
	}
	 
ul#Navigation {
	margin: 0px; padding: 0px;
  }
  
ul#Navigation li {
	font-size: 13px;
	font-weight: bold;
	padding-left: 10px;
	width: 150px;
	list-style: none;
	border-left: 15px solid #778D96;
	margin-bottom: 10px;
  }

ul#Navigation a  {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;;
	color: #778D96;
  }
  
ul#Navigation a:hover, ul#Navigation a.on {
	color: #DA7C02;
  }
  
/*--------------------navigation-foto-------------------*/  
ul#Navigation2 {
	padding: 0px;
	margin: 0px;
	}
	
ul#Navigation2 a.foto, ul#Navigation2 a.fotoOn {
	padding: 1px 3px 1px 3px;
	text-decoration: none;
	font-size: 10px;
	color: #CAD1D7;
	background-color: #516A74;
  }
 
 ul#Navigation2 li {
 	float: left;
 	list-style: none;
 	padding: 5px;
 	}

ul#Navigation2 a.foto:hover, ul#Navigation2 a.fotoOn {
    color: white;
    background-color: #DA7C02;
    }
/*--------------------navigation-ende-------------------*/

div#wrapper {
	margin: 0px auto;
	width: 710px;
	}

div#sprache {
	padding-left: 530px;
	}
	
div#inhalt {
	width: 530px;
	float: left;
	padding-top: 110px;
	}
	

	
div#beenden {
	clear: both;
	}

div#linie {
	width: 480px;
	height: 1px;
	}
	
div#bildtitel {
	background-image:url(../img/bg-bildtitel.gif); background-repeat:no-repeat;
	margin-top: -3px;
	width: 480px;
	background-color: #233B43;
	height: 25px;
	text-align: center;
	}

div#mehrfotos {
	width: 480px;
	}

	
div#ende {
	margin: 30px 0px 30px 180px;
	}	
/*--------------------bottom-------------------*/

