/* CSS Document */
* { font-family: Arial; font-size: 12px; color: #CC3300; }
body {
  background-color: #FFFFFF;
  scrollbar-face-color: #DEE3E7;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-shadow-color: #DEE3E7;
  scrollbar-3dlight-color: #D1D7DC;
  scrollbar-arrow-color:  #003366;
  scrollbar-track-color: #EFEFEF;
  scrollbar-darkshadow-color: #98AAB1;
  font-family: Arial; font-size: 12px; color: #CC3300;
}
.boxueber {  font-family: Arial; font-size: 13px; font-weight: bold; color: #990000}
.boxunter { font-family: Arial; font-size: 12px; color: #CC3300}
.uebers { font-family: Arial; font-size: 20px; font-weight: bold; color: #CC3300}
.klein { font-family: Arial; font-size: 10px; color: #CC3300 }
.subtagklein { font-family: Arial; font-size: 10px; color: #CC3300 }
.boxunter a:link {  font-family: Arial; font-size: 12px; color: #CC3300; text-decoration: none}
.boxunter a:visited {  font-family: Arial; font-size: 12px; color: #CC3300; text-decoration: none}
.boxunter a:hover {  font-family: Arial; font-size: 12px; color: #000000; text-decoration: underline}
a:link {  font-family: Arial; font-size: 12px; color: #CC3300; text-decoration: underline}
a:visited {  font-family: Arial; font-size: 12px; color: #CC3300; text-decoration: underline}
a:hover {  font-family: Arial; font-size: 12px; color: #000000; text-decoration: underline}
.lactive {  font-family: Arial; font-size: 12px; color: #000000; text-decoration: underline}

#suchfeld{
	border: #FFA248;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color:#F6F2E9;
	height:18px;
	width:140px;
	vertical-align:middle;
	color:#990000;	
}

.titel_links_auf {
	background-image: url(media/titel_links_auf.gif);
}
.titel_mitte_auf {
	font-family: Arial; font-size: 12px; color: #CC3300; text-decoration: none; font-weight: bold;
	background-image: url(media/titel_mitte_auf.gif);			
}
.titel_mitte_auf a:link { color: #CC3300; text-decoration: none; }
.titel_mitte_auf a:visited { color: #CC3300; text-decoration: none; }
.titel_mitte_auf a:hover { color: #000000; text-decoration: underline; }
.titel_rechts_auf {
	background-image: url(media/titel_rechts_auf.gif);
}
.news_links_oben {
	background-image: url(media/news_links_oben.gif);
}
.news_rechts_oben {
	background-image: url(media/news_rechts_oben.gif);
}
.news_links_unten {
	background-image: url(media/news_links_unten.gif);
}
.news_mitte_unten {
	background-image: url(media/news_mitte_unten.gif);
}
.news_rechts_unten {
	background-image: url(media/news_rechts_unten.gif);
}


/* CSS für Navigation */
#navlist
{
	height:18px;
	line-height:18px;
	background:#F1AE00 url(images/temps/60/menu_ende_rechts.gif) no-repeat top right;
	
	padding-top:1px;
	padding-bottom:2px;
	padding-left: 90px;
	
	margin-top: 0px;
	margin-bottom:0px;
	margin-left:20px;
}

#navlist a, #navlist a:link, #navlist a:visited
{
	font-family:  Arial, Helvetica, sans-serif;
	font-size:11px;

	padding-left: 4px;
	padding-right: 4px;
	padding-top:2px;
	padding-bottom:2px;
	margin:0;
	
	text-decoration: none;
    border: 1px solid #F1AE00;
    color: #990000; 
	background-color: #F1AE00;
}

#navlist a:hover, #navlist a:active, #navlist a:focus
{
	text-decoration: none;
	border: 1px solid #CC6600;
    color: #990000; 
	background-color: #F7D373;
}

#navlist li
{
	display: inline;
}

#navlist #active a 
{ 
	border: 1px solid #CC6600;
    color: #990000; 
	background-color: #F7D373; 
}