@charset 'utf-8';
body {
	margin: 0px;
	padding: 0px;
	font: 11px verdana, arial, helvetica, sans-serif;
	color: #fff;
	background: #000;/*#161616*/
}

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}


h1, h2, h3, h4, p, ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-weight: normal;
}

img {
	position: relative;
	margin: 0px;
	padding: 0px;
	border: none;
	vertical-align: middle;
}

a:link, a:visited {
	color: #2780B5;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

h1 span {
	display: none;
}

p {
	padding: 5px 0;
	line-height: 1.7;
}

a {
	outline: none;
}

form, table {
	margin: 0;
	padding: 0;
}

div#Sitebody {
	position: relative;
	margin: 30px auto 0 auto;
	width: 900px;
	height: auto;
	background: #2B241E;
}

div#Sitebody .sitehead {
	position: relative;
	width: 100%;
	height: 180px;
	background: url('../img/home-header.jpg') left no-repeat #fff;
}

div#Sitebody .imghead {
	position: relative;
	margin: 30px 0 0 10px;	
}

div#Sitebody .siteheadline {
	position: relative;
	width: 100%;
	height: 8px;
	background: #3c352f;
}

div#Sitebody .sitecontent {
	position: relative;
	width: 880px;
	height: auto;
	padding: 10px;
}

.startfield {
	position: relative;
	color: #3c352f;
	float: left;
	width: 550px;
	height: 100%;
	padding: 10px;
	background: #F5F5F1;
}

.startfield h1, h2, h3 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 15px;
}

.startfield ul {
	margin-left: 15px;
	list-style-type: disc;
}

.startfield li {
	margin-bottom: 5px;	
}

.startfield .desc {
	position: relative;
	left: -15px;
	list-style: none;
}

.newsfield {
	position: relative;
	float: left;
	width: 280px;
	height: 100%;
	padding: 10px 10px 0 10px;
	margin-right: 10px;
	background: url('../img/newsfield-behavior.gif') 0 0 no-repeat #fff;
}

.newsfield li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #8c8780;
}

.newsfield .newstitle {
	color: #3c352f;
	padding-left: 10px;
	background: url('../img/newstitle-pipe.gif') no-repeat;
}

.newsfield .newstitle h2 {
	font-weight: bold;
	font-size: 12px;
	display: inline;
}

.newsfield .newstext {
	color: #665A4F;
	font-size: 11px;
	margin-top: 5px;
}

.newsfield .newsdate {
	color: #3C3C3C;
	font-size: 11px;
	margin-top: 5px;
	font-style: italic;
}

div#Sitebody .sitefooterline {
	position: relative;
	width: 100%;
	height: 2px;
	z-index: 40;
	background: #3c352f;
}

div#Sitebody .sitefooter {
	position: relative;
	height: 63px;
	font-size: 11px;
	z-index: 80;
	background: url('../img/footer-behavior.gif') top repeat-x #000;
}

div#Sitebody .sitefooter ul {
	margin: 15px 0 0 10px;
}

div#Sitebody .sitefooter li {
	float: left;
	margin-right: 5px;
}

div#Sitebody .sitefooter a:link, div#Sitebody .sitefooter a:visited {
	color: #f1eee8;
	font-size: 11px;
	text-decoration: none;
}

div#Sitebody .sitefooter a:hover, div#Sitebody .sitefooter a:active {
	text-decoration: underline;
}	

.navigation	{
	
}

.navigation	ul {
	
}

.navigation	li {
	float: left;
	margin-right: 10px;
}

.fiximg {
	position: relative;
	top: -1px;
	margin: 0 3px 0 0;
}

.logininfo {
	position: absolute;
	right: 10px;
	bottom: 30px;
	height: 20px;
	width: 230px;
	height: 30px;
	text-align: right;
	color: #312A24;
	vertical-align: top;
}

.logininfo a:link, .logininfo a:visited {
	color: #312A24;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.logininfo  a:hover, .logininfo a:active {
	text-decoration: underline;
}

.mainnavigation {
	position: absolute;
	bottom: 0;
	left: 10px;
	width: auto;
}

.mainnavigation ul {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}

.mainnavigation li {
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	cursor: pointer;
}

.mainnavigation li h2 {
	font-size: 11px;
	font-weight: normal;
}

.mainnavigation a:link, .mainnavigation a:visited {
	float: left;
	color: #ECEAE4;
	font-size: 11px;
	padding: 3px 5px;
	margin: 0 2px 0 0;
	background: #2B241E;
	text-decoration: none;

}

