/* Entfernen aller Standardabstaende */

*{
	padding:0;
	margin:0;
}


body {
	font-size:12px;
	font-family:Verdana;
	color:#27405D;
	line-height:18px;
	background:#515F82;
}


table {
	margin-left: auto;
	margin-right: auto;
}
	

a:hover{color:#faa000;background:#3c3c3c;}


.clear {clear:both; visibility:hidden;}



/*----------Schriften und Überschriften----------*/


.small {
 	font-size: 10px;
}

.smallbold {
 	font-size: 10px;
	font-weight: bold;
}

.medium {font-size: 12px;}	
	

.mediumbold {
 	font-size: 12px;
	font-weight: bold;
}


.link {
	font-size: 12px;
	color: #000080;
	font-family: Verdana;
	text-decoration:none;
}	


.photo {
	font-size: 26px;
	line-height: 26px;
	position:absolute;
	padding-top: 16px;
	padding-left: 20px; 
	color: #000;
}


.motiv {
	font-size: 26px;
	line-height: 26px;
	position:absolute;
	padding-top: 16px;
	padding-left: 95px; 
	color: #bebebe;
}


.de {
	font-size: 26px;
	line-height: 26px;
	position:absolute;
	padding-top: 16px;
	padding-left: 168px; 
	color: #515F82;
} 


h1 {
	font-size:1.5em;
	border-left: 5px solid #80B4FF;
	font-weight: bold;
}


h2 {
	font-size:1.3em;
	position:absolute;
	padding-top:50px;
	padding-left: 50px;
}


h3 {
	font-size:1.1em;
	font-family: verdana;
	color: #3c3c3c;
	border-left: 2px solid #fc0;
}	



/*--------------------Hauptcontainer--------------------*/

#container{
	width:860px;
	margin:20px auto; /* Zentrierung */
	background:#dfdfdf;
	border:3px solid #000060;
}


/*.....TOP.....*/

#top{
	background-image:url(images/verlauf.jpg);
	background-repeat:repeat-x;
	height:80px;
	margin:5px;
        border:3px solid #FFF;
}

/*FarbverlaufVerlauf im Top Bereich dfdfdf 143c78*/


/*.....Hauptnavigation.....*/


#navigation{
	float:left;
	width:850px;
	margin:5px;
	height:25px;
	list-style:none;
	background:#CCCCCC;
	border-bottom:1px solid #aaa;
}


#navigation li{
	float:left;
	text-align:center;
}


#navigation li a{
	float:left;
	height:25px;
	width:120px;
	text-decoration:none;
	text-transform:uppercase;
	line-height:20px;
	font-size: 12px;
	background:#cccccc;
	color:#000080;
	border-right:1px solid #aaa;
}


#navigation li a:hover{
	color:#000000;
	border-bottom:2px solid #000080;
}


#navigation li a#current{
	background:#515F82;
	color:#80B4FF;
	border-right:2px solid #fff;
}



#gallerynavi{
	float:left;
	width:850px;
	margin:5px;
	height:25px;
	background:#CCCCCC;
	border-bottom:1px solid #aaa;
}


#gallerynavi li{
	float:left;
	list-style:none;
}


#gallerynavi li a{
	float:left;
	height:25px;
	padding-left:10px;
	padding-right:20px;
	text-decoration:none;
	line-height:20px;
	font-size: 12px;
	background:#cccccc;
	color:#000080;
	border-right:1px solid #aaa;
}


#gallerynavi li a:hover{
	color:#000000;
	border-bottom:2px solid #fc0;
}


#gallerynavi li a#current{
	background:#3c3c3c;
	color:#80B4FF;
}

#naturnavi {
	float:left;
	width:380px;
	margin-left:150px;
	height:25px;
}


#naturnavi li{
	float:left;
	list-style:none;	
}


#naturnavi li a{
	float:left;
	height:25px;
	padding-left:10px;
	padding-right:20px;
	margin-right:20px;
	text-decoration:none;
	line-height:20px;
	font-size:11px;
	color:#000;
	background:#e8e8e8;	
	border:1px solid #aaa;
}


#naturnavi li a:hover{
	background:#ccc;
	color:#000080;
}

/*--------------------Inhalt--------------------*/


#inhalt{
	padding: 40px 30px;
	text-align:left;
	height:auto;min-height:600px;
}

/*.....Zentrierung Bild Galerie Natur.....*/

img.displayed{
	display:block;
	margin-left:auto;
	margin-right:auto;
}


/*.....Bildergalerie.....*/


.gallery {
	padding:20px;
 	background:#aaaaaa;
 	width:740px;
 	height:532px;
}


