/* ---------------------------- GENERIC ---------------------------- */
html, body {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	width: 100%;
	background-image: url('../images/backgrounds/back_1.gif');
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-color: #aba298;
	color: #002F6E;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px; 
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

td {
	vertical-align: top;
	}


/* ---------------------------- HEAD ---------------------------- */
div#header {
	background-color: #999999;
	margin: 0;
	padding: 0;
	color: white;
}


div#header h2 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #002F6E;
	background-color: #FFFFFF;
	text-align: left;
	line-height: 16px;
}





/* ---------------------------- nav.LISTS ---------------------------- */


#nav {
	background-color: transparent;
	border: 0 none;
}


div#nav {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	float: left;
	width: 200px;;
	font-size: 10px;
	padding: 0px;
}

div#nav li>a,span {
	text-decoration: none;
	color: #003366;
	background-color: #fff;
	list-style-type: none;
	list-style-position: outside;
	font-size: 10px;
	line-height: 2em;	
	margin-right: 0px;
	margin-left: 0px;
	width: 200px;	
	height: 20px; 
}


div#nav h4 {
	background-color: #99cc66;
	border-color: #9999CC;
	border-style: solid none solid none;
	text-align: left;
	padding: 2px 20px;
	border-width: 1px 0 1px 0;
	font-family: Verdana,Geneva,Helvetica,Arial,sans-serif;
	color: white;
	font-size: 1.8em;
	font-weight: bold;
	margin: 0px;
}

div#nav ul {
	/* background-color: none; */  /* hintergrund */
	padding: 0px;
	margin: -1px 0px 0px 0px;
	list-style-type: none;
}

div#nav li {
	padding: 0px;	
	font-size: 10px;
	font-style: normal;	
	width: 200px;	
	height: 20px; 
	/* display: block !important; */
	margin-bottom: 1px; /* ---> Abstand Navigation level0 */
	margin-top: 2px;
	vertical-align: middle;
	}



div#nav ul li#INACTIVE_L0 {
	font-weight: bold;
	background-color: #fff; 
	display: block !important; 
}

div#nav ul li#ACTIVEPATH {
	color: #003366;
	font-weight: bold;
}

div#nav ul li#INACTIVE_L1 {
	color: #003366;
	font-weight: normal;
	background-color: #fff;	
	display: block !important; 	
}

div#nav ul li#ACTIVE_L0 {
	color: #003366;
	font-weight: bold;	
	background-color: #fff;
}


div#nav ul li#ACTIVE_L1 {
	color: #fff;
	font-weight: normal;
}

div#nav a {
	color: #002F6E;
	text-decoration: none;
}

/* ACTIVE_L0 / ACTIVEPATH */
#mnu_x {
	background-color: #fff;
	width: 200px;
	display: block;
}

/* ACTIVE_L1 */
#mnu_y {
	background-color: #002C61;
	width: 200px;
	display: block;
	height: 20px;
	color: #fff;
}	

/* INACTIVE_L0 */
#mnu_z {
	width: 200px;
	display: block;
	background-color: #fff;
}

#mnu_z:hover {
	background-color: #002C61;
	color: #fff;
	height: 20px;
}

/* INACTIVE_L1 */
#mnu_w {
	width: 200px;
	height: 20px;
	display: block;
	background-color: #fff;
}


#mnu_w:hover {
	background-color: #002C61;
	color: #fff;
}


/***INACTIVE_SERVICENAV ***/
div#nav a#mnu_service {
	color: #94887B;
	font-weight: bold;
	width: 200px;
	display: block;
	background-color: #fff;
}

div#nav a:hover#mnu_service {
	background-color: #ABA298;
	color: #fff;
	height: 20px;
}
/*
*/

/* ---------------------------- MAIN ---------------------------- */
#content {
	margin-left: 0;
	margin-right: 0;
}

div#content {
	width: 500px;
	margin-left: 200px;
	margin-right: 21.5%;
	padding: 2em 3em 2em 3.25em;
	border: 1px;
}




div#whiteline {
	margin: 2px 0px;
	padding: 0px 0px;
	background-color: inherit;
	width: auto;
	border-color: white;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
	color: white;
}

.rubriktitel {
	background-image: url('../images/c00_reiter_o_empty.gif');
	background-repeat: no-repeat;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding-left: 20px;
	vertical-align: middle;
	height: 40px;	
	clip: auto;
}


.rubriktitel_klein {
	background-image: url('../images/c00_reiter_o_left.gif');
	background-repeat: no-repeat;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding-left: 20px;
	vertical-align: middle;
	height: 40px;	
	clip: auto;
}


.titel_klein {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #002F6E;
	background-color: #FFFFFF;
	text-align: left;
	line-height: 16px;
}

.titel_mittel {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #002F6E;
	background-color: #FFFFFF;
	text-align: left;
	line-height: 16px;
	padding-top: 24px;
	padding-left: 20px;
}

.lauftext {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #002F6E;
	background-color: #FFFFFF;
	text-align: left;
	line-height: 16px;
	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
}

