/*
Farben
rot: #FF110D;
gelb: #FFFF01;
schwarz: #000000; (schrift)
*/


body
{
	margin: 20px 0px 10px 0px;
}

p, td, th, tr, li  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	font-weight: normal;
	color: #000000;
	line-height: 16px;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	line-height: 16px; 
	color: #FF110D;
	text-decoration: underline;
}

a:hover {
	color: #666666;
}

ul {
	margin-left: 0.5em;
	padding-left: 0.5em;	
	list-style-type: none;
	color: #000000;
	list-style-image: url(image/bullet.gif);
}

ol {
	margin-left: 0.5em;
	padding-left: 0.5em;	
	list-style-type: decimal;
	color: #000000;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: bold;
	line-height: 16px; 
	color: #FF110D; 
	text-transform: none;
	margin-bottom: 0px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;  
	font-weight: normal;
	line-height: 16px; 
	color: #999999;
	margin-top: 5px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;  
	font-weight: bold;
	line-height: 16px; 
	color: #FF110D;
	margin-top: 5px;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;  
	font-weight: bold;
	line-height: 16px; 
	color: #999999; 
}

hr {
	color: #999999;
	height: 1px;
}

.antifloat
{
	clear: both;
	visibility: hidden;
}

/******************************
	layout
******************************/
#main {
	width: 100%;
	background: #000000 url(bilder/bg_kopf.gif) repeat-x;
}

#logo {
	width: 1000px;
	height: 100px;
}

#navinhaltcontainer {
	width: 990px;
	padding: 0px 10px;
	margin-top: 20px;
	background: #000000 url(bilder/bg_inhalt.gif) repeat-y;
}

* html #navinhaltcontainer {
	width: 1010px;
}

#navinhaltcontainer_breit {
	width: 1010px;
	padding: 0px 10px;
	margin-top: 20px;
	background: #000000 url(bilder/bg_inhalt_breit.gif) repeat-y;
}

* html #navinhaltcontainer_breit {
	width: 1030px;
}

#navcontainer {
	float: left;
	width: 220px;
}

#navcontainer_rahmen_oben {
	width: 220px;
	height: 10px;
	background-color: #999999;
	font-size: 10px;
}

#navi {
	width: 180px;
	padding: 10px;
	margin: 0px 10px;
	border-top: 1px solid #333333;
}

* html #navi {
	width: 200px;
}

#inhaltcontainer {
	float: left;
	width: 550px;
}

#inhalt_rahmen_oben {
	width: 535px;
	height: 50px;
	margin: 0px 10px 0px 5px;
	background-color: #999999;
}

/** html #inhalt_rahmen_oben {
	width: 550px;
}*/

#inhalt {
	width: 485px;
	min-height: 300px;
	padding: 10px;
	margin: 0px 25px 0px 20px;
	border-top: 1px solid #333333;
	background-color: #CCCCCC;
}

* html #inhalt {
	width: 505px;
	height: 300px;
}

#zusatzcontainer {
	float: left;
	width: 220px;
}

#zusatz_rahmen_oben {
	width: 220px;
	height: 10px;
	font-size: 10px;
	background-color: #999999;
}

#zusatz {
	width: 180px;
	padding: 10px;
	margin: 0px 10px;
	border-top: 1px solid #333333;
}

* html #zusatz {
	width: 200px;
}

#zusatzcontainer_breit {
	float: left;
	width: 240px;
}

#zusatz_rahmen_oben_breit {
	width: 240px;
	height: 10px;
	font-size: 10px;
	background-color: #999999;
}

#zusatz_breit {
	width: 200px;
	padding: 10px;
	margin: 0px 10px;
	border-top: 1px solid #333333;
}

* html #zusatz_breit {
	width: 220px;
}

#zusatz h1 {
	display: block;
	border: 1px solid #333333;
	background-color: #666666;
	padding: 3px 10px;
	margin-top: 0px;
}

