@charset "utf-8";
/* CSS Document */
*
{
	margin: 0;
	padding: 0;
}
html
{
	height:100%;
	min-height:100%;
}

body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #343434;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	width:100%;
	height:100%;
	min-height:100%;
	scrollbar-3dlight-color: #FFFFFF; 
	scrollbar-arrow-color: #7a1316; 
	scrollbar-darkshadow-color: #FFFFFF; 
	scrollbar-face-color: #FFFFFF; 
	scrollbar-highlight-color: #7a1316; 
	scrollbar-shadow-color: #7a1316; 
	scrollbar-track-color: #FFFFFF;
}

.body_start 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #343434;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-image: url(../img/bg_2010.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #7c140b;
}

div
{
	font-size:1.0em;
}

img
{
	border: 0px;
}

/* HEADER ---------------------------------------------------------- */

#header
{
	height:60px;
	width:900px;
	margin: auto;
}
/* ----------------------------------------------------------------- */

#rahmen
{
	width:900px;
	background-image: url(../img/background.png);
	background-repeat: no-repeat;
	float: auto;
	margin: auto;
	/*height: 750px;*/
	height: 730px;
}

#rahmenAdmin
{
	width:900px;
	background-image: url(../img/backgroundAdmin.png);
	background-repeat: no-repeat;
	float: auto;
	margin: auto;
	height: 750px;
}

#bodyheader
{
	height:180px;
	width:900px;
	overflow: visible;
	margin: auto;
}

#container
{
	width:850px;
	margin: auto;
}

#leftrow
{
	height:315px;
	width: 150px;
	margin-top: 80px;
	float:right;
}

#content
{
	width:580px;
	/*background-color: #FFFFB0;*/
	background-color: #FFFFFF;
	height: 450px;
	border:1px solid black;
	margin:auto;
	padding:20px;
	margin-right: 65px;
	text-align:left;
	overflow:auto;
	overflow-x: hidden;
	float:right;
	opacity: 0.91;
	filter: alpha(opacity=91);
}

#band
{
	width:550px;
	/*background-color: #FFFFFF;*/
	min-height: 200px;
	border:1px solid black;
	margin:auto;
	padding:5px;
}

#band_titel
{
	width:auto;
	background-color:#7a1316;
	padding:2px;
}

#band_bild
{
	width: 250px;
	margin-right: 10px;
	float:left;
	
}

#band_content
{
	width:auto;
	margin: 5px;
	text-align:justify;
	
	
}

#band_links
{
	width:auto;
	margin: 5px;
	text-align:left;
}

/* Text --------------------------------------------------------- */
p 
{
	color: #000000;
	font-size: 11.5px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: normal;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
}

pre 
{
	color: #000000;
	font-size: 11.5px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 1.4em;
	text-align: left;
}

strong
{
	line-height: 2.0em;	
}

h1 
{
	color: #a2c739;
	font-weight: bold;
	line-height: 1.2em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin-top: 0em;
	margin-bottom: 0.5em;
	padding-bottom:0em;
	padding-top:0em;
	font-size: 15px;
}

h2 
{
	color: #a2c739;
	font-weight: bold;
	line-height: 1.2em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin-top: 0em;
	margin-bottom: 0.2em;
	padding-bottom:0em;
	padding-top:0em;
	font-size: 11.5px;
}

h3 
{
	color: #666666;
	font-weight: bold;
	line-height: 1em;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	margin-top: 0em;
	margin-bottom: 0em;
	padding-bottom:0em;
	padding-top: 12px;	
	font-size: 11.5px;
}

.band_title
{
	color: #FFFFFF;
	font-size: 13px;
	font-weight:bold;
	text-align:left;
}

.white
{
	color: #FFFFFF;
	font-size: 10px;
	font-weight:bold;
}

.red
{
	color: #FF0000;
	font-size: 11px;
	text-align:left;
}

.greyK
{
	color: #A89DA2;
	font-size: 9px;
	text-align:left;
}