.lauftext p {
	padding: 0;
	margin: 0;
	margin-bottom: 11px;
}

.text {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #002F6E;
	background-color: #FFFFFF;
	text-align: left;
	line-height: 16px;
	vertical-align: top;
	padding-left: 0px;
	padding-right: 0px;
}



/* Listen */
td.lauftext ul>li {
	list-style-type: none;
	list-style-position: outside;
	font-size: 11px;
	line-height: 1.6em;
	margin-right: 25px;
	margin-left: -24px;
	margin-top: 0px;
	list-style-image: url('../images/c00_arrow_blue_right.gif');
}	

td.lauftext ol>li {
	list-style-type: none;
	list-style-position: outside;
	font-size: 11px;
	line-height: 1.6em;
	margin-right: 25px;
	margin-left: -24px;
}	

.footer_u_left	{
	background-image: url('../images/c00_reiter_u_left.gif');
	background-repeat: no-repeat;
	height: 40px;
}


.footer_u_right {
	background-image: url('../images/c00_reiter_u_right.gif');
	background-repeat: no-repeat;
	height: 40px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	vertical-align: middle;
	text-transform: uppercase;
}


div.attach {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #002F6E;
	text-align: left;
	line-height: 16px;
	padding-left: 20px;
	padding-right: 20px;
}

/* ---------------------------- TABLES ---------------------------- */	
	
td.lauftextTableBold {
	padding-top: 4px;
	padding-bottom: 6px;
	font-weight: bold;
	border-top: 1px solid;
	border-color: #002F6E;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px; 
}



td.lauftextTableRegular {
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: 1px solid;
	border-color: #002F6E;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px; 
	line-height: 16px;
}


td.lauftextTableRegular2 {
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px; 
	line-height: 16px;
}


/* ---------------------------- LISTS ---------------------------- */
li.listing {	
	list-style-type: none;
	list-style-position: outside;
	font-size: 11px;
	line-height: 1.6em;
	margin-right: 25px;
	margin-left: 20px;
}

ul.listing  {
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;
	}

ol.listing  {
	margin: 0;
	margin-top: 10px;
	padding: 0;	
	padding-left: 0px;
	font-size: 11px;
	}


/* ---------------------------- 	LINKS ---------------------------- */	


a:active 	{
	color: #993300;  
	text-decoration: none;
	 }
	 
a:link	{ 
	color: #993300;
	text-decoration: none;
	 }
	 
a:visited	{ 
	color: #993300; 
	text-decoration: none;
	 }
	 
a:hover	{ 
	color: gray;
	text-decoration: none;
	}

a.footer:link,active,visited,hover {
	color: white;
	text-decoration: none;
}

/* ---------------------------- 	SITEMAP ---------------------------- */	
div.sitemapTableBold {
	font-weight: bold;
	border-top: 1px solid;
	padding-bottom: 2px;
	padding-top: 2px;
	margin-top:6px;
	border-color: #002F6E;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px; 
}


.sitemap {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px; 
}

a.sitemap:visited,link,active,hover {
	color: #993300;
	text-decoration: none;
}



/* ---------------------------- FORMS ---------------------------- */

.inputtext {
	background : #ffffff;
	color : #000000;
	padding: 0px;
	border: 0px;
}

input,select,textarea {
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #002F6E;
	border-color: #002F6E;
	border-width: 1px;
}

textarea {	
	height: 100px;
	width: 200px;
	background : #ffffff;
	padding: 1px;
}

.button {
	border : 1px solid #000000;
	width: auto;
	font-weight: bold;
	font-size: 11px;
	background : #ffffff;
	color: #000000;
	padding: 1px;
}


/* ---------------------------- PRINT ---------------------------- */
td#doprint {
	display: none;
}

/* ---------------------------- news images ---------------------------- */
.image_left {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 10px;
}

/* ---------------------------- errors ---------------------------- */
div.errors {
	font-weight: bold;
	color:		red;

}



/* ---------------------------- COL-RIGHT ---------------------------- */

#col-right {
	position:absolute;
	top: 140px;
	left:870px;
	width: 200px;
}



/* ---------------------------- Agenda ---------------------------- */
#verlosungen p,
#agenda p {
	padding: 0;
	margin: 0;
	width: inherit;
}

#verlosungen hr,
#agenda hr { 
	size: 1px;
	width: 100%;
	border-top: 1px solid #003366;
}

div.agenda_cont {
	position: relative;
	margin: 0;
	padding: 10px;
	background-color: white;
}


/* ---------------------------- Verlosungen ---------------------------- */

#verlosungen form input[type="text"] {
	position: absolute;
	left: 70px;
	width: 120px;
}



/* ---------------------------- Sponsoren ---------------------------- */
#sponsoren {
	position:absolute;
	top: 140px;
	left:870px;
	width: 200px;
}

#sponsoren p {
	padding: 0;
	margin: 0;
		width: inherit;
}

#sponsoren hr { 
	size: 1px;
	width: 100%;
	border-top: 1px solid #003366;
}

div.spons_cont {
	position: relative;

	margin: 0;
	padding: 10px;
	background-color: white;
}

