/* Browserübergreifende Styles */
* {
	margin:0; 
	padding:0;
}

/* Links */
a:link {
	color:#FFFFFF;
	text-decoration:none;
}
a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
a:active {
	color:#FFFFFF;
	text-decoration:none;
}

/* Seitenformatierung */
body, div {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-align:left;
	overflow:hidden;
}

body {
	margin:0px 0px 0px 0px;
	line-height:16px;
	height:auto;
	overflow:auto;
}

/* Framestyles */
#bodyFrame {
	position:relative;
	width:955px;
}

#headerFrame {
	position:relative;
	width:955px;
	height:306px;
	background:url(../images/header.jpg) no-repeat;
}

#languageFrame {
	position:absolute;
	top:15px;
	right:15px;
	width:300px;
}

#www, #print {
	padding-top:2px;
	text-align:right;
}

#contentFrame {
	position:relative;
	width:955px;
	text-align:left;
	background:url(../images/background.gif) repeat-y;
}

#textFrame {
	width:955px;
	height:850px;
}

#sign {
	background:url(../images/sign.gif) 20px 15px no-repeat;
}

#headline {
	font-style:italic;
	font-size:14px;
	border-bottom:1px solid #FFFFFF;
}

#subline {
	padding-bottom:3px;
	border-bottom:1px dotted #FFFFFF;
}

table td {
	vertical-align:top;
	padding-top:10px;
}

/* Druckansicht */
#printBody {
	line-height:15px;
	height:1020px;
	font-size:10px;
	color:#000000;
}

#printImage {
	position:absolute;
	left:0px;
	top:0px;
	width:750px;
	height:1020px;
	overflow:hidden;
	color:#000000;
	font-size:10px;
	z-index:1;
}

#printContent {
	position:absolute;
	left:0px;
	top:0px;
	width:750px;
	color:#000000;
	font-size:10px;
	z-index:2;
}

#headline_print {
	font-style:italic;
	font-size:11px;
	font-weight:bold;
	width:555px;
}

#subline_print {
	padding-bottom:3px;
	border-bottom:1px dotted #000000;
	width:555px;
}

#printer {
	color:#000000;
	text-align:right;
}
