body {
	margin:0;
	background-color:#51180a;
	font-family: Arial, sans-serif;
	font-size:9pt;
}

#container {
	position:relative;
	top:0px;
	left:0px;
	width:824px;
	min-height:768px;
	margin-left:auto;
	margin-right:auto;
	/*background-color:yellow;*/
}

#header {
	position:relative;
	top:0px;
	left:0px;
	width:824px;
	height:60px;
}

#headernav {
	position:absolute;
	top:32px;
	left:162px;
	width:500px;
	text-align:right;
}

#headernav {
	color:#bbb;	
}

#headernav a {
	text-decoration:none;
	color:#bbb;	
}

#headernav a:hover {
	color:#000;
}

#left {
	float:left;
	width:162px;
	min-height:550px;
	/*background-color:black;*/
}

#my_menu {
	position:absolute;
	top:200px;
}

#content {
	float:left;
	width:500px;
	min-height:550px;
	/*background-color:#ccc;*/
	padding-left: 5px;
	/*-moz-border-radius:20px;*/
}

#content td {
	vertical-align:top;
}

#content h1 {
	font-size: 11pt;
	padding-left: 10px;
}

#content .bodytext {
	font-size: 9pt;
	padding-left: 10px;
}

#content ul {
	font-size: 9pt;
	padding-left:20px;
}

#content .csc-textpic img {
	padding-left: 10px;
}

#content .csc-uploads td {
	padding-left: 10px;
}

#content .contenttable td {
	padding-left: 10px;
}

#right {
	position:relative;
	float:right;
	top:0px;
	right:0px;
	width:150px;
	min-height:550px;
	/*background-color:yellow;	
	background: url(images/news.png) no-repeat;*/
}

#footer {
	clear:left;
	width:1024px;
	height:50px;
	/*background-color:red;	*/
}

.teaser_list {
	position:absolute;
	top:0px;
	left:20px;
}

.teaser_listentry {
	/*position:relative;*/
}

.teaser_image {
	position:relative;
	border:0px;
	z-index:1;
}

.teaser_image_overlay {
	position:absolute;
	width:150px;
	height:120px;
	background: url(images/teaser_rahmen.png) no-repeat;
	z-index:2;
}

.teaser_title {
	position:relative;
	top:-15px;
	left:0px;
	border:0px;
	color:#fff;
	text-align:center;
	z-index:4;
}

.teaser_title h4 {
	font-family: Arial, sans-serif;
	font-size:9pt;
	font-weight:normal;
}

.teaser_title a {
	text-decoration:none;
	color:#bbb;
}
