* {
	margin:0;
	padding:0;
	border:0;
}

body {
	font:12px/140% verdana, arial, helvetica, sans-serif;
	color:#0c375f;
	background:#f6f6f6;
}

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;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom:16px;
	line-height:18px;
}
h4 {
	font-size:12px;
	line-height:12px;
	padding-left:3px;
	font-weight:bold;
	margin-bottom:9px;
	padding-top:9px;
}
/* ---------------------------- 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:1066px;
	margin:auto;
	padding:0 11px;
	position:relative;
}

#top {
	margin:auto;
	padding-top:0px;
	margin-bottom:3px;
	height:312px;
	width:1066px;
	background:url(../images/header.jpg) no-repeat bottom;
}

#left {
	float:left;
}

#middle {
	width:596px;
	padding:0 20px;
	margin:0 auto;
	border-width:0 2px;
	border-color:#f4f4f4;
	border-style:solid;
	padding-bottom:1px;
}

#right {
	float:right;
}

#footer {
	clear:both;
	height:191px;
        width:1066px;
	padding-top:0px;
	text-align:center;
	background:url(../images/footer.jpg) 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;
}

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;
}

ul#navi a.aktiver_navilink {
	width:179px;
	border-right:5px solid #0c375f;
}

ul#subnavi a {
	font-weight:100;
	padding-left:22px;
	background:#f9f9f9;
	width:166px;
	border-right:5px solid #b3b3b3;
}

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 ---------------------- */

.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;
	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;
}
