*{
	outline:none;
}
body, html{
	height:100%;
	width:100%;
	margin:0;
	background:#f0f0f0;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(../images/layout/bg_body.jpg) repeat-x;
	color:#7e7e7e;
}
img{
	border:none;
}
a:link, a:visited, a:hover, a:active{
	color:#000;
}
a:hover{
	color:#333;
}

.clear{
	clear:both;
	float:none;
}
.invisible{
	visibility:hidden;
	display:none;
}


#wrapper{
	background:url(../images/layout/bg_wrapper.jpg) no-repeat center top;
	width:100%;
	min-height:400px;
}

#mainwrapper{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

/* Header */
#header{
	position:relative;
}
#header .left{
	width:234px;
	heigh:225px;
	float:left;
	text-align:center;
	position:relative;
	left:-15px;
}
#header .mitte{
	position:relative;
	width:524px;
	height:231px;
	margin-top:20px;
	margin-left:3px;
	background:url(../images/layout/bg_headerbild.png) no-repeat;
	float:left;
}
#header .mitte .bild{
	width:506px;
	height:212px;
	overflow:hidden;
	margin-top:9px;
	margin-left:9px;
}
#header .right{
	width:234px;
	height:225px;
	display:inline-block;
	float:right;
	text-align:center;
	position:relative;
	right:-10px;
}


/* Main */
#main{
	padding-top:20px;
}
#main .left{
	width:202px;
	float:left;
	padding-bottom:20px;
	margin-bottom:20px;
}
#main .left img, #main .right img{
	height:auto;
	max-width:170px;
	width:auto;
	border:1px solid #d5d5d5;
	background:#e5e5e5;
	padding:5px;
	margin-left:auto;
	margin-right:auto;
}
#main .left a:hover img, #main .right a:hover img{
	border:1px solid #b5b5b5;
}
#main .caption{
	font-weight:bold;
	text-align:left;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
}

#main .mitte{
	width:515px;
	float:left;
	margin-left:40px;
}
#main .mitte h1, #main .mitte h2, #main .mitte h3, #main .mitte h4{
	color:#fff;
	font-size:20px;
	background:#484a4a;
	padding:10px;
	padding-bottom:2px;
	padding-top:2px;
	display:inline-block;
	margin-top:0px;
}
#main .mitte .ce_text{
	border-bottom:1px solid #d5d5d5;
	padding-bottom:20px;
	margin-bottom:20px;
}
#main .mitte .mod_newsreader{
	padding-bottom:20px;
	margin-bottom:20px;
}
#main .mitte .image_container img{
	border:1px solid #d5d5d5;
	background:#e5e5e5;
	padding:5px;
}
#main .mitte .image_container a:hover img{
	border:1px solid #b5b5b5;
}

#main .right{
	width:202px;
	float:right;
	padding-bottom:20px;
	margin-bottom:20px;
}


/*News Liste*/
.mod_newslist .layout_latest{
	border:1px solid #484a4a;
	margin-bottom:20px;
	padding-bottom:10px;
}
.mod_newslist h1, .mod_newslist h2, .mod_newslist h3{
	font-size:18px;
	font-weight:normal;
	background:#484a4a;
	margin-top:0px;
	margin-bottom:10px;
	padding-left:10px;
	padding-bottom:2px;
}
.mod_newslist h1, 
.mod_newslist h2, 
.mod_newslist h3,
.mod_newslist h1 a, 
.mod_newslist h2 a, 
.mod_newslist h3 a{
	text-decoration:none;
	color:#fff;
}
.mod_newslist p{
	margin:0px;
	padding-left:10px;
	padding-right:10px;
}
.mod_newslist .image_container{
	text-align:center;
}
.mod_newslist p.teaser{
	margin-bottom:0px;
}
.mod_newslist p.more{
	text-align:right;
	margin-top:5px;
}
.mod_newslist p.more a{
	text-align:left;
	text-indent:-3000px;
	display:inline-block;
	height:9px;
	width:46px;
	background:url(../images/layout/but_mehr.png) no-repeat;
}

/*Newsreader*/
.mod_newsreader img{
	max-width:500px !important;
	width:auto;
	height:auto !important;
}

/*Logo*/
#logowrapp{
	position:relative;
	z-index:10px;
	min-height:138px;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:-22px;
	background:#e8e8e8;
	border-top:1px solid #dedede;
	border-bottom:1px solid #dedede;
}
#logowrapp .logos{
	width:540px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#logowrapp table{
	display:inline-block;
	margin-top:10px;
	margin-bottom:10px;
}

#logowrapp table td{
	text-align:center;
	vertical-align:middle;
}
#logowrapp table td a{

}
#logowrapp table td a:hover{
	filter:alpha(opacity=75); 
	-moz-opacity: 0.75; 
	opacity: 0.75;
}
#logowrapp table td img{
	margin-left:7px;
	margin-right:7px;
}

/* Footer */
#footer{
	width:515px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	text-align:center;
	font-size:10px;
}

