/* Startseite */

div#photos                {overflow:auto;}
div.photo                 {float:left; display:inline; margin:0 20px 20px 0;}
div.photo a img           {border:1px solid; padding:1px;}
#start { 
	width: 300px; 
	height: 400px; 
	margin: 0 auto; 
	padding-top: 100px; 
}

/* Startseite ende */

#head { 
	background-image: url(../pictures/Logo.gif); 
	width: 810px; 
	height: 80px; 
	margin-top: 20px; 
}

#head_b { 
	background-image: url(../pictures/Logo_b.gif); 
	width: 810px; 
	height: 80px; 
	margin-top: 20px; 
}
#main { 
	background-color: #fff; 
	width: 810px; 
	height: 420px; 
	margin-top: 20px;
	position: fixed;
}

#main_b { 
	background-color: #000; 
	width: 810px; 
	height: 420px; 
	margin-top: 20px;
	position: fixed;
}
#main_left {
	width: 243px;
	height: 381px;
	margin-top: 20px;
	margin-left: 20px;
}
#main_middle{
	width: 243px;
	height: 381px;
	position: relative;
	left: 263px;
	top: -381px;
}

#main_scrollbox{
	width: 496px;
	height: 381px;
	position: relative;
	left: 263px;
	top: -381px;
	background-color: #fff;
	overflow: auto;
	padding-right: 10px;
}

#main_scrollbox_b {
	width: 446px;
	height: 381px;
	position: relative;
	left: 303px;
	top: -381px;
	background-color: #000;
	overflow: auto;
	padding-right: 30px;
}
#main_right{
	width: 243px;
	height: 381px;
	margin-top: 20px;
	margin-left: 20px;
	position: relative;
	top: -401px;
	left: 243px;
}
/* Klassen */
	
.Clearer {
	clear: both;
}

.headline {
	color: black;
	font: bold 14px Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 10px;
}

.headline_w {
	color: #fff;
	font: bold 14px Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 10px;
}

.text {
	color: black;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	text-align: justify;
	margin-bottom: 10px;
}

.text_w {
	color: #fff;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	text-align: justify;
	margin-bottom: 10px;
	direction: ltr;
}
.text_w_bold {
	color: #fff;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	text-align: justify;
	font-weight: bold;
}

a { color: white; }
h1 { 	
	color: #fff;
	font: bold 14px Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 10px;
}
h2 { color: black; font-size: 12px; font-family: Arial, Helvetica, Geneva, sans-serif; font-weight: bold; background-color: white; width: 100px; max-width: 70px; margin: 0.83em 0; border: solid 1px; }
.pressebild {  }
#pressdate { }

