/* screen.css */	 
* {
   margin: 0;
   padding: 0;
}

div#fzeile{
	height: 20px;
	font-family:  Arial, Verdana, Sans-Serif;
	font-size: 16px;
	color: #F2F2F2;
	letter-spacing: 4px;
	background-color: #B00000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:auto;
    margin-right:auto;
	text-align: left;
}

div#logo{
	width: 100%;
	height: 20px;
	font-family:  Arial, Verdana, Sans-Serif;
	font-size: 16px;
	color: #F2F2F2;
	letter-spacing: 4px;
	background-color: #B00000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:auto;
    margin-right:auto;
	text-align: center;
}

div#fusstabelle{
	height: 20px;
	font-family:  Arial, Verdana, Sans-Serif;
	font-size: 8px;
	color: #F2F2F2;
	letter-spacing: 2px;
	background-color: #B00000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:2px;
    margin-right:auto;
	text-align: left;
}
div#navigation{
	width: 115px;
	float: left;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	color: #FF0000;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
body{
	margin: 0%;
	/*overflow: auto;*/
	background-color: #F2F2F2;
	font-family: Arial, Verdana; 
	font-size: 10px;
}


a {
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	text-decoration: None;
	color: #0A47D8;
}



.bereich{
display: block;
color: #FFFFFF;
background-color: #B00000;
text-align: center;
font-family:Arial;
font-size:12px;
border-left: 1px solid #CCCCCC;
border-top: 1px solid #CCCCCC;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
text-decoration: none;
width: 150px;
}

a.link{
display: block;
color: #FFD700;
font-family: Arial, Verdana;
font-size: 12px;
text-decoration: None;
border-bottom: solid 1px #FFFFFF;
}

a:link { color:#F00000; }
a:visited { color:#C2C2C2; }
a:hover { color:yellow; text-decoration:none; }
a:active { color:#F88888; }



a.link.bereich{
display: block;
background-color: #B00000;
width: 150px;
height: 20px;
}
a.bereichlinks{
display: block;
background-color: #B00000;
width: 110px;
height: 20px;
}



a.link:hover{
display: block;
color: #000000;
background-color: #FFD700;
}

.suchfeld{
display: block;
color: #FFFFFF;
background-color: #B00000;
text-align: center;
font-family:Arial;
font-size:10px;
border-left: 1px solid #CCCCCC;
border-top: 1px solid #CCCCCC;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
text-decoration: none;
width: 115px;
height: 18px;


}

img 		{ border-color: #000000; }

a.link.bereichlinks{
display: block;
width: 110px;
height: 20px;
display: block;
color: #FFFFFF;
background-color: #B00000;
text-align: center;
font-family:Arial;
font-size:12px;
border-left: 1px solid #CCCCCC;
border-top: 1px solid #CCCCCC;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
text-decoration: none;
}

a.link.bereichlinks:hover{
display: block;
color: #000000;
background-color: #FFD700;
}
/*
a:visited {
	color: #0A47D8;
}

a:hover {
	color: #000000;
	text-decoration: Underline;
}

a:active {
	color: #000000;
	text-decoration: Underline;
}

p{
	margin-left: 15px;
	margin-right: 15px;
	text-align: Justify;
}

.aktuell {
	background-color: #C5D6FC;
}*/

 /* spezille Termineditor */

/*	
.bereich_te {
 position: absolute;
 text-align: center;
 font-weight: bold;
}
.beschreibung {
 color: #FFFFFF;
 background-color: #000000;
 display: none;
}
*/ 