body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	margin-left: 20px;
	margin-bottom: 20px;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 1em;
}

h1.csc-firstHeader {
	font-size: 1.2em;	
}

h2,
h3, 
#rightContent h1,
#rightContent h2,
#rightContent h3 {
	border-top: 1px solid #FFCC00;
	border-bottom: 1px solid #FFCC00;
}

q:before {
	content: "\201E";
	color: #333;
}

q:after {
	content: "\201C";
	color: #333;
}

abbr,acronym {
	border: 0;
}

/* @end */

/* @group font und farben allgemein */

body {
	font: 85%/1.5 "Helvetica Neue", Arial, Helvetica, Verdana, Geneva, sans-serif;
	color: #000;
	background: #E0E7EF  url(../img/wrap_bg.gif) repeat-y center top;
}

html>body {
	font-size: 14px;
}

div#wrap {
	position: relative;
	margin: 10px auto 0 auto;
	background: transparent;
	border: 0px solid #000;
	border-top: 0px;
	width: 1075px;
	overflow: hidden;
	padding-left:25px;
}

/* @end */

/* @group links allgemein */

a:link, a:visited {
	color: #000;
	text-decoration: underline;
	border: none;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

a.moreLink {
	padding-left: 12px;
	background: url(p/icons/arrowMore.gif) no-repeat 0 50%;
}

/* @end */

/* @group barrierefreiheit */

hr {
	display: none;
}

.unsichtbar, .nurPrint {
	position: absolute;
	width: 1px;
	top: -1000px;
	left: -1000px;
}

/* @end */
#header {
	height:100px;
	position: relative;
	overflow: hidden;
}

#header img {
	margin-left:10px;
}
#header h1{
	float:right;
	font-size: 1.8em;
	font-weight: normal;
	color:#00245A;
	position:absolute;
	right:10px;
	bottom: 0px;
	width:824px;
	font-family: Verdana;
	font-style: italic;
	text-align: right;
	line-height: 1.4em;
	border-top: 0px solid #FFCC00;
	border-bottom: 1px solid #FFCC00;
}

#toolbar {
	background: #000;
	height:80px;
}
#footer {
	width: 937px;
	text-align: right;
	margin: 0 auto;
}
#footer a{
	text-decoration: none;
	font-size: 0.9em;
}
.centerWrap {
	width:937px;
	margin: 0 auto;
}
#menu {
	width:209px;
	float:left;
	padding: 0 0 10px 9px;
	z-index: 100;
}

#mainContent {
	float:right;
	width:835px;
	padding: 0 0px 0 20px;
	min-height: 450px;
}

#rightContent {
	float:right;
	width:200px;
	padding: 0 10px 0 10px;
	min-height: 450px;
}

#menu ul a {
	color: #00427e;
	display: block;
	border-bottom: 1px solid #ffCC00;
	border-bottom: 1px solid #00427e;
	padding: 3px 0px 3px 10px;
	text-decoration: none;
	font-size: 0.9em;
}
#menu ul {
	list-style: none;
}

#menu ul a.aktiv{
	font-weight: bold;
	background: transparent url(../img/nav_aktiv.gif) no-repeat top left;
}

#menu li.aktiv > ul > li.first{
	border-top: 1px solid #00427e;
}

#menu ul a.current{
	color: #fff;
	background: #ffCC00;
	background: #00427e url(../img/nav_current.gif) no-repeat top left;
	font-weight: bold;
} 
 
#menu ul a:hover {
	color: #fff;
	background: #ffCC00;
	background: #00427e;
}

#menu ul ul a{
	color: #00447B;
	padding-left:30px;
	background: #fff;
	border-bottom: 1px solid #ffCC00;
	border-bottom: 1px solid #00427e;
}

#menu ul li.aktiv ul li.aktiv ul a{
	padding-left:50px;
}


#menu ul ul {
	border-top: 1px solid #00427e;
	border-left: 1px solid #00427e;
	box-shadow: 5px 5px 5px #818181;
	-webkit-box-shadow: 5px 5px 5px #818181;
	-moz-box-shadow: 5px 5px 5px #818181;
/*	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=5, offY=5, positive=true);*/
}

#menu ul#navmenu-v li.aktiv:hover > ul,
#menu ul#navmenu-v li.aktiv > ul {
	position:relative;
	left:0px;
	border:0px;
	display: block;
	filter: none;
}

#leftCol {
	padding-left: 10px;
	font-size: 0.8em;
	margin-top: 20px;
}

#mainContent h1,
#mainContent h2,
#mainContent h3,
#mainContent h4,
#mainContent h5,
#mainContent ul,
#mainContent p {
	max-width:550px;
	margin-bottom: 1em;
}

/*NEWS*/
.news-list-date {
	float:right;
}

.news-list-item {
	overflow:hidden;
	max-width:550px;
}

dt.wtdirectory_all {
	float: left; 
	width: 200px;
	clear: left;
}
