* {
	margin:  0;
	padding: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* @group page */
html {
	height: 100%;
	width: 100%;
}
body {
	width: 100%;
	color: gray;
	font: 12px Arial,Verdana,Helvetica,sans-serif;
	background: #e0edff;
	text-align: center;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
	background-color: #fff;
}

/* @end */
/* @group header */

/* @group headersuche */
#headersuche {
	width: 175px;
	float: right;
}
#headersuche form {
	padding: 7px 0 0 10px;
}
#headersuche_input {
	float: left;
	width: 125px;
	outline: none;
}
#headersuche_button {
	float: left;
	padding-left: 10px;
}
/* @end */
#header {
	height: 100px;
	background: #afe5ff url(../images/header_bg.png) no-repeat;
	text-align: left;
}
#headertitle {
	width: 600px;
	padding-left: 20px;
	padding-top: 25px;
}
#headertitle h1 {
	color: #fff;
	font-size: 28px;
	font-weight: 100;
}
#headertitle h2 {
	color: #558fc7;
	font-style: italic;
	font-size: 14px;
}

/* @group headermenu */
#headermenu_links {
	float: left;
	width: 725px;
	line-height: 34px;
}
#headermenu_rechts {
	float: left;
	padding-left: 10px;
	padding-top: 8px;
}
#headermenu_rechts a {
	color: #e5f3a1;
}
#headermenu {
   	width: 100%;
	background-image: url(../images/topnav_bg.png);
}
#headermenu ul{
	margin: auto;
	list-style-type: none;
	text-align: center;
	white-space:nowrap; 
}
#headermenu ul li { 
	display: inline;
	height: 32px !important;
	float:left;
	margin-left:20px;
}
#headermenu ul li a {
	color: #fff;
	text-decoration: none;
}
#headermenu ul li a:hover {
	color: #333;
}
/* @end */

/* @end */
/* @group blockleft */
#blockleft {
	text-align: left;
	background-color: #f4f7f9;
	color: #546473;
}
#blockleft .blocktitle {
	background: #909ca4 url(../images/blocktitle_bg.png) repeat-x;
	color: #fff;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
#blockleft .blockcontent {
	padding: 10px;
	line-height: 16px;
}
#blockleft .blockcontent a {
	font-weight: bold;
	text-decoration: none;
	color: #546473;
}
/* @end */
/* @group blockright */
#blockright {
	text-align: left;
	background-color: #f4f7f9;
	color: #546473;
}
#blockright .blocktitle {
	background: #909ca4 url(../images/blocktitle_bg.png) repeat-x;
	color: #fff;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
#blockright .blockcontent {
	padding: 10px;
	line-height: 16px;
}
#blockright .blockcontent a {
	font-weight: bold;
	text-decoration: none;
	color: #546473;
}
/* @end */

/* @group form_login */
#form_login {
	
}
.form_login_input {
	width: 100%;
	border: 1px solid #546473;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.form_login_checkbox {
	float: left;
	height: 30px;
	line-height: 30px;
}
.form_login_submit {
	float: right;
	background-color: #546473;
	color: #fff;
	width: 50px;
	height: 20px;
	border-style: none;
	margin-top: 5px;
}
.form_login_register_new {
	clear: both;
	padding-top: 10px;
	border-top: 1px solid #546473;
}
.form_login_passwordlost {
	
}
/* @end */

/* @group content */
#content {

}
#content ul {
	margin-left: 10px;
	padding-left: 10px;
}
/* @end */

/* @group blockcenter */

#blockcenter {
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
	padding-bottom: 10px;
}
#blockcenter td {
	padding: 3px;
}
#blockcenter p {
	padding: 3px 0 3px 0;
}
#blockcenter a {
	color: #546473;
}
.blocktitlecenter {
	background: #909ca4 url(../images/blocktitle_bg.png) repeat-x;
	color: #fff;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 7px;
	margin-top: 7px;
}
/* @end */

/* @group banner */
#banner1 {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
/* @end */

/* @group menu */
#menu {
	background-color: #fff;
}
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu li {
	
}
#menu li a {
	display: block;
	color: #000;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
	border-bottom: 1px solid #f2f2f2;
}
#menu li a:hover {
	background: #fbffe9 url(../images/arr_1.gif) no-repeat left center;
}
#menu li .submenu {
	display: block;
	color: #000;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 30px;
	border-bottom: 1px solid #f2f2f2;
}
/* @end */

/* @group footer */
#footer {
	background-color: #5293ff;
	color: #fff;
	text-align: left;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer_left {
	width: 175px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#footer_right {
	width: 165px;
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}
#footer_center {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* @end */
/* @group blocks_article_rubriken */
#blockright .blocks_article_rubriken {
	margin: -10px;
	padding: 0;
}
#blockright .blocks_article_rubriken ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#blockright .blocks_article_rubriken li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.blocks_article_rubriken li a {
	display: block;
	background: #fff ;
	color: #000;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
	border-bottom: 1px solid #f2f2f2;
}
.blocks_article_rubriken li a:hover {
	background: #fbffe9 url(../images/arr_1.gif) no-repeat left center;
}
/* @end */

/* @group block_article_rubriken_news */
.block_article_rubriken_news {
	list-style: none;
}
.block_article_rubriken_news li {
}
/* @end */
/* @group blocks_online */
.blocks_online {
}
.blocks_online td {
	padding-top: 2px;
	padding-bottom: 2px;
}
.blocks_online td {
	border-bottom: 1px solid #546473;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
}
/* @end */
.block-title-center {
	background: #909ca4 url(../images/blocktitle_bg.png) repeat-x;
	color: #fff;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 7px;
}
/* @group shortstory */
.shortstory {
	background-color: #e7e7e7;
	color: #546473;
}
.storytitlelink {
	background-image: url(../images/storytitlelink.png);
	background-color: #2275ff;
	color: #fff;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 16px;
}
.storytitlelink a, .shortStory-title {
	color: #fff;
	text-decoration: none;
}
.categorie_icon {
	float: left;
	padding: 10px;
}
.storysubtitle {
	padding: 10px;
	font-weight: bold;
}
.storyshorttext {
	padding: 5px 10px;
}
.topstory_preview {
	padding: 5px 10px;
}
.storymorelong {
	padding: 5px 10px;
}
.storymorelong img {
	float: left;
}
.storyrublink {
	text-align: right;
	padding: 5px 10px;
	border-top: 1px solid #546473;
}
.storyrublink a {
	text-decoration: none;
}
/* @end */
.backtracking {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #e7e7e7;
}
/* @group Form Msg */
#FORMSUCCESSTEXT {
	background: #fff url(../images/64x64_info.png) no-repeat 20px 20px;
	border: 1px solid #ccc;
	padding: 20px 20px 20px 100px;
}
#FORMSUCCESSTEXT h1 {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
#FORMSUCCESSTEXT p {
	padding-top: 3px;
	padding-bottom: 3px;
}

#FORMERRORTEXT {
	background: #fff url(../images/64x64_achtung.png) no-repeat 20px 20px;
	border: 1px solid #ccc;
	padding: 20px 20px 20px 100px;
}
#FORMERRORTEXT h1 {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
#FORMERRORTEXT p {
	padding-top: 3px;
	padding-bottom: 3px;
}
/* @end */