@charset "UTF-8";


/*** General ***/
body {
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
}

img{
border:0;
}

/*** Font Class ***/
.little{
color:#FFFFFF;
font-size: x-small;
}
.miniBlue{
color:003399;
font-size:9px;
}

.smallBlack{
color:#000000;
font-size:10px;
}

h2{
	font-size:16px;
}

/*** Link Class ***/
a.noLink:link{
text-decoration:none;
}
a.noLink:visited{
text-decoration:none;
}
a.noLink:active{
text-decoration:none;
}
a.noLink:hover{
text-decoration:none;
}

a:link{
color:#000000;
text-decoration:underline;
}
a:visited{
color:#666666;
text-decoration:underline;
}
a:active{
color:#000000;
text-decoration:underline;
}
a:hover{
color:#000000;
text-decoration:underline;
}

/*** Layout ***/
#leftPart{
float:left;
margin-left:40px;
}
#rightPart{
float:left;
}


/*** Logo ***/
#logo{
	width:200px;
	height:200px;
	margin: 10px;
}


/*** Navi ***/
#navi {
	width:200px;
	background-color: #90B347;
	margin: 10px;
}
.roGreen {

	background:url(/images/ro_green.gif) top right no-repeat;
}

.loGreen {

	background:url(/images/lo_green.gif) top left no-repeat;
}

.ruGreen {

	background:url(/images/ru_green.gif) bottom right no-repeat;
}

.luGreen {

	background:url(/images/lu_green.gif) bottom left no-repeat;
}
#naviInhalt{
	margin: 0;
	padding: 20px;
	
}

.naviUl{
list-style-image:url(/images/naviarrow_inactiv.gif);
width:100%;
padding:0;
margin:0 0 0 20px;
}
a.naviIl:link
{
	color:#000000;
	text-decoration:none;
}
a.naviIl:visited{
color:#000000;
	text-decoration:none;
}
a.naviIl:active{
color:#000000;
	text-decoration:none;
	background-color:#C8D9A3;
}
a.naviIl:hover{
color:#000000;
	text-decoration:none;
	background-color:#C8D9A3;
}
/*** Head ***/
#head{
	width:500px;
	height:210px;
	background-color: #B2CCFF;
	margin: 10px 10px 0 0;
}
.roBlue {

	background:url(/images/ro_blue.gif) top right no-repeat;
}

.loBlue {

	background:url(/images/lo_blue.gif) top left no-repeat;
}
#headInhalt{
padding:20px;
}
#headline{
float:left;
color:#003399;
font-size: 24px;
font-style:italic;
font-weight:bolder;
}
#functionBox{
 float:right;
 text-align:right;
}
.functionBoxItem{
	 vertical-align:middle;
}
#subNavi{
float:left;
width:100%;
}
.subNaviUl{
float:left;
list-style:none;
width:100%;
padding:0;
margin:0;
}
.subNaviLi{
float:left;
}
a.subNaviLiA:link{
	color:#000000;
	text-decoration:underlined;
	background-image:url(/images/subnavi_list.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:0 10px 0 5px;
}
a.subNaviLiA:visited{
color:#000000;
	text-decoration:underlined;
	background-image:url(/images/subnavi_list.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:0 10px 0 5px;
}
a.subNaviLiA:active{
color:#000000;
	text-decoration:underlined;
	background-color:#C8D9A3;
	background-image:url(/images/subnavi_list.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:0 10px 0 5px;
}

a.subNaviLiA:hover{
color:#000000;
	text-decoration:underlined;
	background-color:#C8D9A3;
	background-image:url(/images/subnavi_list.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:0 10px 0 5px;
}
#headImg{
margin-top:5px;
float:left;
}
/*** Content ***/
#content{
width:500px;
margin: 0 10px 10px 0;
}
.ruBlue {

	background:url(/images/ru_blue.gif) top right no-repeat;
}

.luBlue {

	background:url(/images/lu_blue.gif) top left no-repeat;
}
#contentInhalt{
	padding:20px;
}

#topJump{
float:right;
}
#footerFont{
clear:both;
text-align:center;
}
#linksDown a{
	background-image:url(/images/linkarrowmini.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:5px;
}