@page { margin:2cm; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0px;
	background-color: #fff;
	text-align: left;
 	vertical-align: top;
}
p {
	color:#000000;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.Header {
	font-size: 26px;
	}
.Error {
        font-weight: bold;
	font-size:14px; color:#F00;
}
.Newsleft {
	font-size:12px;
	text-align:left;
        font-weight: normal;
 }
.Bildunterschrift {
	font-size:12px;
	color:#666666;
}
.Titel {
	font-size: 20px;
	font-weight: bold;}
table {width:100%;}


/* ===================== PLATZIERUNGSELEMENTE ===================== */

#header {
	position:absolute;
	top:0px;
	left:0px;
	height:150px;
	width:100%;
	margin:0px;
	overflow:visible;
	z-index:10;
	background-image: url(../upload/layout/header.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#asc {
	position:absolute;
	top: 40px; right:0px;
	width:440px; 
	height:90px;
	overflow:visible;
	background-color: #fff;
	z-index:1;
	text-align:right;
}
#webcam {display: none;}
#navitop {display: none;}
#background {display: none;}
#navileft {display: none;	}
#content {
	position:static;
	top:170px;
	left:0px;
	width:100%;
	margin-top:170px;
	margin-left:0px;
	overflow:visible;
	background-color: #fff;
	color:#000;
	z-index:3;
	}
#overlay2 {display: none;}
#printf {display: none;}
	

