/* CSS Document */

/* Template-Basics */
body {
background: white;
font-family: Arial, Helvetica, sans-serif;
font-size: 12pt;
}
#contentbg{
	display:none;
}
#suche{
	display:none;
}
#menue{
	display:none;
}
#submenue{
	display:none;
}
body a:link, body a:visited {
text-decoration: none;
color:#000;
}
h1 {
font-size: 14pt;
}
h2 {
font-size: 13pt;
}
#content th {
text-align:left;
font-weight:normal;
}
#content table{
border:solid 1px #efefef;
border-top:none;
}
#content td{
border-top:solid 1px #efefef;
}
#content th{
border-top:solid 1px #efefef;
}
#content caption{
text-align:left;
font-weight:bold;
text-decoration:underline;
}
#topbuttons{
	display:none;
}
.footer{
	float:right;
	margin:0 0 10px 0;
	padding:1px 5px 5px 0;
}
a.footlinks{
	font:normal 0.98em Arial, Helvetica, sans-serif;
	padding:1px 5px 5px 5px;
	background:url(../images/shared/global/platzhalter_rechts_off.gif) right no-repeat;
}
hr, hr.orange{
	margin:20px 0 5px 0;
	padding:0;
	background-color:#F08A2C;
	color:#F08A2C;
	border:#F08A2C; 
	height: 1px;
}