@charset 'utf-8';
@import url(reset.css);

/*----- BASIS-STYLES -----*/

body{
	color: #535353;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

p{
	margin-bottom: 18px;
}

ol{
	margin-left: 20px;
	list-style-type: decimal;
	line-height: 18px;
}

ol li{
	margin-bottom: 18px;
}

ul{
	margin: 18px 20px 18px;
	list-style-type: disc;
	line-height: 18px;
}


a:link, a:visited{
	color: #5d66a7;
	text-decoration: none;
}

a:hover, a:active{
	color: #5d66a7;
	text-decoration: underline;
}



/*----- TABLES -----*/

table.{
	padding: 6px 0 12px;
}

td{
	padding: 9px 10px;
}

table p{
	margin:0;
}

table.outlined{
	margin-bottom: 18px;
	padding: 6px 0 12px;
}

table.outlined td{
	padding: 9px 10px;
	border-bottom: #535353 solid 1px;
}



/*----- HEADINGS -----*/

h1{
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
	color: #5d66a7;
	margin-bottom: 34px;
	border-bottom: #5d66a7 solid 2px;
}

h2{
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #5d66a7;
	margin-top: 18px;
	padding: 12px 0 6px;
}

h3{
	clear:both;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #5d66a7;
	margin: 18px 0 0;
}

h4{
	color: #5d66a7;
	font-weight: bold;
	margin-bottom: 18px;
}


/*----- LAYOUT-IDs -----*/

#page-wrapper{
	background: transparent url(../images/bg.png) repeat-y scroll 0 0;
	width: 960px;
	margin: 1px auto 0;
	overflow: auto;
	border-top: #0c2a88 solid 4px;
}

#left-col{
	float: left;
	width: 150px;
	min-height: 480px;
	padding: 198px 15px 0;
	margin-right: 1px;
}

#right-col{
	float: right;
	width: 759px;
}

#logo{
	margin-bottom: 32px;
}

#teaser{
	margin-bottom: 14px;
}

#content{
	margin: 0 0 36px 45px;
}

#news-section{
	margin-left: 30px;
}

#footer{
	background: transparent url(../images/bg.png) repeat-y scroll 0 0;
	width: 960px;
	margin: 0 auto 54px;
	height: 18px;
}

ul#slideshow{
	margin:0;
	list-style-type: none;
}

#ditto-left{
	float: left;
	margin-right: 10px
}

#ditto-middle{
	float: left;
	margin-right: 10px;
}

#ditto-right{
	float: left;
}

/*----- KLASSEN -----*/

ul.navigation{
	list-style-type: none;
	margin: 0 0 36px 0;
	padding: 0;
	font-size: 14px;
	line-height: 24px;
	color: #FFF;
}

ul.navigation ul{
	list-style-type: none;
	margin: 4px 0 14px 0;
	padding: 0 0 0 5px;
	font-size: 11px;
	line-height: 18px;
	color: #FFF;
	border-left: #c6cae8 solid 1px;
}

ul.navigation li a:link, ul.navigation li a:visited{
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}

ul.navigation li a:hover, ul.navigation li a:active{
	color: #c6cae8;
	text-decoration: none;
	text-transform: uppercase;
}

ul.meta-navigation{
	list-style-type: none;
	margin: 0 0 0 25px;
	padding: 0;
	font-size: 10px;
}

ul.meta-navigation li{
	float: left;
	margin-right: 10px;
}

ul.meta-navigation li a:link, ul.meta-navigation li a:visited{
	color: #FFF;
	text-decoration: none;
}

ul.meta-navigation li a:hover, ul.meta-navigation li a:active{
	color: #c6cae8;
	text-decoration: none;
}

div.article{
	float: left;
	width: 212px;
	padding: 0 15px;
	border-right: #DDD solid 1px;
}

div.article p{
	margin-bottom: 0;
}

div.news{
	margin-bottom: 36px;
	padding-bottom: 17px;
	border-bottom: #DDD dotted 1px;
}

div.news p{
	clear: both;
}

span.news-date{
	margin: 0 0 18px;
	font-size: 11px;
	font-style: italic;
	display: block;
	float: left;
}

a.anker{
	background: transparent url(../images/arrow.png) no-repeat scroll left center;
	padding-left: 20px;
	font-size: 14px;
}

a.nachoben{
	text-align: right;
	background: transparent url(../images/arrow_up.png) no-repeat scroll right center;
	padding-right: 20px;
	font-size: 14px;
}

a.pdflink{
	background: transparent url(../images/icon_pdf.gif) no-repeat scroll left center;
	padding-left: 20px;
	font-size: 14px;
}





