html 
{
	background-image: url(../Medien/bilder/root.png);
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
  	height:100%;
  	margin-bottom:0px;
  	scrolling:yes;
	min-height: 100.05%;
}

body {height:100.05%}

table
{
	background-color:#FBFBFB;
	border: 1px solid rgb(144,144,144);
	border-collapse:collapse;
}

img{
border:none;
}

td
{
	
	border-top-width:1px;
	border-top-style: solid;
	border-top-color:rgb(144,144,144);	
	padding:3px;
}

.tdcontent
{
	vertical-align:top;	
}

.tdlinks
{
	border-right:1px solid rgb(144,144,144);
	text-align:left;
	vertical-align:top;
	text-align:left;
	vertical-align:top;
	margin:auto;
}
.tdrechts
{
	border-left:1px solid rgb(144,144,144);
	text-align:left;
	vertical-align:top;

}

.tdfooter
{
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:rgb(144,144,144);
	padding:3px;
}

.kopf
{
	background-image:url(../Medien/bilder/kopf.jpg);
	background-repeat:repeat;
	height:200px;
	
}


.boxhead
{
	background-color: rgb(227,227,227);
	background-image: url(../Medien/bilder/bar.png);
	background-repeat: repeat-x;
	background-position: 0px -5px;
	color:rgb(90,90,90);
}

.boxcontent{
	background-color:#F4F4F4;
}


.header
{
	border-top:1px solid rgb(144,144,144);
	padding:5px;
	background-color: rgb(227,227,227);
	background-image: url(../Medien/bilder/bar.png);
	background-repeat: repeat-x;
	background-position: 0px -5px;
	color:rgb(90,90,90);
}

.blindeTabelle{
	background:inherit;
	border:none;
	border-top-width:0px;
	border-top-style: none;
	padding:3px;
}

.titelliste_rechts
{
	float:right;
}

fieldset
{
	background-color:#F4F4F4;
}

a:link { color:#122549; text-decoration:none; font-size:12px;}
a:visited { color:#122549; text-decoration:none; font-size:12px;}
a:active { color:#122549; text-decoration:none; font-size:12px;}
a:hover { color:#BA4911; text-decoration:underline;font-size:12px;}


.gbook_inhalt
{
	text-align:left;
	background-color:#F4F4F4;
	border-bottom:none;
}

.gbook_content_footer
{
	text-align:center;
}

.tabelle_hervorgehoben
{
	background-color:#F3F3F3;
}

.border
{
	border: 1px solid rgb(144,144,144);
}

.warnung_titel
{
	background-color:#FFFF00;
	background-image: url(../Medien/bilder/bar_warnung.png);
	background-repeat: repeat-x;
	background-position: 0px -5px;
	color:rgb(90,90,90);
}

.warnung
{
	background-color:#FFCE9D;
}

.error
{
	background:#FFEBE3;
	border:1px solid #FF5151;
	color:#DE2121
}

.error_titel
{
	background-color:#FFFF00;
	background-image: url(../Medien/bilder/bar_fehler.png);
	background-repeat: repeat-x;
	background-position: 0px -5px;
	color:rgb(90,90,90);
}


.bericht
{
	background:#A6FFA6;
	border:1px solid #009900;
	color:#009900;
}

.bericht_titel
{
	background-color:#009900;
	background-image: url(../Medien/bilder/bar_ok.png);
	background-repeat: repeat-x;
	background-position: 0px -5px;
	color:#009900;
}

