@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: url('images/bg.png') repeat-x;
}
html{
height:100%;
}
img {
	border-style: none;
}
#container {
	width: 980px;
	margin: 0px auto;
}
/*************/
/*  HEADER  */ 
#header_menu_list li a {
	text-decoration: none;
	color: #FFFFFF;
}
#header {
	background: white url('images/header_bg.gif') repeat-x;
	height: 109px;
}
#header_logo {
	position: absolute;
	margin-left: 44px;
	margin-top: 20px;
	text-indent:-9999px; 
	background-image:url(images/header_logo.gif);
	width: 174px;
	height: 66px;
}
#header_menu_container {
	position: absolute;
	margin-left: 490px;
	padding-top: 2px;
	padding-right: 1px;
}
.header_rss {
       width: 10px;
       height: 10px;
}
#header_menu_list {
	padding: 0px;
	margin: 0px;
}
#header_menu_list li {
	text-align: center;
	display: inline;
	list-style-type: none;
	float: left;
	border: 1px solid #51a4c0;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-right: 1px;	
}
#header_menu_list li a {
	float: left;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 10px;
	padding-bottom: 8px;
}
#header_menu_list li a:hover {
	background-image: url(images/header_menu_bg_hover.gif);
}
/*************/
/*    MENU  */
#menu {
	height: 21px;
	padding-top: 16px;
	border-bottom: 1px solid #bdbdbd;
	margin-top: -8px;
}
#menu_list {
	padding: 0px;
	margin: 0px;
}
#menu_list li {
	font-family: Arial;
	font-size: 11px;
	color: #585858;
	text-align: center;
	display: inline;
	list-style-type: none;
	background-image: url(images/menu_tab_bg.gif);
	float: left;
	width: 100px;
	height: 17px;
	padding-top: 4px;
}
#menu_list li a {
	color: #585858;
	text-decoration: none;
}
/*************/
/* SEARCHBAR */
#searchbar_line {
	border-top:1px solid #2b374c;
	height:0px;
	font-size:0px;
	overflow: hidden;
}
#searchbar {
	background-color: #263248;
	border-top: 1px solid #686f7b;
	border-bottom: 1px solid #313c51;
	height: 41px;
}
#searchbar input {
	background: #263248 url(images/search_bg.gif) no-repeat;
	width: 211px;
	height: 20px;
	border: 0px;
	border-style: none;
	position: absolute;
	margin-left: 5px;
	margin-top: 7px;
	padding-top: 5px;
	padding-left: 3px;
}
#search_advanced {
	font-family: Arial;
	font-size: 12px;
	color: #99accf;
	position: absolute;
	margin-left: 230px;
	margin-top: 12px;
	text-decoration: underline;
}
#search_newmsg {
	position: absolute;
	margin-left: 773px;
	margin-top: 8px;
}
/**************/
/* TWOBUTTONS */
#twobuttons {
	height: 39px;
	padding-top: 7px;
}
#twobuttons img {
	margin-left: 5px;
}
/*************/
/*  CONTENT  */

#content {
width: 520px;
float: left;
}
#content_content {
	float: left;
	width: 520px;
	margin: 15px 0 0 0;

}

#content_content:after{
content: "."; display: block; line-height: 1px; font-size: 1px; clear: both;}

.bericht {
margin-top: 10px;
width: 647px;
float: left;
}

