body {
	text-align:center;
}

body {
	margin:0px;
	padding:0px;
}

div#page {
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	min-height:600px;
	position: relative;
}

div#left-col {
	width: 200px;
}

div#left-col-top {
	width: 200px;
	height:84px;
	background-image: url(../images/redaktion.jpg);
	background-repeat: no-repeat;
}

ul#left-col-nav {
	background-image: url(../images/zwischen.jpg);
	background-repeat: repeat-y;
	margin:0px;
	padding:0px;
	width: 200px;
	padding-top:20px;
}

ul#left-col-nav li {
	margin:0px;
	padding:0px;
	padding-left:39px;
	height:25px;
	line-height:25px;
	list-style-type: none;
	background-image: url(../images/nav-bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 24px;
}

ul#left-col-nav li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #425ab5;
	font-weight: bold;
	font-style: normal;
	text-decoration:none;
}

ul#left-col-nav li.actice {
	background-image:url(../images/nav-bg-active.gif);
	background-repeat: no-repeat;
	background-position: 0px;
}

ul#left-col-nav li.blocktitel {
	color: black;
	margin-top: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

div#left-col-bottom {
	width: 200px;
	height:20px;
	background-image: url(../images/unten.jpg);
	background-repeat: no-repeat;
}

div#right-col {
	/*padding-top:158px;
	margin-left:200px;
	margin-right: 25px;*/
	padding-bottom: 30px;
	position: absolute;
	top: 158px;
	left: 200px;
	width: 575px;
	
}
div#pagetitle {
	margin-bottom: 12px;	
}	
div#pagetitle h1 {
	padding-left:35px;
	display: inline;
}

div#content_outer {
	position: relative;
	margin-left: 35px;
}
div#content {
	width: 550px;
	float: left;	
}	

div.pressetext_bilder {
	float: right;
	width: 154px;
	margin-left: 6px;
	margin-top: 6px;
	margin-bottom: 4px;
	border: 1px solid gray;
	background-color: white;
	text-align: center;
	padding: 3px;
}
div.pressebild {
	padding: 2px;
}
div.pressebild a {
	font-style: normal;
}
div.pressebild p {
	text-align: left;
	font-size: 11px;
	margin-top: 4px;
}
.pressetext_head_left {
	width: 50%;
	float: left;
}
.pressetext_head {
	border: 1px solid #999999; background-color: #eeeeee; padding: 2px; opacity: .7;filter:alpha(opacity=70); font-size: 11px;	
}
.pressetext_head_right {
	float: right;
	width: 50%;
	text-align: right;
}
.pressetext_head a {
	font-style: normal;	
}	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
