/* Global Definitions */
/* ------------------------------- */

body { 
	color: #1C4184;  
	margin: 0;
	padding: 0;
	background: #ffffff url(../pics/bg_global.jpg) repeat-x;
	overflow:auto;
	
	scrollbar-base-color:#95AAC5;
  	scrollbar-3dlight-color:#C4D0DE;
  	scrollbar-arrow-color:#ffffff;
  	scrollbar-darkshadow-color:#C4D0DE;
  	scrollbar-face-color:#98ADC7;
  	scrollbar-highlight-color:#FFFFFF;
  	scrollbar-shadow-color:#FFFFFF;
  	scrollbar-track-color:#C4D0DE; 
}
.second {
	background: transparent url(../pics/bg_global_sub.gif) no-repeat;
}
.third {
	background: transparent url(../pics/bg_footer.gif) repeat-x;
}
.main-content {
	background: transparent url(../pics/bg_content.jpg) repeat-x;
}
img { border: 0; }
table { border: 0;}

/* Search Definitions */
/* ------------------------------- */

.searcher {
	background: transparent url(../pics/bg_search.gif) no-repeat;
}
.searcheren {
	background: transparent url(../pics/bg_search_en.gif) no-repeat;
}


/* Links searchresult */
a.searchline:link{ font-size: 12px; color:#3366CC; text-decoration:underline } 
a.searchline:visited{ font-size: 12px; color:#3366CC; text-decoration:underline}
a.searchline:active{ font-size: 12px; color:#3366CC; text-decoration:underline } 
a.searchline:hover{ font-size: 12px; color:#3366CC; text-decoration:none}

/* Links big */
a.big:link{ font-size: 12px; color:#003366; text-decoration:none } 
a.big:visited{ font-size: 12px; color:#003366; text-decoration:none}
a.big:active{ font-size: 12px; color:#003366; text-decoration:none } 
a.big:hover{ font-size: 12px; color:#003366; text-decoration:underline}

/* Links normal */
a:link{ color:#003366; text-decoration:underline } 
a:visited{ color:#003366; text-decoration:underline }
a:active{ color:#003366; text-decoration:underline } 
a:hover{ color:#003366; text-decoration:none}

/* Formatierungen Allgemein */

.main{
	background-image:url(../pics/bg_total.jpg);
	background-repeat:repeat-x;
}

.leftlast{
	background-image:url(../pics/bg_left_last.jpg);
	background-repeat:no-repeat;
}
.searchbox {
	background-image:url(../pics/search_bg.jpg);
	background-repeat:no-repeat;
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
}
.searchboxen {
	background-image:url(../pics/search_bg_en.jpg);
	background-repeat:no-repeat;
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
}
.ende{
	background-image:url(../pics/bg_end01.gif);
	background-repeat:repeat-x;
}

/* forms and inputs */

.searchbabe {
	background-color: #FFFFFF;
	border:1px #9CB0C9 solid;
	font-size: 11px;
	font-family: Verdana;
	color:#333333;
	width:176px;
}
.rand	{
		border:1px #859AB6 solid;
		color: #555555;
		font-size: 11px;
		font-family: verdana;
    	background-color: #EFF3F6
}
textarea{
		border:1px #859AB6 solid;
		color: #555555;
		font-size: 10px;
		font-family: verdana;
    	background-color: #EFF3F6
}

/* ########  Texte usw. ######## */

.text {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif ;
	line-height: 130%;
	font-size: 12px;
	color: #003366;
}
.headline {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif ;
	font-size: 13px;
	color: #ffc000;
	font-weight: bold;
	border-bottom: 1px solid #6A87AC; margin:0px; width:100%;
	
}
.bighead {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif ;
	font-size: 16px;
	line-height:16px;
	font-weight: bold;
	padding:0;
	margin:0;
}
.blackhead {
	font-size: 14px;
	font-weight: bold;
	color:#000;
	padding:0;
	margin:0;
}
.footer {
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #849DBC;
	padding-left: 19px;
	padding-right: 19px;
}
.footer a {
	color:#849DBC;
	text-decoration:none;
}
.footer a:hover {
	color:#1e4b78;
	text-decoration:underline;
}
hr {
width: 100%;
height: 1px;
color: #6A87AC;
border: none;
padding: 0;
margin: 0;
border-top: 1px solid #6A87AC; 
}
/*
Submenu Ersatz für Rollover alt
***********************************************************/
#submenu {
	width:222px;
	text-align:left;
	margin:10px 0 0 0;
}
#submenu .subheadline {
	background:#49699d;
	color:#fff;
}
#xsubheadline {
	display:block;
	font: 11px Arial;
	font-weight:bold;
	text-decoration:none;
	text-align:left;
	padding:4px 0 5px 15px;
	border-bottom:1px solid #FFFFFF;
	color: #fff;
	background:#6e8bba;
}
#submenu a {
	color:#2c2c2c;
	display:block;
	font: 11px Arial;
	font-weight:bold;
	text-decoration:none;
	text-align:left;
	padding:4px 0 5px 15px;
	border-bottom:1px solid #FFFFFF;
	background:#e0e0e0;
}
#submenu a:hover {
	background: #9db4da;
	color:#FFFFFF;
	text-decoration:none;
}
