body {
	background-color: #f0f0f0;
	font-size:12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#564b47;
	padding:0;
	margin:0;
/*	font-size:75%;*/
}
a {
	color: #be0000;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.5 em;
}
a:visited {
	color:#808080;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #550000;
	font-weight: bold;
}
a:active {
	color:#FF9F00;
	font-weight: bold;
}

a.blink{
	color: #be0000;
/* --- nur für Firefox --- */
	text-decoration: blink;
	font-weight: bold;

}
a.includes {
	color: #2b2b2b;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
a.includes:visited {
	color:#2b2b2b;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
a.includes:hover {
	color: #2b2b2b;
	font-weight: bold;
}
a.includes:active {
	color:#2b2b2b;
	font-weight: bold;
}

h1 {
	font-size: 1.5em;
	font-weight: normal;
	color:#be0000;
	padding: 10px;
	margin:0;
 }

h2 {
	font-size: 1.1em;
	font-weight: bold;
	color:#be0000;
	padding: 10px 0px 10px 0px;
	margin:0;
	text-transform : uppercase;
}
h2.grey {
	font-size: 1.1em;
	font-weight: bold;
	color:#5c5c5c;
	padding: 10px;
	margin:0;
}
h2.ten {
	font-size: 1.1em;
	font-weight: bold;
	color:#be0000;
	padding: 10px;
	margin:0;
}
h2.anzeige {

	color:#FFFFFF;
	padding: 10px;
	margin:0;
	text-transform : none;
/*	border-bottom: 1px solid white;
	margin-bottom: 5px;*/
}
h2.container {

	color:#FFFFFF;
	padding: 10px;
	margin:0;
	text-transform : none;
}
h3 {
	font-size: 1em;
	font-weight: normal;
	color:#be0000;
	padding: 10px;
	margin:0;
}

img.download {vertical-align:middle;}
img.rama {
 padding:5px;
 border: 1px solid #c0c0c0;
 margin-right:5px;
 align: left;
}
img.ramawhite {
 padding:5px;
 border: 1px solid #FFFFFF;
 margin-right:5px;
 align: left;
}
table, tr
{
font-size: 1em;
}
td
{
font-size: 1em;
}
input {
background-color: #f0f0f0;
}
/* ----------all zentriert das layout-------------- */
#all {
	width: 82em;
	margin-left: 0px;
	padding: 0;
	background-color: #e0e0e0;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}


/* ----------header for logo-------------- */
#header {
	margin-top: 2em;
	padding: 0;
	height:150px;
	background-color: #f0f0f0;
	background-image: url(pics/nur-header4.jpg);
/*	background-image: url(pics/nur-header4.jpg);*/
	background-repeat: no-repeat;
	background-position: left top;
}
#header p{
	margin-left: 15em;
	padding: 10px;
		
}
p #header{
	border: 0px solid #ffffff;
}
#headmenu{
	position: relative;	
	float:right;
	margin: 10px 180px 0px 0px;
}
#headtext{
	position: relative;	
	float:left;
	margin: 130px 0px 0px 390px;
	letter-spacing:2px;
	font-weight:bold;
}
#linered{
	height:1px;
	background-color:#c60606;
/*	border-bottom: 1px solid white;*/
	line-height:1px;
	font-size:1px;
}
#linewhite{
	height:1px;
	background-color:#FFFFFF;
/*	border-bottom: 1px solid white;*/
	line-height:1px;
	font-size:1px;
}
#mainnavi {

	padding: 0;
	height:24px;
	background-color: #000000;
	background-image: url(media/blockdefault.gif);
	background-repeat: repeat-x;
	background-position: center center;	/* border-bottom: 2px solid #c60606; */
}
* html #mainnavi {

	padding: 0;
	height:24px;
	background-color: #000000;
	background-image: url(media/blockdefault.gif);
	background-repeat: repeat-x;
	background-position: center center;	/* border-bottom: 2px solid #c60606; */
}
#mainnavi p{
	
	margin: 0 auto;
	padding: 5px 10px;

}
/* ---------- horizintale navigation -------------- */


.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1em;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;

background: #000000 url(media/blockdefault.gif) repeat-x center center; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 113px; /*Width of top level menu link items*/
padding: 5px 0px 5px 5px;
border-right: 1px solid black;
border-left-width: 0;
text-decoration: none;
color: white;
text-align:center;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
padding: 0px 0px 0px 0px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;

}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: white;
text-decoration: none;
padding: 3px 0px 3px 5px;
border: 1px solid #000000;
}

.suckertreemenu ul li a:hover{
background-color: black;
color: white;
background: #F3F3F3 url(media/blockactive.gif) repeat-x center center;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
/* background: #F3F3F3 url(media/arrow-down.gif) no-repeat center right;*/
background: #F3F3F3 url(media/blockdefault.gif) repeat-x center center;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
/*background: #F3F3F3 url(media/arrow-right.gif) no-repeat center right;*/
background: #F3F3F3 url(media/blockdefault.gif) repeat-x center center;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;

}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */

.Stil3 {color: #FF0000}




/*------------------ End horizintale navigation -------------------------------------*/


/* ----------verticale navigation-------------- */
.solidblockmenu{
	margin: 0;
	padding: 5px 0px 5px 0px;
	font: bold 13px Arial;
	width: 100%;
	border-width: 1px 0;
	background: transparent url(pics/blockactive.jpg) center center repeat-x;
}

.solidblockmenu li{
	display: inline;
}

.solidblockmenu li a{
	color: white;
	padding: 9px 11px;
	text-decoration: none;
	border-right: 1px solid white;
	border-left: 1px solid white;
}

.solidblockmenu li a:visited{
	color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
	color: #840002;
	background: transparent url(pics/blockdefault.jpg) center center repeat-x;
}

/* -----------------Inhalt--------------------- */
#content {
	min-height:600px;
	background-color: #ffffff;
	padding: 0;
	margin: 0 15em;
}
ul.content{
	padding: 10px;
	margin: 0px 10px 10px 20px;
	font-size: 1.01em;
	border: 0px solid #e0e0e0;

}
#context {
	padding: 10px;
	margin: 0px 5px 10px 5px;
	font-size: 1.01em;
	border: 1px solid #e0e0e0;
	background: #FFFFFF url(pics/bg-p.jpg) repeat-x top left;
	line-height:2em;
}
#context-news {
	padding: 10px;
	margin: 0px 5px 10px 5px;
	font-size: 1.01em;
	border: 1px solid #e0e0e0;
	background: #FFFFFF url(pics/bg-p.jpg) repeat-x top left;
	line-height: 1.5em;
}
#contable {
	padding: 10px;
	margin: 0px 5px 10px 5px;
	font-size: 1.01em;
	border: 1px solid #e0e0e0;
	line-height:2em;
}
#bild{
	padding: 5px;
	margin: 0px 5px 10px 5px;
	border: 1px solid #e0e0e0;
}
p, pre {
	padding: 10px;
	margin: 0px 5px 10px 5px;
	font-size: 1.01em;
	border: 1px solid #e0e0e0;
	background: #FFFFFF url(pics/bg-p.jpg) repeat-x top left;
	line-height:2em;
}
code {
	font-size: 1.15em;
	font-style: italic;
}


.gross {
	width: 5.71em;
	height: 1.07em;}
img.160{
	width: 15em;
}
/* --------------left navigavtion------------- */
#left {
	float: left;
	width: 15em;
	margin: 0;
	padding: 0;
	color:#ffffff;
	text-align:center;
}
#right {
	float: right;
	width: 15em;
	margin: 0;
	padding: 0;
	color:#ffffff;
	text-align:center;
}
#rightmenu{
	width: 14.3em;
	border: 1px solid #FFFFFF;
	margin: 3px 0px 5px 2px;
	padding: 0px 0px 8px 0px;
	background: #c0c0c0 url(pics/bg-earth.jpg) no-repeat top left;
	min-height: 120px;
}
#container{
	width: 14.3em;
	border: 1px solid #FFFFFF;
	margin: 3px 0px 5px 2px;
	padding: 0px 0px 8px 0px;
	background: #c0c0c0 url(pics/bg-grau.jpg) repeat-x top left;
	min-height: 120px;
}
#left ul{
	list-style-type: none ;
	padding: 0 0 0 10px;
	margin: 0;
}
#left ul.borderbottom{
	border-bottom:0px solid #ffffff;
	padding: 0 0 10px 0px;
}

#left li a {
	font-size: 1.1em;
	text-decoration:none;
	padding-left:10px;
	font-weight:bold;
		color:#ffffff;

}
#left li a:hover {
	font-size: 1.1em;
	text-decoration:none;
	padding-left:10px;
	font-weight:bold;
	color:#333333;
}
#left li a.selected {
	margin: 0;
	padding: 0 0 0 10px;
	color:#333333;

	background: transparent url(media/_____subactive.jpg) no-repeat 0px -4px;
}
#left  li li a { 
	font-size: 1em; 

}
#left li{
	margin: 0;
	padding: 3px 0px 3px 0px;
	width:100%;
	background: transparent url(media/__________blockactive.jpg) repeat-x center center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#left li li{
	margin: 0;
	padding: 0 0 3px 0;
}

#left li a.still {
	margin: 0;
	padding: 0 0 0 10px;
	color:#f0f0f0;
}
#left li li a.selected {
	margin: 0;
	padding: 0;
}


/* -----------footer--------------------------- */
#footer {
	clear: both;

/*	background: #ffcc00 url(pics/bg-main3.jpg);*/
	height:25px;
	padding: 0;
	margin: 0;
	border-top: 1px solid #ffffff;
	width: 82em;
	text-align: right;
}
#footer p{
	
	margin: 0 auto;
	font-size:0.8em;
	padding: 3px 10px 3px 0px;
	background: #ff0000 url(pics/blockactive.jpg) repeat-x center center ;
}