.gallery ul {
	list-style:none;
	padding:0;
	margin:0;
	width:170px;
	height:400px;
	background:#3C3C3C;
	border:1px solid #dfdfdf;
	position:relative;
}

.gallery ul li {
	display:inline;
	width:45px;
	height:45px;
	float:left;
	margin:5px;
}


.gallery ul li a {
	display:block;
	width:45px;
	height:45px;
	cursor:default;
	text-decoration:none;
}


.gallery ul li a b {display:none;}


.gallery ul li a img {
	display:block;
	width:45px;
	height:45px;
	border:1px solid #bebebe;
}


.gallery ul li a:hover {white-space:normal;position:relative;}



.gallery ul li a.h:hover img {
	position:absolute;
	left:-15px;
	top:-10px;
	width:90px;
	height:60px;
	border-color:#80B4FF;
}


.gallery ul li a.v:hover img {
	position:absolute;
	left:-10px;
	top:-15px;
	width:60px;
	height:90px;
	border-color:#80B4FF;
}


.gallery ul li a:active, .gallery ul li a:focus {position:static; outline:0;}


.gallery ul li a:focus.h img, .gallery ul li a:active.h img {
	background-color:#000;
	position:absolute;
	left:200px;
	top:0; width:512px;
	height:341px;
	border:1px solid #fc0;
	padding:85px 10px;
}                                                                                                                                                                                                                                                                                                                                


.gallery ul li a:focus.v img, .gallery ul li a:active.v img {
	background-color:#000;
	position:absolute;
	left:200px; top:0;
	width:341px;
	height:512px;
	border:1px solid #fc0;
	padding:10px 85px;
}


.gallery ul li a:focus b, .gallery ul li a:active b {
	display:block;
	position:absolute;
	width:160px;
	height:30px;
	top:480px;
	left:0;
	color:#3C3C3C;
	font-weight:normal;
}

/*.....Ende Bildergalerie.....*/



/*.....Galerie-Auswahl.....*/


.auswahl {
	width:630px;
	height:260px;
	padding:5px;
	border:1px solid #BEBEBE;
}


.auswahl ul {
	position:relative;
	list-style:none;
	margin:0;
	padding:0;
}

	
.auswahl ul li {
	display:inline;
	float:left;
        width:200px;
	height:60px;
	padding:12px 5px;
}
	

.auswahl ul li p {text-align:center;}


/*.....Ende Galerie-Auswahl.....*/




/*.....Auswahl Städtegalerie.....*/

.stadtauswahl {
	width:630px;
	height:100px;
	padding:5px;
	border:1px solid #BEBEBE;
}


.stadtauswahl ul {
	position:relative;
	list-style:none;
	margin:0;
	padding:0;
}
	

.stadtauswahl ul li {
	display:inline;
	float:left;
	width:200px;
	height:60px;
	padding:12px 5px;
}


.stadtauswahl ul li p {text-align:center;}

/*.....Ende Auswahl Städtegalerie.....*/



/*.....Agentur-Auswahl.....*/

.agenturauswahl {
	width:500px;
	height:100px;
	padding:5px;
	border:1px solid #BEBEBE;
}


.agenturauswahl ul {
	position:relative;
	list-style:none;
	margin:0;
	padding:0;
}


.agenturauswahl ul li {
	display:inline;
	float:left;
	width:234px;
	height:60px;
	padding:5px;
}


.agenturauswahl ul li p {text-align:center;}

/*.....Ende Agentur-Auswahl.....*/


.auszeichnung {
	width:460px;
}


.auszeichnung ul {
	position:relative;
	list-style:none;
	margin:0;
	padding:0;
}	

	
.auszeichnung ul li {
	display:inline;
	float:left;
	padding:20px
}	




.startbild {
	width:640px;
	height:460px;
        padding:2px;
	border:1px solid #BEBEBE;
}


.startbild ul {
	position:relative;
	list-style:none;
	margin:0;
	padding:0;
}


.startbild ul li {
	display:inline;
	float:left;
	width:150px;
	height:450px;
	padding:5px;	
}



#linkbox {
	width:550px;
	margin:40px auto;
	padding:20px;
	background:#cccccc;
	border:1px solid #aaaaaa;
}


#fotobox {
	float:left;
	height:160px;
	margin:15px 40px;
	padding:10px;
	border:1px solid #27405D;
}



/*.....Footer.....*/


#footer{
	height:30px;
	line-height:30px;
	margin:5px;
	background:#cccccc;
	padding:5px 20px;
	text-align:left;
	border:3px solid #FFF;
}


#footer span a{
	float:right;
	margin:-30px 10px 0 0;
	color:#0000ff;
}


#footer span a:hover{
	color:white;
}




