/* LICHTBILDSAMMLUNG */


/* GRUNDLEGENDES */
* {margin: 0; padding: 0;}

body {
	background: url('b_bg/bg3.gif') repeat;
	color: #ffffff;
	font: normal 62.5% sans-serif;
	padding: 2% 0;
}

a {color: #ffffff;}
a:hover {color: #9999cc; /*6699ff;*/}

big {font-size: 1.1em;}

h1,h2,h3 {color: #9999cc; /*6699ff;*/ 
		  padding: 8px 0 2px;}

h1 {font: normal 1.4em Verdana, Arial, Helvetica, sans-serif;}
h1 a {text-decoration: none;}

h2 {font: normal 1.2em Verdana, Arial, Helvetica, sans-serif;}
h3 {font: normal 1.2em Verdana, Arial, Helvetica, sans-serif;}

form,table {margin-bottom: 1.2em;}
img {border: none;}
label {display: block;}
li {line-height: 1.5em;}
p {padding: 2px 0 10px;}
small,.small {font: normal 0.9em sans-serif;}
ul {padding: 0 2em 1.2em;}

/* SITE-STRUKTUR */
#wrapper {
	background: #666666; /* Schmale Linie rechts und links */
	margin: 0 auto;
	width: 802px;
}
#container {
	background: 333333px;
	border-top: 1px solid #666666; /* Schmale Linie oben */
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto;
	width: 800px; /*760px;*/
}

/* NAVIGATION */
.navigation {
	background: #333333; /* Hintergrund Hauptnavigation */ 
	height: 160px;
}
.navigation a {
	color: #ffffff;
	font: normal 1em Tahoma,sans-serif;
	text-decoration: none;
}

.navigation a:hover,.navigation a#active {background-position: left bottom; color: #9999cc; /*6699ff;*/}

.navright {
	color: #553;
	float: right;
	padding: 10px 20px;
	line-height: 16px;
	text-align: right;
	text-decoration: none;
}

/* LICHTBILDBANNER */
.lichtbildbanner {
	background: url('b_banner/banner_8.gif') no-repeat; /* Lichtbildbanner */
	height: 100px;
}

/* MAINCONTAINER */
.main#maincontent {background: #333333; /* Hintergrund im Haupt-Container */
} 

.main#columns {background: #333333;} /* Hintergrund in Hinter der Kamera */

.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
.col2 .left {width: 64%;}
.col2 .right .content {background: #333333;}
.col2 .right {width: 33%;}



/* FUSSZEILE */
.footer {
	background: #333333; /* Hintergrund Fusszeile*/
	border-bottom: 1px solid #666666; /* Schmale Linie unten */
	color: #9999cc; /*6699ff;*/
	padding: 20px;
}
.footer .left {width: 5%;}
.footer .right {
	width: 90%;
	text-align: right;
	color: #9999cc; /*6699ff;*/
}
.footer a {
	color: #9999cc; /*6699ff;*/
	text-decoration: none;
}
.footer a:hover {
	color: #9999cc; /*6699ff;*/
	text-decoration: underline;
}

/* GALERIE */
.gallery td {
	vertical-align: top;
	align: center;
	text-align: center;
}
.gallery em {display: block;}

/* VERSCHIEDENES */
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
.content {padding: 18px 20px;}
.left {float: left;}
.right {float: right;}
.right .content {padding: 45px 12px 12px;}
