* {
	margin:0;
	padding:0;
	border:0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        vertical-align: baseline;
        background: transparent;
}

body {
	font:13px/140% verdana, arial, helvetica, sans-serif;
	color:#0c375f;
	background:#f6f6f6;
}

.csc-textpic-caption {
font-size:9px;
font-weight:bold;
}

.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:0px none;
	margin:0;
	padding:0;
	background:transparent;
}

a {
	text-decoration: underline;
	font-weight: bold;
	outline: none;
}

a:visited {
	color:  #4D4D4D;
}

a:active {
	color:  #ccc;
}

a:hover {
	text-decoration: none;
}

/* ---------------------------- Überschriften -------------------------------- */

h1  {
	font-size: 40px;
	line-height:37px;
}

.csc-firstHeader {
	font-size: 18px;
	font-weight: bold;
	margin-bottom:16px;
	line-height:18px;
}

/* ---------------------------- Listen -------------------------------- */

ul {margin-left:15px;}
ul li a {text-decoration:none;font-size:14px;color:#0c375f;}

/* ---------------------------- Allgemein -------------------------------- */

img {
	border: 0;
}

#middle p {
	padding-bottom:25px;
}

#middle p img {
	float:left;
	margin-right:17px;
}

#middle hr {
	height:10px;
	color:white;
	background:none;
}

/* ---------------------------- Div Teile -------------------------------- */
#container {
	width:1128px;
	margin:auto;
	background:white url(../images/container_back.gif) repeat-y;
	position:relative;
}

#con {
	position:relative;
	padding-bottom:20px;
}

#wrap {
	width:1050px;
	margin:auto;
	padding:0 11px;
	position:relative;
}

#top {
	margin:auto;
	padding-top:30px;
	margin-bottom:5px;
	height:300px;
	width:1049px;
	background:url(../images/logo.jpg) no-repeat bottom;
}

#left {
	float:left;
	display:inline;
}

#middle {
	width:650px;
	padding:0 20px;
	margin:0 auto;
	border-width:0 2px;
	border-color:#f4f4f4;
	border-style:solid;
	padding-bottom:1px;
	display:inline;
	float:left;
}

#right {
	float:left;
	display:inline;
}

#footer {
	clear:both;
	height:30px;
	padding-top:40px;
	text-align:center;
	background:url(../images/footer_back.gif) no-repeat top;
	color:#b3b3b3;
	font-size:10px;
}

#copy {
	position:absolute;
	bottom:0;
	left:50%;
	font-size:10px;
	color:#999999;
	margin-bottom:10px;
}

#copy a {
	text-decoration:none;
	font-weight:normal;
	color:#999999;
}

/* ---------------------------- Navigation -------------------------------- */

ul#navi {
	margin-bottom:55px;
	margin-left:0;
	font-size:12px;
}

ul#navi, ul#navi ul {
	list-style-type: none;
}

ul#navi li {
	margin-bottom:2px;
	border-bottom:1px dashed #cecece;
	padding-bottom:2px;
	width:193px;
}

ul#navi a {
	display:block;
	width:184px;
	height:25px;
	padding-left:9px;
	text-decoration:none;
	color:#0c375f;
	background:url(../images/navi_back.gif) no-repeat;
	line-height:20px;
	font-size:12px;
}

ul#navi a.aktiver_navilink {
	width:179px;
	border-right:5px solid #0c375f;
}

ul#subnavi {
   margin-left:0;	
   font-size:12px;
}

ul#subnavi a {
	font-weight:100;
	padding-left:22px;
	background:#f9f9f9;
	width:166px;
	border-right:5px solid #b3b3b3;
	font-size:12px;
}

ul#navi a:hover {
	text-decoration:underline;
}

ul#navi li.last_navi_li, ul#navi li.submenu_li {
	border:0px;
}
ul#navi li.submenu_li {
	margin:0;
	padding:0;
}

/* ----------------------- teaser ---------------------- */

h4 {
	font-size:12px;
	line-height:12px;
	padding-left:0px;
	font-weight:bold;
	margin-bottom:9px;
	padding-top:9px;
}

.article_teaser_left, .article_teaser_right {
	background:#f6f6f6 url(../images/teaser_back.gif) no-repeat top;
}

.article_teaser_left, .article_teaser_right, .content_teaser {
	width:173px;
	padding:0 10px 0 15px;
	margin-bottom:25px;
	font-size:9px;
}


.article_teaser_left p, .article_teaser_right p {
	margin:9px 0;
}

.content_teaser {
	padding:2px;
}

.content_teaser h4 {
	padding:0px;
}
