/** START CSS RESET **********************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 12px;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

body {
	line-height: 0.9em;
}

ol, ul {
	list-style: none;
}

strong{
	font-weight: bold;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear{
	clear: both;
}
/** ENDE CSS RESET **********************************/
body{
    background: #080808;
    color: #999;
    font-family: "Trebuchet MS";
}

#Container{
    width: 850px;
    position: relative;
    margin: 0 auto;
}

#Header{
    background: url(../images/head_bild_portale.jpg) no-repeat left bottom;
    height: 115px;
    border-bottom: 1px solid #085FA6;
}

#Header .sitetitle{
    position: absolute;
    top: 75px;
    left: 20px;
    font-size: 28px;
    color: #BEE1E6;
    text-transform: uppercase;
    font-family: "Arial Narrow","Trebuchet MS";
}

#Right img.portal{
    position: absolute;
    top: 154px;
    left: 772px;
    padding: 10px 0 10px 40px;
    background: url(../images/icon_portale.png) no-repeat left center;
}

#Header img.logo{
    position: absolute;
    top: 56px;
    left: 850px;
}

.languageswitch{
	left: 766px;
    position: absolute;
    top: 91px;
    width: 145px;
}

#Header a.startportal img{
    vertical-align: middle;
}

a{
   color: #7AAF2F;
   text-decoration: none;
   cursor: pointer;
}
#Navigation {
    width: 1000px;
}

#Navigation .submenu{
    display: none;
}

#Navigation a span{
    font-size: 14px;
}

.navitem {
	position: relative;
    text-transform: uppercase;
}

.level1{
	float: left;
    position: relative;
    background: url('../images/point.png') no-repeat center right;
    margin-left: 10px;
    margin-right: 10px;
	
}

#Navigation .level1:hover .submenu.level2{
    display: block;
    z-index: 1000;
}

.navitem.level1 a {
    z-index: 10;
}

.level1 a{
    vertical-align: middle;
    padding: 15px 38px 15px 10px;
    display: inline-block;
}
.level2 a{
	padding-top: 5px;
	padding-bottom: 5px;
}

ul.submenu{
    left: 0;
}

ul.level2{
    top: 60px;
}

.submenu .navitem{
    position: relative;
    width: 204px;
}

.submenu .navitem a{
    display: block;
    width: 184px;
    color: #fff;
	overflow: hidden;
}

.submenu li{
    width: 204px;
margin-bottom: 10px;
}
#Navigation a span.title{
	display: block;
    float: right;
    width: 166px;
}

#Navigation .level1 a:hover{
    color: #DDD;
}

#Navigation .level2 a:hover .pfeil{
    margin-left: 5px;
    margin-right: 5px;
}

#Navigation .level3 a:hover .pfeil{
    
    margin-right: 5px;
}

#Navigation .level1 ul{
    background: url("../images/klapp_bg_2px.png");
}


#Navigation .level2 ul{
    background: url("../images/klapp_bg_2px_3.png");
}

.submenu .navitem .pfeil{
    margin-right: 10px;
}

.submenu.level2{
    position: absolute;
}

.submenu.level2 li a{
    z-index: 2000;
    padding-right: 10px;
	clear: both;
    display: block;
	line-height: 14px;
}

ul.level3{
    left: 204px;
    top: 0px;
    position: absolute;
}

.submenu.level3 li a{
    z-index: 3000;
}

#Navigation *{

}

#Navigation .first{
    background: url("../images/klapp_oben.png") no-repeat left top;
	width: 204px;
    height: 22px;
	margin-top: -22px;
	margin-bottom: 0px;
}

#Navigation .level3 .first{
    background: url("../images/klapp_oben_3.png") no-repeat left top;
}

#Navigation .last{
    background: url("../images/klapp_unten.png") no-repeat left bottom;
    width: 204px;
    margin-bottom: -10px;
}

#Navigation .level3 .last{
    background: url("../images/klapp_unten_3.png") no-repeat left bottom;
}

#Breadcrumbs{
    background: url(../images/brotkrumen_feld.png) no-repeat;
    height: 22px;
    padding-left: 10px;
    line-height: 22px;
    text-transform: uppercase;
    font-size: 11px;
}

#Breadcrumbs a:hover{
    color: #999;
}

#Breadcrumbs .delimiter{
    padding-left: 20px;
    font-size: 16px;
    line-height: 16px;
    padding-right: 3px;
}

#Left{
    padding-left: 20px;
    width: 526px;
    float: left;
    margin-top: 6px;
}

#Right{
    float: right;
    margin-right: 14px;
    padding-left: 0!important;
    width: 268px;
    margin-top: 6px;
}

#Content, #BlogContent{
    margin-top: 20px;
    padding: 0 10px;
}

#Right .newsbox{
    background: url(../images/news.png) no-repeat;
    min-height: 330px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 30px;
    width: 258px;
}

#Right .newsbox h2.head{
    text-transform: uppercase;
    margin-bottom: 86px;
    color: #DDD!important;
}

#Right .newsbox h2.title{
    background: url(../images/point.png) no-repeat right center;
}

#Right .newsbox h2.title a{
    line-height: 22px;
    font-size: 14px;
    text-transform: uppercase;
}

#Right .newsbox .content{
    color: #7AAF2F;
}

img.globe{
    position: fixed;
    bottom: 0px;
    right: 0px;
}

#Footer{
	padding-bottom: 50px;
	overflow: hidden;
    margin: 0 auto;
    width: 850px;
}


#Footer div.footwidget{
    width: 180px;
    float: left;
    margin-left: 30px;
}

#Footer div.footwidget h2.title{
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 22px;
    margin-bottom: 5px;
}

#Footer a{
	color: #085FA6;
    font-size: 13px;
}
#Footer .title{
	color: #085FA6;
}

h2.gruen{
    color: #7AAF2F!important;
    background:url(../images/point_green.png) no-repeat right center;
}

#Footer div.footwidget h2.turkis{
    color: #66B8DC;
    background:url(../images/point_turkis.png) no-repeat right center;
}

#Footer div.footwidget h2.blau{
    color: #085FA6;
    background:url(../images/point_blau.png) no-repeat right center;
}

#Footer div.footwidget .maillink{
    position: absolute;
}

#Footer div.footwidget .content{
    
}


#Suche {
    background: url(../images/suchen_feld.png) no-repeat;
    height: 23px;
    width: 200px;
    position: relative;
}

#Search{
    width: 166px;
}

#Search, #SearchForm_SearchForm_Search{
    color: #999;
    border: 0;
    height: 20px;
}

#SearchForm_SearchForm_Search{
    margin: 3px 0 0 8px;
    height: 15px;
    background: #080808;
    z-index: 0!important;
    position: absolute;
}

#SearchForm_SearchForm_action_results{
    width: 16px;
    height: 16px;
    position: absolute;
    top: 3px;
    left: 166px;
    cursor: pointer;
}