/* Basic */
body, table, h3, p, ul{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	line-height: 135%;
	
}
h3{ 
	font-size: 12px;
	clear: both;
}
td{
	margin: 0px;
	padding: 0px;
}
body{background-color: #C5C5C5;}

hr{ 
	border: none medium; 
	border-bottom-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	}

/* Links */
a:link {
	color: #B30000;
	text-decoration: underline;
	background-image: none;
	padding-left: 0px;
}
a:visited {
	color: #B30000;
	text-decoration: none;
}
a:hover {
	color: #B30000;
	text-decoration: none;
}
a:active {
	color: #B30000;
	text-decoration: underline;
}

/* Content */
p.bodytext{ clear: both; }
.header { }
.register{ height: 38px; }
.content{}
.content_block{}
.content .content_block table p { margin: 0px 0px 5px 0px; padding: 0px; }
.austragen{}
.footer { text-align: center; }
.adresse{ margin-left: 12px; }
.table_container_inner{ 
	background-color: #CDCCBB; 
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	}
.hmenu, .settings{ /* background-color: #FFFFFF; */ }
.hmenu table{ 
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	}
.settings table{ 
	/*border-bottom: 1px solid #9C9E9C;*/
	}
.contenttable{
	}	
.register .spacer-gif{ display: none; }

/*table.imgtext-nowrap{ width: 578px; }*/

/*p.align-right{ text-align: right; }*/
span.important{ color: black; font-size: 14px; }