/*  BODY  */

body  { 
	background: #4d8be0 url("../img/bg.jpg") repeat-x;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	margin: 0;

	}

div, td { 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

a { 
	color: #333; 
	text-decoration: underline; 
}

a:hover { 
	color: #FF9D00;
	text-decoration: none; 
}

hr { 
	width: 100%; 
	border-left: #fff;
	border-right: #fff;
	border-top: #fff;
	border-bottom: 2px dotted #ccc;
	margin: 15px 0 20px 0; 
}

li {
	line-height: 18px;
}

.submenue { 
	text-indent: 10px;
	color: #FF9D00;	
}

.text    { 
	color: #000; 
	font-size: 11px; 
	line-height: 1.8em; 
}

.textueber   { 
	color: #000; 
	font-size: 14px; 
	font-weight: bold; 
}

.footer    { 
	color: #000;
	font-size: 12px;
	line-height: 1.5em; 
}

.blockheadline {
	background: #20A8E7 url("../img/bg_blockheadline.gif") repeat-x;
	font-size: 11px;
	font-weight: bold;
	line-height: 25px;
	width: 150px;
	padding-left: 10px;
	color: #fff;
	border: 1px solid #6E1900;
}

.blockheadlineright {
	background: #20A8E7 url("../img/bg_blockheadline.gif") repeat-x;
	font-size: 11px;
	font-weight: bold;
	line-height: 25px;
	width: 180px;
	padding-left: 10px;
	color: #fff;

}

/*  FERIEN.DE  */

.target-headline {
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
}

.region {
	font-size: 18px;
	font-weight: bold;	
}

/*  NAVIGATION  */

ul#navigation    { 
	width: 162px;	
	margin: 0;
	display: block;
	background-color: #FFF;
}

ul#navigation li  { 
	margin: 0; 
	padding: 0;
	display: block;
	width: 162px;	
}
ul#navigation a  { 
	color: #CE3000;  
	font-weight: bold; 
	text-decoration: none; 
	padding: 5px 10px;
/*	background-image: url(../img/bg_li_01.gif); 
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #a26300; */
	border-bottom: 1px solid #ECE6E1;
	font-size: 11px;
	display: block;	
}

ul#navigation a:hover {
	color: #581400; 
	background-color: #FFFAF2;
	padding: 5px 15px;
	font-weight: bold;
	display: block;
}

ul#navigation a.submenue {
	color: #581400; 
	background-color: #FFFAF2;
	padding: 5px 15px;
	font-weight: bold;
	display: block;
}

ul#navigation a.submenue:hover {
	color: #CE3000; 
	background-color: #FFFAF2;
	padding: 5px 20px;
	font-weight: bold;
	display: block;
}

ul#navigation .active {
	color: #581400; 
	padding: 5px 10px;
	font-weight: bold;
	display: block;
}

/*  FORMULAR  */

.eingabefeld {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   width: 200px;
   height: 17px;
   font-size: 11px;
   color: #000000;
   background-color: #EDEDED;
   text-decoration: none;
   padding-left: 3px;
   border-width: 1px;
   border-style: solid;
   border-color: #ccc;
	}
	
.eingabefeldnl {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   width: 90px;
   height: 17px;
   font-size: 11px;
   color: #000000;
   background-color: #EDEDED;
   text-decoration: none;
   padding-left: 3px;
   border-width: 1px;
   border-style: solid;
   border-color: #ccc;
	}	
	
.eingabetext {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   width: 310px;
   height: 100px;
   font-size: 11px;
   color: #000000;
   background-color: #EDEDED;
   text-decoration: none;
   padding-left: 3px;
   border: 1px solid #ccc; 
	}

button {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   height: 20px;
   font-size: 11px;
   font-weight: bold;
   color: #ffffff;
   background-color: #E50003;
   text-decoration: none;
   padding-left: 3px;
   border-width: 1px;
   border-style: solid;
   border-color: #666666;

}