#fuss_linie {
	width: 1000px;
	height: 1px;
}

#fuss_breit {
	width: 1000px;
	height: 41px;
	background: #000000 url(bilder/bg_fuss.gif) repeat-y;
}

#fuss_ganz_breit {
	width: 1020px;
	height: 41px;
	background: #000000 url(bilder/bg_fuss_breit.gif) repeat-y;
}

#register {
	z-index: 100;
	position: absolute;
	top: 120;
	left: 235;
	width: 535px;
	height: 60px;
	padding-top: 10px;
}

* html #register {
	height: 70px;
}

#tabs {
	height: 25px;
	padding-left: 15px;
}

#tabs ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#tabs ul li {
	float: left;
	margin: 0px 61px 0px 0px;
	padding: 0px;
}

#tabs ul li.last {
	margin-right: 0px;
}

#tabs ul li a {
	text-decoration: none;
}

#balken {
	width: 535px;
	height: 30px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background-color: #666666;
}

* html #balken {
	margin-top: -2px;
}

#balken_herren1 {
	width: 535px;
	height: 30px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background-color: #FFFF01;
}

#balken_herren2 {
	width: 535px;
	height: 30px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background-color: #FF110D;
}

#balken_damen1 {
	width: 535px;
	height: 30px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background-color: #000000;
}

#balken_mixed {
	width: 535px;
	height: 30px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background-color: #F9B30D;
}


/*------------------------------------------------------------------------*/


/******************************
	navigation 
******************************/

/******************************
	stufe 1 
******************************/
#navi ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #000000;
	list-style-type: none;
	text-transform: none;
	margin: 0px;
	padding: 0px;
}

#navi ul li {
	display: inline;
}

#navi ul li a {
	display: block;
	border: 1px solid #333333;
	background-color: #666666;
	padding: 3px 10px;
	margin-top: 30px;
	margin-bottom: 5px;
}

#navi ul li a.first {
	margin-top: 0px;
}

/******************************
	stufe 2 
******************************/
#navi ul ul li a {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #666666;
	background-color: #CCCCCC;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
/*------------------------------------------------------------------------*/


/******************************
	kruemel-navigation 
******************************/
/*#kruemelnavigation ul
{
	list-style-type: none;
	margin: 0px;
	margin-left: -2px;
	padding: 0px;
	list-style-image: none;
}

#kruemelnavigation li
{
	float: left;
	margin: 0px;
	padding: 0px 2px;
	color: #B7B7B7;
}*/

#kruemelnavigation span
{
	font-size: 10px;
	color: #999999;
}

#kruemelnavigation a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;	
	text-decoration: none;	
	text-transform: none;
	line-height: normal;
}

#kruemelnavigation a:hover
{
	color: #EA001A;
}
/*------------------------------------------------------------------------*/

/******************************
	Hinweis Versionen-Management
******************************/
#hinweisVmgmtVorschau
{
	margin: 20px;
	padding: 5px;
	border: 1px solid black;
	background: #D9E9EF;
}
#hinweisVmgmtVorschau.versteckt
{
	display: none;
}
#hinweisVmgmtVorschau img.icon_help
{
	border: 0px;
}
#hinweisVmgmtVorschau img.icon_schliessen
{
	border: 0px;
	float: right;
}

/*------------------------------------------------------------------------*/

/******************************
	Shortcutnavigation
******************************/
#shortcutlinks ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
}

#shortcutlinks li
{
	display: inline;
	margin: 0px;
	padding: 0px;
}

#shortcutlinks a.tools 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;	
	text-decoration: none;	
	text-transform: none;
	line-height: normal;
}

#shortcutlinks a:hover.tools 
{
	color: #EA001A;
}
/*------------------------------------------------------------------------*/

/*
Style fuer den FCK-Editor
*/
.kleineschrift
{
	font-size: smaller;
}

.grosseschrift
{
	font-size: larger;
}





