﻿
/**************/
/* 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	;
}
#MenuTop
{
/*
Die Menüelemente von #MENU_TOP werden in der Datei "navigation.css" behandelt
*/
	float:left;
	height:20px;
	/*width: 803px;*/
	padding-left:195px;
	background-color:*#89ba17;
	background-image: url('../images/navi_gr.gif');
	background-repeat:no-repeat;
}
.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:200px;
	height:50px;
	color:white;
	text-decoration:none;
	font-weight:bold;
	font-size:1.2em;
	position:relative;
	top:25px;
	left:170px;
}


/***********************************/
/* static navi incl. search fields */
/***********************************/
#TopNavi
{
	text-align:left;
	font-size:0.8em;
	padding: 0;
	margin: 0;
	width: 1000px;
	height:20px;
	border:none;
	clear:both;
	border: none;
	background-color: #89ba17;	

}



/*
#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;
}
