/****Farben
Hintergrund: weiß
Schrift: #0056A3
Bilderrahmen etc.: Stil elefant
Hinweis: für Classen wird in der CSS-Definition vor dem Namen ein Punkt geschrieben 
für ID ein # . 
A:link { ... }
A:visited { ... }
A:hover { ... }
A:active { ... }
******/
/****top-right-bottom-left******/
/****Wiederholung: y=vertikal - x=horizontal******/

body {
	background-color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	color: #0056A3;
	width:95%;
}
#wrapper{
	left: 0px;
	top: 0px;
	width:87%;
	margin:3px 3px 3px 3px;
}

#table, td, tr, th{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	background-color: #F5F5F5;
}
tr.d0 td {
	background-color: #99CCFF;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
tr.d1 td {
	background-color: #FFFFFF; color: black;
}
tr.d2 td {
	background-color: #000099;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

.clr{
	clear:both;
}
#headline{
	/****Wiederholung: y=vertikal - x=horizontal******/
	/****top-right-bottom-left******/
	left: 1000px;
	top: 0px;
	height: 100px;
	position: fixed;
	background-position: top left;
	background-image:url(images/navi/nav_top_bg.jpg);
	background-repeat:repeat-x;
	float: left;
	width: 100%;
	z-index:90;
}
#heading{
	/****Wiederholung: y=vertikal - x=horizontal******/
	/****top-right-bottom-left******/
	left: 0px;
	top: 0px;
	height: 101px;
	position: fixed;
	background-position: top left;
	float: left;
	width: 100%;
	z-index:91;
}

#content{
	margin: 61px 30px 20px 180px;  /****top-right-bottom-left******/
	padding: 10px 8px 5px 15px;  /****top-right-bottom-left******/
	width:95%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
	color: #0056A3;
	text-align: justify;
	float: left;

}
#content a:link {
	color: #0000FF;
	text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#content a:visited {
	color: #0056A3;
	text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
}
#content a:hover {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #0000FF;
}
#content a:active {
	color: #FFFFFF;
	background-color: #6699FF;
	text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
} 

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0056A3;
	line-height: 23px;
	text-align: center;
}
.headsubtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006699;
	line-height: 24px;
	text-align: center;
}
.signature {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006699;
	line-height: 24px;
	text-align: left;
}

.stfett {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000066;
	line-height: 20px;
	text-align: left;
}
.listeU{
	list-style-image:url(images/navi/LiKreis.jpg);
	line-height: 16px;
	text-align: left;
}
.headsubcenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	color: #000000;
	line-height: 14px;
	text-align: center;
}
.headunderline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	color: #000000;
	line-height: 14px;
	text-decoration:underline;
}
#fixiertLeft {
    position: absolute;
    top: 200px; left: 180px;
	height: 25px;
	width: 760px;
	background-color: #F5F5F5;
	text-align:center;
}

 html>body #fixiertLeft {  /* nur fuer moderne Browser! */
    position: fixed;
}

#fixiertRightBot {  /* Rechte Fixierung für Hintergrundebene ImgFixRight */
    position: absolute;
    bottom: 40px; right: 0px;
    width: 30px;
	background-color: #F5F5F5;
	height:50%;
}
 html>body #fixiertRightBot {  /* nur fuer moderne Browser! */
    position: fixed;
}
 .ImgFixRight{
  	float:left;
  	width: 30px;
	height:50%;
}
#top{
	width:29px;;
	height: 36px;
	position: fixed;
	bottom:30px;
	left:180px;
	padding-bottom: 5px; 
}

#footer{
	width:100%;
	background-position:left bottom;  /****top-right-bottom-left******/
	height:23px;
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	text-align:center;
	color: #FFFFFF;
	bottom:0px;
	left:0px;
	line-height: 12px;
	padding-left: 5px; 
	padding-top: 5px; 
	background-image:url(images/navi/nav_bottom.jpg);
	background-repeat:repeat-x;
}

