UL, OL, P, SPAN, TD {
	font-family: Georgia, Verdana, Helvetica, sans-serif;
	color: #333333;
	font-size: 13px;
	line-height: 20px;
	text-decoration: none;
	font-weight: normal;
}

.fett {
	font-weight: bold;	
}
.titel {
	font-size: 16px;
	font-weight: bold;
}
.formtext {
	font-family: Georgia, Verdana, Helvetica, sans-serif;
	color: #333333;
	background-color: #ffffff;
	font-size: 13px;
	text-decoration: none;
	font-weight: normal;	
}
.formtext_highlight {
	font-family: Georgia, Verdana, Helvetica, sans-serif;
	color: #333333;
	background-color: #dde8f8;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;	
}

DIV {
	font-family: Georgia, Verdana, Helvetica, sans-serif;
	color: #333333;
	font-size: 13px;
	text-decoration: none;
	font-weight: normal;
}
#site {
	position: absolute;
	width: 788px;
	height: 570px;
	overflow: none;
}

#sidebar {
	//height: 476px;
	width: 86px;
	z-index: 4;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	//overflow: none;
	background-image:url(img/streifen.png);
	background-repeat: repeat-y;
	//float: left;
}
#seitentitel {
	position: relative;
	left: 21px;
	top: 21px;
	z-index: 5;
	width: 20px;
	height: 200px;	
}
#inhalt {
	position: relative;
	top: 18px;
	left: 20px;
	width: 780px;
	//height: 456px;
	padding-right: 10px;
	overflow: auto;	
}

TABLE {
	
}
.contentbox {
	border-top-width: 1px; 
	border-top-color: #999999; 
	border-top-style: solid;

	border-right-width: 1px; 
	border-right-color: #999999; 
	border-right-style: solid;

	border-bottom-width: 1px; 
	border-bottom-color: #999999; 
	border-bottom-style: solid;

	border-left-width: 1px; 
	border-left-color: #999999; 
	border-left-style: solid;	
	
	margin-top: 10px;
}
.contentbox_blue {
	border-top-width: 1px; 
	border-top-color: #7a8fba; 
	border-top-style: solid;

	border-right-width: 1px; 
	border-right-color: #7a8fba; 
	border-right-style: solid;

	border-bottom-width: 1px; 
	border-bottom-color: #7a8fba; 
	border-bottom-style: solid;

	border-left-width: 1px; 
	border-left-color: #7a8fba; 
	border-left-style: solid;	
}


TD.klein {
	font-size: 10px;
	line-height: 12px;
}
TD.impressum {
	font-family: Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #7a8fba;
	background-color: #3f487a;
	font-size: 9px;
	text-decoration: none;
	font-weight: normal;
}
TD.splash_impressum {
	font-family: Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	color: white;
	background-color: #3f487a;
	font-size: 9px;
	text-decoration: none;
	font-weight: normal;
	
	border-top-width: 1px; 
	border-top-color: #7a8fba; 
	border-top-style: solid;
}

A {
	font-family: Georgia, Verdana, Helvetica, sans-serif;
	color: #7a8fba;
	font-size: 13px;
	line-height: 16px;
	text-decoration: none;
	font-weight: bold;
}
A:Hover {	
	color: #3f487a;
}
A.schmal {
	font-weight: normal;
}
A.schmal:Hover {
	text-decoration: underline;
}
A.impressum {
	font-family: Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #7a8fba;
	font-size: 9px;
	text-decoration: none;
	font-weight: normal;
}
A.impressum:Hover {
	color: white;
}