.mainK
{
	color: #000000;
	font-size: 10px;
	text-align:left;
}

/* -------------------------------------------------------------- */
/* Links -------------------------------------------------------- */
a			{ text-decoration: none; color: #ed1c24; line-height: 1.2em;}
a:link 		{ text-decoration: none; color: #ed1c24; line-height: 1.2em;}
a:visited 	{ text-decoration: none; color: #ed1c24; line-height: 1.2em;}
a:hover 	{ text-decoration: underline; color: #ed1c24; line-height: 1.2em;}
a:active	{ text-decoration: underline; color: #ed1c24; line-height: 1.2em;}
a:focus 	{ text-decoration: underline; color: #ed1c24; line-height: 1.2em;}

.link_white a			{ font-size: 10px; text-decoration: none; color: #FFFFFF; font-weight:normal;}
.link_white a:link 		{ font-size: 10px; text-decoration: none; color: #FFFFFF; font-weight:normal;}
.link_white a:visited	{ font-size: 10px; text-decoration: none; color: #FFFFFF; font-weight:normal;}
.link_white a:hover 	{ font-size: 10px; text-decoration: underline; color: #FFFFFF; font-weight:normal;}
.link_white a:active	{ font-size: 10px; text-decoration: underline; color: #FFFFFF; font-weight:normal;}
.link_white a:focus 	{ font-size: 10px; text-decoration: underline; color: #FFFFFF; font-weight:normal;}
/* -------------------------------------------------------------- */
/* Navigation --------------------------------------------------- */
/*HAUPTNAVIGATION*/
#nav
{ 
 	margin-top: 140px; 
 	width: 685px; 
	height: 34px;
	float: right;
	overflow:visible;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
}

#navAdmin
{ 
 	margin-top: 120px; 
 	width: 355px; 
	float:right;
	overflow:visible;
}

#nav ul, #nav li, #nav a 
{
	display:block;
	margin:0;
	padding: 0;
	border: 0;
}

#nav ul 
{
	width: 100%;
	list-style: none;
	float: right;
}

#nav ul li 
{
	height: 26px;
	position:relative;
	padding: 0px 6px;
	margin-top: 10px;
	float: left;
	z-index:9;
}

#nav ul li.line
{
	margin: 0;
	margin-top: 7px;
	font-size: 10pt;
}

/* 2. Ebene */
#nav ul li ul 
{
	display: block;
	width: 120px;
	margin-top: 10px;
	background-color: #a2c739;
	border-right: 2px solid white;
	overflow: hidden;

}	

#nav ul li ul li
{
	width: 110px; 
	height: 18px;
	margin: 0;
	padding-top: 4px;
	float: left;	
	border-bottom: 2px solid white;
	text-align: left;
}

#nav ul li ul li #subnav
{
	height: 16px;
	width: 107%; *
	width: 108%;
	margin-left: -4px;
	padding-top: 2px;
	background-color: #d1d1d1;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

/* Hovers */
#nav ul li ul, #nav li:hover ul 
{
	display: none;
}

#nav ul li:hover ul, li:hover li:hover ul 
{
	display: block;
	list-style: inside;
	position: absolute;
}


/* links */		
#nav a			{text-decoration: none; color: #FFFFFF; margin-left: 4px; margin-right: 4px; font-size: 10pt;}
#nav a:link 	{text-decoration: none; color: #FFFFFF; margin-left: 4px; margin-right: 4px; }
#nav a:visited	{text-decoration: none; color: #FFFFFF; margin-left: 4px; margin-right: 4px; }
#nav a:hover 	{text-decoration: none; color: #FFFFFF; margin-left: 4px; margin-right: 4px; }
#nav a:active 	{text-decoration: none; color: #FFFFFF; margin-left: 4px; margin-right: 4px; }
#nav a:focus 	{text-decoration: none; color: #FFFFFF; margin-left: 4px; margin-right: 4px; }

#nav ul li ul a	{text-decoration: none; color: #62372b; font-size: 8pt;}




/* -------------------------------------------------------------- */
/* FOOTER ------------------------------------------------------- */
#footer 
{
	height:20px;
	width:100%;
	text-align: right;
	clip: rect(auto,auto,auto,auto);
	margin-top: 5px;
	float:right;
}

.footer_text
{
	color: #FFFFFF;
	font-size: 10px;
}

.footerLink a			{ font-size: 10px; text-decoration: none; color: #FFFFFF; font-weight:normal;}
.footerLink a:link 		{ font-size: 10px; text-decoration: none; color: #FFFFFF; font-weight:normal;}
.footerLink a:visited	{ font-size: 10px; text-decoration: none; color: #FFFFFF; font-weight:normal;}
.footerLink a:hover 	{ font-size: 10px; text-decoration: underline; color: #FFFFFF; font-weight:normal;}
.footerLink a:active	{ font-size: 10px; text-decoration: underline; color: #FFFFFF; font-weight:normal;}
.footerLink a:focus 	{ font-size: 10px; text-decoration: underline; color: #FFFFFF; font-weight:normal;}
/* -------------------------------------------------------------- */
/* FORMS ------------------------------------------------------- */
.button    	   
{
	color: #999999;
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial;
	font-weight: normal;
	text-decoration: none;
	background: transparent;
	width: 60px;
	border-style: groove;
	border-width: 1px;
	border-color: #CCCCCC #000 #000 #CCCCCC;
}

input      
{
	color: #000000;
	width: 200px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: normal;
	text-decoration: none;
	background: transparent;
	border-top-width: 1pt;
	border-right-width: 1pt;
	border-bottom-width: 1pt;
	border-left-width: 1pt;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #CCCCCC #000 #000 #CCCCCC;
}

.txtDate      
{
	color: #000000;
	width: 100px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: normal;
	text-decoration: none;
	background: transparent;
	border-top-width: 1pt;
	border-right-width: 1pt;
	border-bottom-width: 1pt;
	border-left-width: 1pt;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #CCCCCC #000 #000 #CCCCCC;
}

.txtCheck     
{
	color: #000000;
	width: 50px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: normal;
	text-decoration: none;
	background: transparent;
	border-top-width: 1pt;
	border-right-width: 1pt;
	border-bottom-width: 1pt;
	border-left-width: 1pt;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #CCCCCC #000 #000 #CCCCCC;
}
.txtArea     
{
	color: #000000;
	width: 300px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: normal;
	text-decoration: none;
	background: transparent;
	border-top-width: 1pt;
	border-right-width: 1pt;
	border-bottom-width: 1pt;
	border-left-width: 1pt;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #CCCCCC #000 #000 #CCCCCC;
}

.cmbBox		   { color: #fff; font-size: 8pt; font-family: Verdana, Arial; background-color: #525252; border: solid 1px }
.chbBox		    
{ 
	width: 30px;
	background: transparent;
	border: 0px;
}

/* ------------------------------------------------------------- */
/* AUFLISTUNG -------------------------------------------------- */
.cell 
{
	padding-left: 3px;
	padding-right: 3px;
}

.listzeile1 
{
	height:20px;
	background-color:#E4F8F7;
}

.listzeile2
{
	height:20px;
	background-color:transparent;
}

.newsletterLink a			{ font-size: 11px; text-decoration: none; color: #176493; font-weight:normal;}
.newsletterLink a:link 		{ font-size: 11px; text-decoration: none; color: #176493; font-weight:normal;}
.newsletterLink a:visited	{ font-size: 11px; text-decoration: none; color: #176493; font-weight:normal;}
.newsletterLink a:hover 	{ font-size: 11px; text-decoration: underline; color: #176493; font-weight:normal;}
.newsletterLink a:active	{ font-size: 11px; text-decoration: underline; color: #176493; font-weight:normal;}
.newsletterLink a:focus 	{ font-size: 11px; text-decoration: underline; color: #176493; font-weight:normal;}
/* -------------------------------------------------------------- */
