body {
	font-family:Tahoma;
	font-size: 10pt;
	background-color:#808080;
	margin: 0;
	padding: 0;
	color:#000000;
}

a { text-decoration:none; color:black; border:0;}
a:link {border:0;}
a:visited {border:0;}
a:hover {color:#346EAC;border:0; }
a:active {border:0;}

img {
	border:0;
}

.textstyle1 {
	font-family:Tahoma;
	font-size: 8pt;
	border-bottom:1px solid #808080;
	padding-left:8px;
}

.textstyle2 {
	font-family:Tahoma;
	font-size: 8pt;
	border-bottom:1px solid #808080;
	padding-right:8px;
}

.textstyle3 {
	font-family:Tahoma;
	font-size: 12pt;
	font-weight:bold;
}

.textstyle3blue {
	font-family:Tahoma;
	font-size: 14pt;
	font-weight:bold;
	color:#346EAC;
}

.textstyle4 {
	font-family:Tahoma;
	font-size: 10pt;
	text-align:justify;
}

.textstyle5 {
	font-family:Tahoma;
	font-size: 8pt;
	text-align: center;
	padding-top: 5px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/	
#root {
	padding: 0;
	overflow:hidden;
}

#root table.outline {
	border-collapse:collapse;
	overflow:hidden;
	width:814px;
	background-color:#FCFAD4;
}

/* shadow links */
#root td.tdleft {
	width:7px;
	background-image:url(left.gif);
	background-repeat:repeat-y;
	background-color:#808080;
}

/* shadow rechts */
#root td.tdright {
	width:7px;
	background-image:url(right.gif);
	background-repeat:repeat-y;
	background-color:#808080;
}

/* Logo-Zelle */
#root td.td1 {
	height:100px;
	width:800px;
	/*background-image:url(logo.jpg);*/
	background-image:url(banner.jpg);
	background-repeat:no-repeat;
	background-color:#ffeb32;
	border:1px solid #808080;
}	
	
/* blaues Band*/
#root td.td2 {
	height:16px;
	width:800px;
	background-color:#346EAC;
	color:#e0e0e0;
	border:1px solid #808080;
	font-family:Tahoma;
	font-size: 10pt;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
}

/* Inhalt blaues Band (IE) */
#root td.td2a {
	background-color:#346EAC;
	color:#e0e0e0;
	font-family:Tahoma;
	font-size: 10pt;
	font-weight:bold;
}	

/* linke Spalte */
#root td.td3 {
	height:450px;
	width:140px;
	border-left:1px solid #808080;
	border-right:1px dotted #808080;
	vertical-align:top;
	text-align:left;
	padding-top:10px	
}	

/* Mitte */
#root td.td4 {
	width:500px;
	vertical-align:top;
	text-align:left;
	padding-top:20px;
	padding-left:16px;
	padding-right:16px;
	font-family:Tahoma;
	font-size: 10pt;
}	

/* rechte Spalte */
#root td.td5 {
	width:140px;
	border-right:1px solid #808080;
	border-left:1px dotted #808080;
	vertical-align:top;
	text-align:right;
	font-family:Tahoma;
	font-size: 8pt;	
	padding-top:10px	
}	

/* Mitte-Rechts-Kombi */
#root td.td45 {
	width:660px;
	vertical-align:top;
	text-align:left;
	padding-top:20px; 
	padding-left:10px; 
	padding-right:10px;
	border-right:1px solid #808080;
	font-family:Tahoma;
}	

/* Fusszeile */
#root td.td6 {
	height:15px;
	background-color:#346EAC;
	color:#ffffff;
	border:1px solid #808080;
	border-bottom:1px solid #515151;
	text-align:right;
	font-family:Tahoma;
	font-size: 8pt;
	padding-right:5px;
}	

