/* @import url(reset.css); */

/* INS-Firmenfarbe: rgb (91,127,201) */
/* Neu: rgb(0,98,172); */



body {
	margin: 0;
	padding: 0;
	background-color: rgb(232,232,232);
	font-family: arial, sans-serif;
	text-align: center;
	font-size: 11px;
	color: #000000;
}

a {
	color: rgb(0,98,172);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div#wrapper {
	position: relative;
	margin: 0px auto;
	margin-top: 0px;
	padding: 0;
	width: 980px;
	background-color: #ffffff;
	text-align: left;
	background: url(/files/bl.gif) top left repeat-y;
	/* background: url(/files/backdrop.jpg) top right no-repeat; */


}

div#topbox {
	position: relative;
	top: 0;
	left: 0;
	width: 980px;
	height: 278px;
	border-bottom: 7px solid rgb(255,255,255);
	background-color: #ffffff;
	background: url(/files/ruhr-net.jpg) top left no-repeat;
}

div#topnav {
	position: absolute;
	left: 0px;
	top: 243px;
	width: 980px;
	height: 35px;
	text-align: left;
	color: #ffffff;
	background-color: #000000;
}

div#topnav ul {
	padding: 0;
	margin: 0;
	display: block;
	margin-left: 10px;
	margin-top: 4px;
}

div#topnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline;   /* to make IE6 count left margin happily */
	float: left;
	text-align: center;
	width: 150px;
	height: 25px;
	margin-left: 20px;
	margin-right: 24px;
	background: url(/files/navtb.gif) top left repeat-x;
}

div#topnav li a {
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
}





div#left {
	float: left;
	width: 230px;
	height: 410px;
	margin-right: 15px;
}

div#left div.nav {
	/* background-color: rgb(1,107,191); */
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	margin-left: 12px;
	width: 208px;
}


div#left div.nav ul {
	margin: 0;
	padding: 0;
	padding-top: 10px;
}


div#left div.nav li {
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 27px;
	list-style-type: none;
	/* background-color: #F5F5F5; */
	height: 30px;
	/* margin-bottom: 4px; */
	/* padding-top: 2px; */
	text-indent: 16px;
	border-bottom: solid 2px #ffffff;
}

div#left div.nav li a {
	text-decoration: none;
	color: rgb(111,111,111);
	font-weight: bold;
}

div#left div.nav li.nav2 {
	/* text-indent: 20px; */
	background-color: rgb(105,164,228);
}

div#left div.nav li.nav3 {
	/* text-indent: 30px;   */
	background-color: rgb(105,164,228);
}

div#left div.nav li.nav4 {
	text-indent: 40px;
	background-color: rgb(105,164,228);
}

div#left div.nav li.active {
	/* font-weight: bold; */
	/* color: #ffffff; */
	/* background-color: rgb(105,164,228); */
	background-color: rgb(255,255,255);
	/* background-color: rgb(0,98,172); */
	/* background-image: url(/files/bullet.gif); */
	/* background-repeat: no-repeat; */
}

div#left div.nav li.active a {
	color: rgb(111,111,111);
}

div#left div.nav li.folderactive {
	font-weight: bold;
}


div#left div.sidebar {
	margin-left: 12px;
	margin-top: 6px;
	width: 200px;
	font-size: 20px;
	color: rgb(111,111,111);
	font-weight: bold;
}

div#left div.sidebar strong {
	color: rgb(230,3,31);
}


div#right {
	float: right;
	width: 187px;
	margin-right: 9px;

}

div#right a {
	color: #000000;
}

div#right div.sidebar {
	width: 185px;
	border: 1px solid rgb(200,200,200);
}

div#right div.sidebar div.teaser h3 {
	color: rgb(230,3,31);
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-size: 12px;
}

div#right div.sidebar div.teaser h4 {
	font-size: 10px;
	color: rgb(111,111,111);
	font-weight: bold;
	font-size: 15px;
	margin: 0;
	padding: 0;
}

div#right div.sidebar div.teaser div.divp {
	width: 165px;
	font-size: 10px;
	color: rgb(111,111,111);
	margin-left: 10px;
}


div#content {
	float: left;
	width: 526px;
	font-size: 12px;
	color: rgb(111,111,111);
}


div#content .kasten {
	width: 170px;
	float: left;
	margin-left: 0px;
	margin-right: 5px;
}

div#content .kasten h3 {
	color: rgb(0,98,172);
	margin-left: 10px;
}

div#content .kasten ul {
	font-weight: bold;
	font-size: 10px;
	margin-left: 0;
	padding-left: 15px;
}


div#content .kasten .divp {
	margin: 10px;

}


div#content div.article {
	margin-left: 0px;
	margin-right: 0px;
	font-size: 12px;
	color: rgb(111,111,111);
}

div#content div.article h1 {
	font-size: 19px;
	color: rgb(111,111,111);
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 6px;
	padding-top: 0px;
}

div#content div.article h3 {
	font-size: 12px;
	padding: 0;
	margin: 0;
	margin-bottom: 4px;
}

div#content div.article ul {
	margin-bottom: 0;
	padding-bottom: 0;
}

div#content div.article hr {
	clear: both;
	float: none;
	background: url(/files/hr.gif) top left repeat-x;
	height: 4px;
	border: 0;
	width: 525px;
}

div#content div.article div.bildrechts {
	float: right;
	width: 345px;
	margin-left: 5px;
	margin-right: 5px;
}

div#content div.article div.bildrechts div.textbild {
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
}

div#content div.article div.bildrechts div.textbild div.subtext {
	font-size: 12px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #f0f0f0;
	text-indent: 3px;
}


div#footer {
	width: 980px;
	background-color: rgb(221,221,221);
	color: #a0a0a0;
	text-align: center;
	font-size: 10px;
}

.clear {
	clear: both;
	float: none;
}