.content_news_vote {
	width: 27px;
	padding-bottom: 30px;
	background-image: url(images/content_vote_bg.gif);
	float: left;
	margin-left: 6px;
}
.content_news_vote_rating {
	font-family: Arial;
	font-size: 24px;
	color: #FFFFFF;
	width: 27px;
	text-align: center;
}
.content_news_vote_stem {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	width: 27px;
	text-align: center;
	margin-top: 10px;
}
.content_news_bottom a {
	color: #525252;
	font: 12px Arial;
	text-decoration: none;
}
.content_news_container {
	width: 600px;
	float: left;
	margin-bottom: 10px;

}
.content_news_title {
	font-family: Arial;
	font-size: 18px;
	color: #263248;
}
.content_news_title a {
	color: #263248;
	text-decoration: none;
}
.content_news_title a:hover {
	text-decoration: underline;
}
.content_news_title_icon {
	float: left;
	margin-left: 9px;
	margin-right: 9px;
	margin-top: 3px;
}
.content_news_author {
	font-family: Arial;
	font-size: 12px;
	color: #009ddc;
}
.content_news_author a {
	color: #009ddc;
	text-decoration: underline;
}
.content_news_author_icon {
	float: left;
	margin-left: 14px;
	margin-top: 2px;
	margin-right: 5px;
}
.content_news_text {
	font-family: Arial;
	font-size: 12px;
	color: #263248;

	width: 480px;
margin: -15px 0 -10px 42px;

}
.content_news_text a {
	color: #00b9ff;
	text-decoration: underline;
}
.content_news_bottom_item {
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-left: 10px;
	font-family: Arial;
	font-size: 12px;
	color: #525252;
	text-decoration: none;
}
.content_news_bottom{
      margin: 0 0 0 33px;
}
.content_news_image {
	width: 66px;
	height: 66px;
	border: 1px solid #cfcfcf;
	position: absolute;
	margin-left: 530px;
	margin-top: 50px;
}
/*************/
/*  SIDEBAR  */

#content_sidebar {
	float: right;
	width: 308px;
	margin: 5px;
	padding: 0 0 10px 0;
	background-color: #e9eaec;
	vertical-align:0%;
	display:absolute;
	height: 100%;
	vertical-align: bottom;

	
}
.sidebar_titel {
	width: 308px;
	height: 21px;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 6px;
	text-indent: 25px;
	background:  #263248 url('images/sidebar_icon_last.gif') no-repeat 7px 7px;
}
.sidebar_list {
	list-style-image: url(images/sidebar_list_arrow.gif);
	margin-left: 24px;
	margin-top: 10px;
	padding: 0px;
}
.sidebar_list li {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	margin: 0px;
}
.sidebar_list li a {
	color: #000000;
	text-decoration: none;
}
.sidebar_top {
	margin:0px; 
	padding:0px;
}
.sidebar_li {
	list-style-type: none;
}
/**********/
/* FOOTER */
#footer {
	clear: both;
	height: 33px;
	background-color: #e1e1e1;
	margin-top: 10px;
}
#footer_container {
	margin-left: 73px;
	margin-top: 9px;
	position: absolute;
}
.footer_arrow {
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Arial;
	font-size: 12px;
	color: #4c4c4c;
	text-decoration: none;
}
.footer_page {
	border: 1px solid #b8bbbf;
	font-family: Arial;
	font-size: 12px;
	color: #4c4c4c;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 1px;
	margin-right: 1px;
}
.footer_page:hover {
	background-color: #ffffff;
}
#footer_copyright {
	font-family: Arial;
	font-size: 12px;
	color: #4c4c4c;
	position: absolute;
	margin-left: 650px;
	margin-top: 9px;
}
em {
	float: left;
	width: 200px;
	font: 11px Arial;
}
.loginfield {
	font: 11px Arial;
}
.loginfield a {
	color: #000;
}

label {
	float: left;
	width: 140px;
	height: 15px;
	text-align: left;
	margin: 5px 0 0 15px;
}

.error{
	padding: 5 px;
	margin:  0 0 0 10px;
	font-weight: bold;
	color: red;
}

.good{
	padding: 5 px;
	margin:  0 0 0 10px;
	font-weight: bold;
	color: green;
}

.conditions{
	height: 50px;
	text-align: left;
	margin: 5px 0 0 15px;
}
.frame{
	width:100%;
	min-height: 100%;
	height:auto !important; 
	height:100%; 
	border: 0px;
}