/* CSS Document */


body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #E6E4E5 url(img/bg_table.jpg) repeat-x;
}
.inputfield{
	color:#666666;
	border: #666666 solid 1px; 
	font-size:12px;
	width:300px;
}
a:link, 
a:active,
a:visited 
{
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}

h1 {
	font-size: 18px;
	margin: 0px;
}
h2 {
	font-size: 16px;
	margin: 0px;
}
h3 {
	font-size: 14px;
	margin: 0px;
}
h4 {
	font-size: 12px;
	margin: 0px;
}
h5 {
	font-size: 10px;
	margin: 0px;
}
h6 {
	font-size: 9px;
	margin: 0px;
}

.fontklein{
	font-size:10px;
}
.white1pxborder {
	border: #FFFFFF 1px solid;
}
.whiteborderdottedbottom{
	border-bottom: #FFFFFF 1px dotted;
}
.texterror {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color:#FFAEAE;
	border: #FF0000 1px solid;
	padding: 3px;
	color: #FF0000;
}
.textok {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color:#AAFFBF;
	border: #009933 1px solid;
	padding: 3px;
	color: #009933;
}
/* Hintergründe */
.bg_table{
	width:750px;
	background-color:#000000;
}
.bg_table_left{
	background:url(img/bg_table_left.jpg) no-repeat top left;
}
.bg_table_right{
	background: url(img/bg_table_right.jpg) no-repeat top;
}
.bg_header1{
	background:url(img/bg_header1.jpg) no-repeat; 
	height:94px;
	font-size:15px;
}
.bg_header2{
	background:url(img/bg_header2.jpg) no-repeat; 
	height:150px;
}
.bg_footer{
	background:url(img/bg_footer.jpg) no-repeat; 
	height:21px;
	text-align:right;
	padding-right:5px;
	font-size:10px;
}

.menue td{
	font-size:14px;
	padding: 2px;
	padding-left: 8px;
}
.menue td:hover{
	background-color:#FFFFFF;
}
.menue a:link, 
.menue a:active,
.menue a:visited 
{
	color: #FFFFFF;
	text-decoration: none;
}
.menue a:hover {
	text-decoration: none;
	background-color:#FFFFFF;
	color:#000000;
}
/* Aktiv Menue */
.menue_aktiv,
.menue_aktiv hover{
	background-color: #CCCCCC;
}
.menue_aktiv a:link, 
.menue_aktiv a:active,
.menue_aktiv a:visited{
	color: #000000;
	text-decoration: none;
}
.menue_aktiv a:hover {
	text-decoration: none;
	color:#000000;
}
/* Contentstyles */
.contentborder{
	border: #FFFFFF 1px solid;
}