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

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

a {
	text-decoration: underline;
	font-weight: bold;
	outline: none;
}

a:visited {
	color:  #4D4D4D;
}

a:active {
	color:  #FFF;
}

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:1049px;
	margin:auto;
	padding:0;
	position:absolute;
	top: 4px;
	left: 36px;
}

#top {
	margin:auto;
	padding-top:5px;
	margin-bottom:2px;
	height:267px;
	width:1049px;
	
}

#left {
	float:left;
	background:#FFF;
}

#middle {
	width:650px;
	padding:10 5px;
	margin:auto;
	border-width:0;
	border-color:#FFF;
	border-style:solid;
	padding-bottom:1px;
}

#right {
	float:right;
}

#footer {
	clear:both;
	height:30px;
	padding-top:0px;
	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;
}

ul#navi, ul#navi ul {
	list-style-type: none;
}

ul#navi li {
	margin-bottom:2px;
	border-bottom:0;
	padding-bottom:2px;
	width:190px;
}

ul#navi a {
	display:block;
	width:175px;
	height:25px;
	padding-left:9px;
	text-decoration:none;
	color:#000;
	background:url(../images/navi_back.gif) no-repeat;
	line-height:20px;
}

ul#navi a.aktiver_navilink {
	width:160px;
}

ul#subnavi a {
	font-weight:100;
	padding-left:22px;
	width:160px;
	border-right:0;
	background: url(../images/subnavi_back.gif) no-repeat;
}

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 - Copie.gif) no-repeat top
}

.article_teaser_left, .article_teaser_right, .content_teaser {
	width:170px;
	padding:0 10px;
	margin-bottom:25px;
	font-size:12px;
}

.article_teaser_left p, .article_teaser_right p {
	margin:0;
}

.content_teaser {
	padding:2px;
}

.content_teaser h4 {
	padding:0px;
}
