/*nrw singt */


html, body {
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: white;
}
div#main {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
}

td {
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
}

.zellenhintergrund {
	background-image: url(img/design/verlauf.gif);
	background-repeat: repeat-y;
}

/*+++++++++++ Navigation +++++++++++++++*/
div#navi 
{	width:190px;
	text-align: left;
	margin: 5px 0px 15px 30px;
	padding: 0px;
	border:0px;
	font-size: 12px;
	color: #333333;
	margin:5px 0px 10px 30px;
	font-weight: normal;
	line-height: 19px;	

}

div#navi a{
	color: #333333;
	text-decoration:none;
}
div#navi a:hover{
	color: #d80007;
	text-decoration:none;
	font-weight: bold;
}



div#impressum a{
	color: #999999;
	text-decoration:none;
	font-size: 10px;
	margin-right:30px;
}
div#impressum a:hover{
	color: #d80007;
	text-decoration:none;
}


/*allgemeine Links*/
a {
	color: #616161;
	text-decoration: none; 
	
}

a:hover {
	color: #dc7200;
}

.verlauf_rot{
	width:200px;
	height:12px;
	background-image: url(img/design/verlauf_rot.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 5px 0px 0px 0px;
	padding:0px;
	border:0px;
	
}




/* Schriften */
h1 {
	color: #4B4B4B;
	font-size: 16px;
	margin:10px 0px 0px 15px;
	line-height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

h2 {	color: #dc7200;	font-size: 14px;
}

h3 {	color: #616161; font-size: 12px;
}


.s { font-size:10px; }
.m { font-size:11px; }
.l { font-size:14px; }
.xl{ font-size:16px; }

.l-fett {			font-size:14px;	font-weight: bold;	color: #616161;
}

.l-fett-orange {	font-size:14px;	font-weight: bold;	color: #dc7200;
}


/* Sonstiges */

br { font-size: 8px; line-height: 8px;}


@media print {
    body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-image: none;
	}
	#inhalt {margin:0px;width:60%}
	#main   {background-image: none; width:98%; margin:0px;}
	#kopf, #quernavi, #spalte, #infospalte {display: none;}
	#MenuPos {
		position:absolute; left:0px;
	}
	img {
		page-break-inside:avoid;
	}
	}
