 * {
     margin: 0;
 }
 html, body {
     height: 100%;
 }

body {
	background-color: #e6e7e7;
	margin: 0px;
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	color: #e6e7e7;

}



#outer {
		width: 100%;
		background-color: white;
		vertical-align:middle;
		float:left;
		display:block;	
	
}

#outer {
     /* min-height: 100%; *%
     height: auto !important;
     /* height: 100%; */
     height: 750px;
     margin: 0px auto -30px;
     border-top: 20px solid #ffffff;
     margin-top: 20px;
 }





.clear {
	clear: both;
}





#content {
  	margin-top:30px;
 	 margin-bottom:30px;
	width: 845px;
	height: 645px;
	background-color: white;
	text-align: left;	

}
#kante {
	margin: 0pt auto;
	width: 100%;
	background-color: #e6e7e7;
	background-image: url(../graphics/kante.jpg);
	background-repeat: repeat-x; 
	height: 30px;
	float:left;
	display:block;	
}
#footer {
	width: 845px;
	text-align: left;
	font-size: 9px;
	font-weight: normal;
	padding-top: 8px;
	color: #666666;
	text-transform: uppercase;
}



#footer a {
	color: #666666;
	font-weight: bold;
	text-decoration: none;	
}
#footer a:hover {
	color: #222222;
}

#topNav {
	width: 845px;
	height: 18px;
	margin-top: 0px;
}
#logo {
	float: left;
	width: 200px;
}

#logo a img {
	border: none;
}




#mainMenu {
	float: right;
	width:  190px;
}

#mainMenu ul {
	margin:  0px;
	padding: 0px;
	list-style: none;
}

#mainMenu li {
	margin:  0px;
	padding: 0px;
	display: table-cell;
	display:inline;
	float:left;
}

#mainMenu li.selected img{
	background-color: #939495;
}

#mainMenu a img {
	background-color: #b3b4b5;
	border:  none;
	border-left: 1px solid white;

}
#mainMenu a:hover img {
	background-color: #939495;
}


#imagedisplay {
	margin-top: 35px;
	width: 845px;
	height:  425px;
	background-color: #f8f8f8;
}

#imagedisplay.bkgrdkontakt {
	background-image: url(../fotoserien/backgrounds/kontakt.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#imagedisplay.bkgrdreferenzen {
	background-image: url(../fotoserien/backgrounds/referenzen.jpg);
	background-repeat: no-repeat;
	background-position: right;
}



#subMenu {
	margin-top: 35px;
	float: left;
}

#subMenu2 {
	margin-top: 35px;
	float: right;
	text-align: right;
}



#subMenu ul,#subMenu2 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 135%;
}
#subMenu a, #subMenu2 a {
	color: #939495;
	font-weight: bold;
	text-decoration: none;
}
#subMenu a:hover, #subMenu2 a:hover {
	color: #414141;
}
#subMenu li.selected a, #subMenu2 li.selected a {
	color: #414141;
}

#preview {
	margin-top: 38px;
	float: right;
	width: 280px;
	/*height: 80px;
	background-color: yellow; */
	margin-right: 154px;
	
}
#preview ul {
	margin:  0px;
	padding: 0px;
	list-style: none;
	width: 280px;
	height: 80px;
	display:block;
	float: left;
}

#preview li {
	margin:  0px;
	padding: 0px;
	display: table-cell;	
/*	display: inline;	*/
	float:left;
/*	line-height: 100%;*/
	width: 40px;
	height:40px;
}



#preview a img {
	border: none;
	padding:  0px;
	margin: 0px;
	/* -moz-opacity: 0.9;	 */
}
#preview a:hover img {
	border: 1px solid white;
	height: 38px;
	width: 38px;
	-moz-opacity: 1;
}

p {
	line-height: 100%;
	margin: 0px;
}

#text {
	color: #5f5f60;
	width: 200px;
	padding-left: 15px;
	font-size: 11px;
}


#text ul {
	margin: 0px;
	padding:  0px;
	list-style: none;
	display: block;
}

#text ul li {
	display: inline;
	padding-right:  3px;
	line-height: 135%;
}

#text.kontakt {
	width: 200px;
	padding-top: 210px;
}

#text h1{
	font-weight: bold;
	margin: 0px;
	margin-bottom: 15px;
	padding: 0px;
	font-size: 12px;
}

#text.referenzen {
	padding-top: 210px;
	width: 275px;
}

#text p {
 	line-height: 125%;
}

#text a {
	color: #5f5f60;
	text-decoration: none;
}

#text a:hover {
	color: #333333;
}

/* Fotoserien | 3 Bildposition*/
.pos0 img{
	
}
.pos1 img{
	float:  left;
}
.pos2 img{
	float:  right;	
}



/* eleminiert dotted lines in FIREFOX */
a:focus { 
outline: none; 
}