#footerFixRight { /* Rechte Fixierung für Fortsetzung der Hintergrundebene ImgFixRight */
    position: absolute;
    bottom: 0px; right: 15px;
    width: 103px;
	height:21px;
}
#footerFixLeft { /* Linke Fixierung für Fortsetzung der Hintergrundebene navVert */
	position: absolute;
	bottom: 0px;
	left: 0px;
	width:33px;
	height:23px;
}
#riBorder {    /* Ebene auf Hintergrundebene ImgFixRight */
	position: fixed;
	top: 100px;
	right: 0px;
	width: 30px; 
	height:100%; 
	z-index:1;
	background: url(images/navi/nav_right.jpg);
	background-repeat:repeat-y;
}
#titlepic200 {    /* ... */
	position: relative;
	top: 0px;
	right: 0px;
	width: 200px;
	height:100%;
	float:right;
	z-index:0;
	border-style: solid;
	border-width:2px;
	margin-left: 10px;
}
#titlepic300 {    /* ... */
	position: relative;
	top: 0px;
	right: 0px;
	width: 300px;
	height:100%;
	float:right;
	z-index:0;
	border-style: solid;
	border-width:2px;
	margin-left: 10px;
}
#titlepic400 {    /* ... */
	position: relative;
	top: 0px;
	right: 0px;
	width: 400px;
	height:100%;
	float:right;
	z-index:0;
	border-style: solid;
	border-width:2px;
	margin-left: 10px;
}
#titlepic450 {    /* ... */
	position: relative;
	top: 0px;
	right: 0px;
	width: 450px;
	height:100%;
	float:right;
	z-index:0;
	border-style: solid;
	border-width:2px;
	margin-left: 10px;
}
#titlepic500 {    /* ... */
	position: relative;
	bottom: 0px;
	right: 0px;
	width: 510px; 
	float:right;
	z-index:0;
	text-align:right;
}
#titlepic250 {    /* ... */
	position: relative;
	bottom: 0px;
	right: 0px;
	width: 250px; 
	float:right;
	z-index:0;
	text-align:right;
}
#titlepic375 {    /* ... */
	position: relative;
	bottom: 0px;
	right: 0px;
	width: 380px; 
	float:right;
	z-index:0;
	text-align:right;
}
#wappic {    /*Vereinswappen */
	position: absolute;
	bottom: 35px;
	left: 35px;
	width: 150px; 
	float:left;
	z-index:0;
	text-align:left;
	position: fixed;
}
/***** Nicht scrollbarer Bereich *****/
#fixiert {
    position: absolute;
    top: 112px; left: 0px;
    width: 137px;
	background-color: #F5F5F5;
}
 html>body #fixiert {  /* nur fuer moderne Browser! */
    position: fixed;
}
/* Seitennavigation */
#ImgNavLeft {
	position: fixed;
	left: 0px;
	top: 100px;
	width: 30px;
	height: 100%;
	background-image:url(images/navi/nav_left.jpg);
	background-repeat:repeat-y;
	float: left;
	background-position: top left;
	z-index: 0;
}
#navcontainer ul
{
	position: absolute;
	left: 32px;
	top: 7px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	width: 151px;
}

#navcontainer li {
	margin: 0 0 0 0; 
	height: 24px;
}

#navcontainer a
{
	display: block;
	height: 19px;
	padding-left: 10px;
	padding-top: 5px;
	width: 140px;
	background-image: url(images/navi/nav_bg.jpg);
}

#navcontainer a:link, #navlist a:visited
{
	color: #0056A3;
	text-decoration: none;
	background-image: url(images/navi/nav_div_bg.jpg);
}

#navcontainer a:hover
{
	background-image: url(images/navi/nav_div_bg_ov.jpg);
	color: #000000;
}


#active a:link, #active a:visited, #active a:hover
{
	background-image: url(images/navi/nav_div_bg_on.jpg);
	color: #000000;
}
#activetit a:link, #activetit a:visited, #activetit a:hover
{
	background-image: url(images/navi/nav_div_bg.jpg);
	color: #000000;
}

