#oben
{
	/*left: 0px;*/
	width: 800px;
	position: relative;
	top: 0px;
	/*border-bottom: #ff0000 4px solid;*/
	
}
body
{
	font-family: Arial, Sans-Serif;
	background-color: rgb(255, 254, 239);
}
h1
{
	font-family:Tahoma;
	border-bottom-style:solid;
	border-bottom-color:rgb(255,0,0);
	border-bottom-width:4px;
	text-align:left;
}

h2
{
	font-family:Tahoma;
	border-bottom-style:dotted;
	border-bottom-color:rgb(255,0,0);
	border-bottom-width:2px;
	text-align:left;
}
h3
{
	border-bottom: #ff0000 thin solid;
	font-family: Tahoma;
}

#navi
{
	width: 208px;
	position: fixed;
	top: 160px;
	height: 430px;
}
#naviTabelle
{
	width: 193px;
	color: rgb(255,255,255);
	font-family: 'Tahoma', Sans-Serif;
	font-size:10pt;
	background-color: #ff0000;
	position: absolute;
	top: 160px;
	border-left-color: #ffffff;
	border-bottom-color: #ffffff;
	border-top-style: solid;
	border-top-color: #ffffff;
	border-right-style: none;
	border-left-style: solid;
	border-right-color: #ffffff;
	border-bottom-style: none;
	border-collapse: collapse;
}
#naviTabelle tr
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: solid;
	border-bottom-style: none;
}

#naviTabelle td
{
	border-left-color: rgb(255,255,255);
	border-bottom-color: rgb(255,255,255);
	border-top-style: solid;
	border-top-color: #ffffff;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: rgb(255,255,255);
	border-bottom-style: solid;
	height: 30px;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 6px;
	padding-top: 6px;
}
#naviTabelle a:link, #naviTabelle a:active, #naviTabelle a:visited
{
	color: rgb(255,225,225);
	text-decoration:none;
}
#text
{
	border-right: #ff0000 2px none;
	border-top: #ff0000 2px none;
	border-left: #ff0000 2px none;
	border-bottom: #ff0000 2px none;
	width: 530px;
	position: absolute;
	top: 162px;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 6px;
	padding-top: 6px;
	text-align:justify;
}
#terminTabelle
{
	border-right: #ff0000 2px solid;
	border-top: #ffffff 2px solid;
	border-left: #ff0000 2px solid;
	border-bottom: #ff0000 2px solid;
	background-color:Red;
	color:rgb(255,255,255);
	width: 130px !important;
	max-width: 130px !important;
	overflow:hidden;
	position: absolute;
	top: 160px;
	font-size:10pt;
	
}
#terminTabelle th
{
	font-size:14pt;
	font-weight:900;
}
#terminTabelle td
{
	width: 130px !important;
	max-width: 130px !important;
	overflow:hidden;
}
#unten
{
	border-top: #ff0000 4px solid;
	width: 800px;
	bottom:0px;
	position: absolute;
	height: 60px;
}
#unten a:link, #unten a:visited, #unten a:active, #unten a:hover
{
	text-decoration:none;
	color:rgb(0,0,0);
	text-transform:uppercase;
	font-weight:600;
}
input
{
	border-right: #ff0000 thin solid;
	border-top: #ff0000 thin solid;
	border-left: #ff0000 thin solid;
	border-bottom: #ff0000 thin solid;
	width:99%;
}
.cms_eintraegebearbeiten
{
	border-right: #ff0000 thin ridge;
	table-layout: fixed;
	border-top: #ff0000 thin ridge;
	border-left: #ff0000 thin ridge;
	border-bottom: #ff0000 thin ridge;
	border-collapse: collapse;
}
.cms_eintraegebearbeiten td
{
	border-right: #ff0000 thin solid;
	border-top: #ff0000 thin solid;
	border-left: #ff0000 thin solid;
	border-bottom: #ff0000 thin solid;
}
.cms_eintraegebearbeiten th
{
	border-right: #ff0000 thin solid;
	border-top: #ff0000 thin solid;
	border-left: #ff0000 thin solid;
	border-bottom: #ff0000 solid;
	font-weight: normal;
	font-size: larger;
}
.submit
{
	color: #ff0000;
	background-color: transparent;
}
#impressumsleiste
{
	background-color: rgb(255,0,0);
	width: 891px;
	font-size:10pt;
	font-weight:900;
	text-align:center;
	vertical-align:middle; 
	border-top:solid 3px white;
	border-bottom:solid 3px white;
	padding-top:2px;
	top:130px;
	height:24px;
	color:rgb(255,255,255);
	/*border:solid 2px white;*/
}
#impressumsleiste a:link, #impressumsleiste a:visited, #impressumsleiste a:active, #impressumsleiste a:hover
{
	color: #ffffff;
	text-decoration:none;
}
#terminTabelle a:link, #terminTabelle a:visited, #terminTabelle a:active, #terminTabelle a:hover
{
	color: rgb(255,255,255);
	text-decoration:none;
	
}
.textarea
{
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.rechts
{
	text-align: right;
}
a[href*=http]:after
{
	content: url('bilder/extLink.gif');
}
a[href*=mailto]:after
{
	content: url('bilder/mailLink.gif');
}
a[href*=".pdf"]:after
{
	content:url('bilder/datLink.gif');
}
a[name]:before
{
	content:url('bilder/topLink.gif');	
}
h3 a
{
	text-decoration: none;
}

.tipp
{
	font-weight: bold;
	margin-left:25px;
}
.versteckt
{
	position:absolute;
	left:-9999px;
	top:-9999px;
	visibility:hidden;
}
#downloadFenster {
	position: relative;
	width: 450px;
	height: 200px;
	overflow: scroll;
	border: 1px solid gray;
	background-color: #ffffde;
}

input.radio
{
	text-align:left;
	width:auto;
}

input.checkbox
{
	text-align:left;
	width:auto;
}

input.size
{
	width:auto;
}

.speicherdaten p
{
	margin:0px;
	padding:0px;
}
@media print
{
	#links {
		visibility: hidden;
	}	
	#impressumsleiste
	{
		visibility:hidden;
	}
	#text
	{
		left:10px !important;
		width: 85%;
	}
	#termine
	{
		visibility:hidden;
	}
	
		
}
