* {
	margin: 0px; 
	padding:0px; 

}
html, body {
	height: 100%;
}
body {
	background: #fff;
	text-align: center; /* horizontal centering for IE Win quirks */
	scrollbar-base-color: #000;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-arrow-color: #cccccc;
	scrollbar-darkshadow-color: #cccccc;
	scrollbar-shadow-color: #000;
	scrollbar-face-color: #999999;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #444;
	font-size: 11px;
	line-height: 15px;	
	letter-spacing: 1px;
}

/* ----------------------------------------
	TEXT FORMAT
-------------------------------------------  */
h1{
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 2px;
}
h2{
	font-size: 13px;
	font-weight: normal;
}
a img {
	border: 0;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul li {
	margin: 0;
	padding: 0;
	margin-left: 0;
	margin-bottom: 0em;
}
td {
	vertical-align: top;
}
p{
	font-size: 11px;
}
table{
	font-size: 11px;
}
a {
	color: #383636;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #98141B;
}
img {
	border: 0;
	padding: 0;
	margin: 0;
}

/* ----------------------------------------
	LAYOUT DIVs
-------------------------------------------  */

#filler {
	width: 1px;
	height: 50%;
	margin-bottom: -325px; /* half of #wrapPage height */
	float: left;
}
#wrapPage {
	margin: 0 auto;
	position: relative; /* puts #wrapPage in front of distance */
	text-align: left;
	width: 1034px;
	height: 640px;	
	clear: left;
	border: 6px solid #cccccc;
}
#col1_nav{
	position: absolute;
	left: 0px;
	width: 191px;
	height: 640px;
	background: #000;	
}
#col2_txt{
	position: absolute;
	left: 191px;
	width: 191px;
	height: 640px;
	background: #999;	
}
#col2_txt_content{	
	position: absolute;
	top: 191px;
	left: 0px;
	width: 191px;
	height: 449px;
	color: #fff;
}
#col3_img{
	position: absolute;
	top: 0px;
	left: 382px;
	width: 652px;
	height: 640px;
	overflow: hidden;	
}
#col3_img_content{
	position: absolute;
	top: 448px;
	left: 0px;
	height: 167px;
	width: 622px;
	overflow: auto;
	padding: 15px 15px 10px 15px;
}
#col3_project_txt{
	position: absolute;
	top: 535px;
	left: 0px;
	padding: 20px 10px 0px 13px;
	height: 78px;
	width: 629px;
	overflow: auto;
}
#col3_impressum {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 16px 20px 20px 20px;
	height: 603px;
	width: 612px;
	overflow: auto;
}
#webcam_img{
	width:652px;
	height:433px;
	overflow: hidden;
}
#webcam_img_date{
	width:652px;
	height:15px;
	overflow: hidden;
}
img.webcamdownscale {
	max-width: 100%;
	height: auto;
	margin-top: -30px;
}

img.webcamdownscale_date {
	height: auto;
	margin-top:0;
}

/* ----------------------------------------
	SPEC TEXT FORMAT
-------------------------------------------  */
#col2_txt_content h1{
	letter-spacing: 2px;
	padding-bottom: 4px;
}
#col2_txt_content h1 a:link, h1 a:visited{
	color: #333;
	text-decoration: none;
}
#col2_txt_content h1 a:hover {
	color: #fff;
	text-decoration: none;
}
#col3_img h2{
	color: #990033;
	font-weight:bold;
	text-transform: uppercase;
	font-size:11px;
	margin-left: 12px;
	margin-bottom: 6px;
}

.listing_plus li {	
	padding-left: 17px;
	font-size: 11px;
	line-height: 120%; 
	margin-bottom: 8px;
	color: #fff;
	background: url(../img/li_bullet_plus.gif) no-repeat 0 0.3em;
}
.A4_red{
	font-weight: bold;
	color: #98141b;
}
.A4_black{
	font-weight: bold;
	color: #000;
}
img.center{
    margin-top: 210px;
}
.hinweis {
	margin-top: 9px;
	color: #990033;
	font-weight: bold;
}
.hinweis a{
	color: #990033;
	text-decoration: underline;
}
.hinweis a:hover{
	color: #383636;
}

/* ----------------------------------------
	MAIN MENU
-------------------------------------------  */

#mm_list {
	position: absolute;
	top: 191px;
	left: 23px;
	width: 176px;
	height: 449px;
	overflow: auto;
}
#mm_list li {
	text-transform: uppercase; 
	letter-spacing: 2px;
	font-size: 12px;
	color: #fff;
}
.mm_item a:link, .mm_item a:visited ,
.mm_item_first a:link, .mm_item_first a:visited { 
	color: #666;
	text-decoration: none;
}
.mm_item a:hover, .mm_item_first a:hover {
	color: #fff;
}
.mm_item_act a:link, .mm_item_act a:visited,
.mm_item_first_act a:link, .mm_item_first_act a:visited { 
	color: #fff;
	text-decoration: none;
}
li.mm_item, li.mm_item_act{
	margin-top: 15px;	
}
li.mm_item_first, li.mm_item_first_act {
	margin-top: 25px;
}

/* sub menu 1*/
#sm1_list li {
	text-transform: uppercase; 
	font-size: 10px;
	letter-spacing: 1px;
	margin-left: 27px;
	padding-top: 12x;
	margin-bottom: 0;
	margin-top: 8px;
}
ul#sm1_list {
	padding-bottom: 10px;
}
.sm1_item a:link, .sm1_item a:visited {
	color: #666;
	text-decoration: none;
}
.sm1_item a:hover {
	color: #fff;
}
.sm1_item_act a:link, .sm1_item_act a:visited {
	color: #fff;
	text-decoration: none;
}
ul#sm2_list{
	margin-top: 80px;
	margin-left: 15px;
	margin-right: 15px;
	padding: 0;
}

/* sub menu 2*/
#sm2_list li {
	margin: 2px 0 0 0;
	padding: 0 0 6px 0;
	text-transform: uppercase; 
	letter-spacing: 0.7px;
	font-size: 9.6px;
	font-weight: bold;
	line-height: 100%;
	color: #000;
}
.sm2_item a:link, .sm2_item a:visited {
	color: #000;
	text-decoration: none;
}
.sm2_item a:hover {
	color: #fff;
}
.sm2_item_act a:link, .sm2_item_act a:visited, li.sm2_item_act {
	color: #fff;
	text-decoration: none;
}
#sm2_list li.sm2_item_act{
	color: #fff;
	font-weight: bold;
}
