/* --- Allgemeine Deklarationen ------------------------------------- */

body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 135%;
	background-image: url('img/paper.png');
	color:  #424242;

}

td, th, tr, ul, li, input, textarea {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

sup {
	font-size: 50%;
	}

/* --- Content-Bereich ---------------------------------------------- */

a {
	text-decoration: none;
}

a:hover {
	color: #0000AD;
	text-decoration:underline;
	background-color: #F5708F;
}

a.image:hover {
	text-decoration: none;
	background-color: #F5708F;
}


p {
	margin-top: 6px;
	margin-bottom: 12px;
}

p.noprint {}

h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 40px;
	color: #0000AD;
}



h2 {
	font-size: 14px;
         font-weight: normal;
	margin-top: 24px;
	margin-bottom: 12px;
         color: #0000AD;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 0px;
         color: #0000AD;
         padding: 0 0 0 40px;
         background-image: url('img/icon32b.ico');

	background-repeat: no-repeat;

	background-position: 0 1px;
}

table {
	border: none;
	empty-cells: show;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-left: 0.5px;
}

th {
	border: solid 1px #000000;
	font-weight: bold;
	padding: 4px;
}

td {
	border: solid 1px #000000;
	padding: 4px;
	vertical-align: top;
}

td.date {
	color: #000086;
	width: 100px;
	font-weight: bold;

}


hr.news {
	height: 2px;
	margin-top: 20px;
}

ul {
	list-style-type: square;
	margin-left: 18px;
}


li {

	margin-bottom: 6px;
}

img {
	margin: 14px;
	margin-bottom: 6px;
	border-width: 0px;
}

img.bordered {
	border: solid 1px #000000;
}


img#language {
	margin-right:5px;
	margin-left:1px;
	margin-bottom: 0px;
	margin-top: 0px;
	height:12px;
	width:20px;
}

p.hazy {
	font-size: 10px;
	color: #000086;
}

p.quote {
	margin-top: 200px;
	margin-left: 300px;
	font-style: italic;
	font-size: 12px;
	color: #000055;
}

p.nomargin {
	margin: 0px;
}

p#stamp {
	text-align: right;
	font-size: 9px;
	margin-top: 0px;
	color: #000000;
}


table.noborder {
	border-style: none;
}

table.noborder td {
	border-style: none;
	padding: 0px;
}

td.noborder {
	border-style: none;
	padding: 0px;
}


/* --- Druck-Kopf (NviPrinthead) -------------------------------------- */

div#NviPrinthead {
	visibility: hidden;
	width: 100mm;
	height: 20mm;
}


/* --- Kopf-Balken (NviHead) ------------------------------------------- */
div#center {

	position:absolute;
         left:30px;
         top:40px;
         width:auto;
         height:auto;

}

div.NviHead {
	position: absolute;
	top: 0px;
}

div#NviHeadMain {
	background-image: url('img/headermain.jpg');
	width:232px;
	height:102px;
	left:650px;
}

div#NviHeadLeft {
	width:650px;
	left:100px;
	height:102px;
	background-image: url('img/headerleft.png');
}

div#NviHeadRight {
	width:20px;
	background-image: url('img/headerright.png');
	height:102px;
	left:882px;
}

div#newsheader {
	position: absolute;
	top: 30px;
	left:470px;
	height:250px;
	width: 170px;
}	



/* --- Results --------------------------- */



/* --- Unternavigation (NviLeft) --------------------------- */
div.NviNavi {
	background-image: url('img/navleft.png');
	position: absolute;
	width: 200px;
	height: 3000px;
	top: 10px;
}

/* bug-exploit, to exclude IE5 (both Mac and Windows) - (Subotnik)*/
.NviNavi[class] {
	position: fixed;
	height: 100%;
}

#NviNaviLeft {
	left: 40px;

}

#NviNaviRight {

	left: 600px;
	width: 160px;
}

#NviNaviRight li {
	list-style-type: none;

}

#NviNaviRight p {
	margin-top: 2px;
}

/* --- Mozilla braucht das --------------------------- */
div.NviNavi ul {
	list-style-type:none;
	padding-left: 0px;


}

/* --- bis hier her --------------------------- */




div.NviNavi li.link {
	background-color: #Afbfef;
	margin: 0px 0px 0px 2px;
	padding-left: 0px

}


div.NviNavi p.head {
	font-style: italic;

	margin: 6px 0px 0px 8px;
	color: #0000AD;
}

div.NviNavi p.head a {
	color: #0000AD;
}

div.NviNavi p.topic {
	font-weight: bold;
	margin: 12px 0px 0px 0px;
	color: white;

}

div.NviNavi p {
	margin: 2px 0px 0px 10px;
}

div.NviNavi li {
	font-size: 14px;
	background-color: #Afbfef;
	margin-right: 8px;
}

div.NviNavi li.sub {
	font-weight: bold;

	padding-right: 2px;
	padding-left: 2px;
	margin-top: 12px;

	color: #000000;

	list-style-type: none;
	background-color: #ADB6E7;
}


div.NviNavi li.selected {
	font-weight: normal;
	list-style-image:url("img/navbullet1.ico");
	background-color: #ADB6E7;
	color:#000084;

}


div.NviNavi a {
	color:#000000;
	text-decoration: none;
	font-weight: normal;
	padding: 2px;
}


div.NviNavi li.link a {
	color:#000000;
	text-decoration: none;
	font-weight: normal;
         font-size: 11px;
	padding: 0px;
}

div.NviNavi a:hover {
	color: #ffffff;
	background-color: #e34a12;
	text-decoration:none;
	padding: 2px;
}



/* --- Main body ------------------------------------------ */


div#body {
	position: absolute;
	left: 260px;
	top: 66px;
	width: 600px;
         	line-height: 150%;
}


div#body.pic {
	background-color:#F7F7F7;
}


.rundebox {
 background: url('img/box.png') repeat;
}
.rundebox_oben div {
 background: url('img/oben_links.png') no-repeat top left;
}
.rundebox_oben {
 background: url('img/oben_rechts.png') no-repeat top right;
}
.rundebox_unten div {
 background: url('img/unten_links.png') no-repeat bottom left;
}
.rundebox_unten {
 background: url('img/unten_rechts.png') no-repeat bottom right;
}
.rundebox_oben div, .rundebox_oben, .rundebox_unten div, .rundebox_unten {
 height: 7px;
 font-size: 1px;
}
.rundebox_inhalt {
 margin: 0 7px;
}
.rundebox {
 width: 50%;
 margin: 1em auto;
}


/* --- Druckausgabe ------------------------------------------------------------- */

@media print {

	body {
		color: #000000;
	}

	td, th, ul, li, input, textarea {
		color: #000000;
	}


	div#NviPrinthead {
		visibility: visible;
		display: block;
	}

	div.NviHead {
		display: none;
	}

	div.NviNavi {
		display: none;
	}

	div#body {
		position: relative;
		left: 0px;
		top: 0px;
		width: 100%;
	}

	h1 {
		margin-top: 0px;
	}

	a {
		color: #000000;
		text-decoration: underline;
	}

	th {
		border-color: #000000;
		background-color: #EEEEEE;
	}

	td {
		border-color: #000000;
	}

	hr {
		color: #000000;
		border: 0.1mm solid #000000;
		background-color: #000000;
	}

	p.noprint {
		display: none;
	}

	img#language {
		display: none;
	}



}