.mainnavigation a:hover, .mainnavigation a:active {
	color: #ECEAE4;
	background: #3C352F;
}

.left-field {
	position: relative;
	float: left;
	width: 280px;
	height: 100%;
	padding: 10px;
	color: #3c352f;
	margin-right: 10px;
}

.left-field-filled {
	position: relative;
	float: left;
	width: 280px;
	height: 100%;
	padding: 10px;
	color: #3c352f;
	margin-right: 10px;
	background: url('../img/newsfield-behavior.gif') 0 0 no-repeat #fff;
}

.right-field {
	position: relative;
	color: #3c352f;
	float: left;
	width: 560px;
	height: 100%;
	padding: 10px;
	background: url('../img/newsfield-behavior.gif') 0 0 no-repeat #fff;
}

.right-field h1, h2, h3 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 15px;
}

.httperror {
	position: relative;
	color: #3c352f;
	width: 860px;
	height: 100%;
	padding: 10px;
	font-size: 12px;
	background: url('../img/newsfieldlarge-behavior.gif') 0 0 no-repeat #F7F5F1;
}

.httperror h1, h2, h3 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 15px;
}

.loader {
	position: relative;
	height: 16px;
	width: 16px;
	background: url('../img/ajax-loader.gif') 0 0 no-repeat;
}

.bigcontentfield {
	position: relative;
	color: #3c352f;
	width: 860px;
	height: auto;
	padding: 10px;
	font-size: 11px;
	margin-bottom: 10px;
	background: #F7F5F1;
}

.choice {
	position: relative;
	left: 20px;
	width: 533px; 
	display: none;
	margin: 5px 0 0 0;
	padding: 2px 0 10px 0;
	border-top: 1px dashed #BAAA9D;
}

.choiceExp {
	position: relative;
	left: 20px;
	width: 533px; 
	display: none;
	margin: 5px 0 0 0;
	padding: 2px 0 10px 0;
}

#msgWindow {
	position: absolute;
	right: 11px;
	top: 0;
	color: #fff;
	z-index: 100;
	width: 200px;
	padding: 2px;
	text-align: center;
	line-height: 20px;
	background: #2E679E;
	border: 1px solid #2B241E;
}

.btnLogout {
	color: #FDFDFC;
	width: auto;
	border: none;
	padding: 2px 15px;
	font-size: 11px;
	text-align: left;
	background: #312A24;
}

.textareaStandart {
	font: 11px verdana, arial, helvetica, sans-serif;
	color: #FDFDFC;
	width: 250px;
	height: 80px;
	border: none;
	padding: 5px;
	font-size: 11px;
	text-align: left;
	background: #312A24;
}

.btnStandart {
	color: #FDFDFC;
	width: auto;
	border: none;
	padding: 2px 8px;
	font-size: 11px;
	text-align: left;
	background: #312A24;
}

.inputStandart {
	width: 170px;
	font-size: 11px;
	text-align: left;
	margin: 2px 0;
	padding: 0 0 3px 5px;
	background: #F1EEE8;
	border: 1px solid #B1AEAC;
}

#displayButtons {
	display: none;
}

.sitemap {
	
}

.message {
	position: relative;
	color: #fff;
	font-weight: bold;
	margin: 5px;
	padding: 3px 6px;
	background: #2E679E;
}

.clear {
	height: 1%;
	clear: both;
}

.clearlink {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
	background: none;
	text-decoration: none;
}

.adminmode {
	position: relative;
	color: #fff;
	float: left;
	font-weight: bold;
	margin-right: 5px;
	padding: 3px 6px;
	background: #2E679E;
}


.config_content {
	position: relative;
	color: #3c352f;
	width: 860px;
	height: 100%;
	padding: 10px;
	font-size: 11px;
	margin-bottom: 10px;
	background: #F7F5F1;
	/*background: url('../img/newsfieldlarge-behavior.gif') 0 0 no-repeat #F7F5F1;*/
}

.config_content h1, h2, h3 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 15px;
}

.config_navi {
	position: relative;
	color: #3c352f;
	width: auto;
	height: 20px;
	padding: 10px;
	font-size: 11px;
	margin-bottom: 10px;
	background: url('../img/newsfieldlarge-behavior.gif') 0 0 no-repeat #F7F5F1;
}

.config_navi ul {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}

