﻿
/**************/
/* head image */
/**************/
#head
{
	padding: 0px;
	margin-top:10px;
	text-align: left;
	width: 1000px;
	height:91px;
	background:#00349A url('../images/head_1.jpg') no-repeat;
	background-position:right;
	z-index: 0	;
}

.head1
{
		background:#00349A url('../images/head_1.jpg') no-repeat !important; 			
		background-position:right !important;

}

.head2
{
		background:#00349A url('../images/head_2.jpg') no-repeat !important;
		background-position:right !important;

}

.head3
{
		background:#00349A url('../images/head_3.jpg') no-repeat !important;
		background-position:right !important;

}

.head4
{
		background:#00349A url('../images/head_4.jpg') no-repeat !important;
		background-position:right !important;

}

.head5
{
		background:#00349A url('../images/head_5.jpg') no-repeat !important;
		background-position:right !important;

}


#title
{
	width:400px;
	height:50px;
	color:#eb690b;
	text-decoration:none;
	font-weight:bold;
	font-size:1.2em;
	position:relative;
	top:20px;
	left:170px;
}


/***********************************/
/* static navi incl. search fields */
/***********************************/
#TopNavi
{
	text-align:left;
	font-size:0.8em;
	padding: 0;
	margin: 0px 0 0 0;
	width: 1000px;
	height:20px;
	border:none;
	clear:both;
	border: none;
	background-color: #3399cc;
}

#MenuTop
{
	float:left;
	height:20px;
	width: 752px;
	padding-left:197px;
	background-color:#3399cc;
	background-image: url('../images/navi_bl.gif');
	background-repeat:no-repeat;
}
#MenuTop ul
{
	margin: 0;
	padding: 0;
}
#MenuTop li
{
	list-style-type: none;
	float:left;
	vertical-align:top;
	border-right: 1px solid white;
	padding-top:1px;
	padding-left:15px;
	padding-right:15px;
	height:20px;
}

#MenuTop li:hover
{
	background-color: #00349A;
}
#MenuTop li:first-child 
{
    border-left: 1px solid white;
    padding-left:15px;
	padding-right:15px;
}
 
#MenuTop a
{
   text-decoration: none;
   color: #fff;
   font-weight:bold;
}

#MenuTop a:hover
{   
    text-decoration: none;
    color: #FFFFFF;
    background-color: #00349A;
    background-image: none;
    background-repeat: repeat;

}
#MenuTop .li_1_on_on
{
    text-decoration: none;
    color: #FFFFFF;
    background-color: #00349A;
    background-image: none;
    background-repeat: repeat;
}

#MenuTop .div_1_on_on, .div_1_off_off
{
	position:static;
	float:left;

}


/*
#serviceNavi 
{
    height:15px;
    text-align:left;
    border:none;
    padding: 120px 0 0 450px;
    z-index:0;
    position:absolute;
}

#serviceNavi ul
{
    right:13em;
}

#serviceNavi li
{
	margin: 5px 0;
	padding: 0 5px;
    display: inline;
    list-style-type: none;
	border-left: 1px solid #01928f;
}
#serviceNavi li:first-child
{
    border-left:none;
}

#serviceNavi a 
{
    font-size:0.75em;
    font-weight:normal;
    text-decoration:none;
    color: #01928f;
}

#serviceNavi a:hover
{
    text-decoration:underline;
    color:#000;
}
*/
#suche
{
	float: right;
	height: 15px;
	border: none;
}

#suche .sucheingabe
{
    border: 1px solid #00928C;
    height: 18px;
    width: 120px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 6px;
}

#suche .suchlabel
{
    margin: 0px 5px 0px 5px;
    padding: 5px 5px;
	width: 30px;
	background: #fff;
	color: #000;
	border: none;
	font-weight: normal;
	position: relative;
	top: -7px;
	left: -2px;
}

#suche .suchbutton
{
    margin: 0 0 0 2px;
    padding:0;
    background:#79a718;
    color:#fff;
    border: 0px solid #fff;
    position: relative;
    top: -2px;
    left: 110px;
}

#kopflinks
{
    margin:0;
    padding:0;
    padding-right: 20px;
    float:right;
    position: relative;
    top: 115px;
    min-width:500px;
    width:500px;
    font-size: 0.7em;
}

#kopflinks ul
{
    margin:4px 0 0 0;
    padding:0;
}

#kopflinks li
{
    margin: 0;
    padding: 5px;
    float: left;
    list-style-type: none;
    border-right: 1px solid #00928C;
}
#suche 
{
    border-right: none !important;
}
#kopflinks li a, #kopflinks li a:active, #kopflinks li a:visited, #kopflinks li a:link
{
	margin: 5px 0;
	padding: 0 5px;
	color: #000;
	text-decoration: none;
}
#kopflinks li a:hover
{
	color: #b5113e;
	text-decoration: underline;
}