#subblue1 a:link, #subblue1 a:visited
{
	background-image: url(images/navi/nav_subdiv_bg.jpg);
	padding-left: 0px;
	color: #000000;
	font-weight: bold;
	width:150px;
	height:24px;
}
#subblue1 a:hover
{
	background-image: url(images/navi/nav_subdiv_bg.jpg);
	padding-left: 0px;
	color: #FFFFFF;
	font-weight: bold;
	width:150px;
	height:24px;
}
#subblue2 a:link, #subblue2 a:visited
{
	background-image: url(images/navi/nav_subdiv_bg.jpg);
	padding-left: 0px;
	color: #000000;
	font-weight: bold;
	width:150px;
	height:24px;
}
#subblue2 a:hover
{
	background-image: url(images/navi/nav_subdiv_bg.jpg);
	padding-left: 0px;
	color: #FFFFFF;
	font-weight: bold;
	width:150px;
	height:24px;
}
#subblue3 a:link, #subblue3 a:visited
{
	background-image: url(images/navi/nav_subdiv_bg.jpg);
	padding-left: 0px;
	color: #000000;
	font-weight: bold;
	width:150px;
	height:24px;
}
#subblue3 a:hover
{
	background-image: url(images/navi/nav_subdiv_bg.jpg);
	padding-left: 0px;
	color: #FFFFFF;
	font-weight: bold;
	width:150px;
	height:24px;
}
#subblue4 a:link, #subblue4 a:visited
{
	background-image: url(images/navi/nav_subdiv_bg.jpg);
	padding-left: 0px;
	color: #000000;
	font-weight: bold;
	width:150px;
	height:24px;
}
#subblue4 a:hover
{
	background-image: url(images/navi/nav_subdiv_bg.jpg);
	padding-left: 0px;
	color: #FFFFFF;
	font-weight: bold;
	width:150px;
	height:24px;
}

#subactive a:link, #subactive a:visited, #subactive a:hover
{
	background-image: url(images/navi/nav_subdiv_bg_on.jpg);
	padding-left: 0px;
	color: #FFFFFF;
	font-weight: bold;
	width:150px;
	height:24px;
}

form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	font-weight: bold;
	line-height: 16px;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 24px;
	line-height: 30px;
  	background-color: #006666;
	color: #DCDCDC;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
  color: #006666;
}
.highl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000033;
	line-height: 15px;
	text-align: left;
	background-color: #FFFF99;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
}

.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 3px;
	background-color: #FFFFFF;
}

.sidebarHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
    font-weight: bold;
	line-height: 22px;
	color: #000066;
	background-color: #7FA2DA;
}

.sidebarFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #CCCCCC;
}
.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

.promo {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
}

.titlebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFCC33;
	background-color: #000033;
	font-weight: bold;
}

.dingbat {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #99CC99;
  	color: #006666; 
	font-weight: bolder;
	font-size: medium;
}
.fonts_kl {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	color: #000000;
	text-align:left;
}
.fonts_klgrey{
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	color: #666666;
	text-align:left;
}
.fonts_klblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	color: #000000;
	text-align:left;
	line-height: 10px;
}
.fontsZeit {
	font-family: Arial, Helvetica, sans-serif;
	font-size:8px;
	font-weight:bold;
	color: #000000;
	text-align:center;
	line-height: 8px;
}
.Stil2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	font-weight: bold;
	line-height: 16px;
}
.Stil3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
	line-height: 16px;
}
.Stil4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006600;
	font-weight: bold;
	line-height: 16px;
}
.Stil5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	font-weight: bold;
	line-height: 16px;
}
.Stil6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}
.Stil8 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}
.hideDiv{
	display: none;
}
.showDiv{
	display: block;
}
#layerflash {
	position: relative;
	left: 100px;
	top:  20px;
	width: 660px; 
	height: 660px; 
	visibility: hidden;
	z-index:7;
}