.config_navi li {
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	cursor: pointer;
}

.config_navi a:link, .config_navi a:visited {
	float: left;
	color: #2B241E;
	font-size: 11px;
	padding: 3px 5px;
	margin: 0 2px 0 0;
	text-decoration: none;
}

.config_navi a:hover, .config_navi a:active {
	color: #ECEAE4;
	background: #51483E;
}

.config_navi .active {
	float: left;
	color: #ECEAE4;
	font-size: 11px;
	padding: 3px 5px;
	margin: 0 2px 0 0;
	background: #3C352F;
	text-decoration: none;
}

.impress label {
	width: 120px;
	float: left;
	font-weight: bold;
}

.impress li {
	margin-bottom: 5px;
}

.impress .disclaimer h1, h2{
	font-weight: bold;
	font-size: 13px;
}

.impress .disclaimer h1 {
	margin-top: 10px;
}

.impress .disclaimer li {
	width: 700px;
	text-align: justify;
}

.impress .disclaimer span {
	display: block;
	margin: 5px 0 0 18px
}

.archiv-link {
	position: relative;
	top: 3px;
	width: 300px;
}

.archiv-link a:link, .archiv-link a:visited {
	color: #3C352F;
	height: 20px;
	line-height: 20px;
	background: #fff;
	padding: 4px 104px 4px 103px;
	text-decoration: none;
}

.archiv-link a:hover, .archiv-link a:active {
	color: #ECEAE4;
	background: #3C352F;
	text-decoration: none;
}

.offline {
	position: absolute;
	top: -24px;
	left: -5px;
	color: #ECEAE4;
	width: auto;
	font-weight: bold;
	padding: 3px;
	text-align: center;
	background: #2E679E;
}

div.infobox {
	position: absolute;
	display: none;
	z-index: 1000;
	width: auto;
	height: auto;
	padding: 5px;
	color: #ECEAE4;
	background: #3C352F;
	font-family: Arial, Helvetica, sans-serif;
}

div.infobox .head {
	font-size: 11px;
	color: #ECEAE4;
	margin-bottom: 5px;
}

div.infobox .title {
	color: #ECEAE4;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 6px;
}

div.infobox .content {
	color: #ECEAE4;
	font-size: 12px;
}

div.unsecure {
	position: relative;
	top: 0;
	left: 0;
	padding: 10px;
	width: auto;
	height: auto;
	text-align: center;
	color: #ECEAE4;
	background: #2780B5;
}

.unsecure a:link, .unsecure a:visited {
	color: #ECEAE4;
	font-weight: bold;
	text-decoration: underline;
}

.unsecure a:hover, .unsecure a:active {
	color: #2780B5;
	background: #ECEAE4;
}

.hand {
	cursor: pointer;
}

.new {
	margin: 0 0 2px 0;
}

div.noscript {
	font-family: 'Trebuchet MS', Arial, Helvetica, Verdana, sans-serif;
	position: relative;
	margin: 15px auto 0 auto;
	width: 860px;
	height: auto;
	padding: 20px;
	background: #2780B5;
	text-align: center;
	font-size: 14px;
}

div.noscript div {
	font-size: 20px;
	font-weight: bold;
}

div#Message {
	font-family: 'Trebuchet MS', Arial, Helvetica, Verdana, sans-serif;
	position: relative;
	margin: 15px auto 0 auto;
	width: 860px;
	height: auto;
	padding: 20px;
	background: #2780B5;
	text-align: center;
	font-size: 14px;
}

.fskerror {
	color: #fff;
	background: red;
	text-align: center;
}

.fskerror h3 {
	font-size: 13px;
}

.fskerror a:link, .fskerror a:visited {
	color: #fff;
	text-decoration: underline;
}

.fskerror a:hover, .fskerror a:active {
	color: red;
	background: #fff;
	text-decoration: none;
}

div.testdaten {
	padding: 10px;
	color: #ECEAE4;
	width: 840px;
	text-align: center;
	font-size: 13px;
	background: #2E679E;
}

div#rebrush_notify {
	position: absolute;
	top: 0;
	left: -290px;
	color: #2B241E;
	z-index: 1000;
	width: 260px;
	height: auto;
	padding: 10px;
	background: #E0D7C9;
}
div#rebrush_notify input {
	position: relative;
	padding: 0 3px 2px 3px;
	border: none;
	color: #F7F5F1;
	cursor: pointer;
	background: #3C352F;
	font-size: 12px;
}
