﻿@charset "UTF-8";

/* Globales Zurücksetzen der Innen- und Außenabstände für alle HTML-Elemente */
* {
	margin: 0;
	padding: 0;
}

/* Korrektur: Das Zurücksetzen der Abstände verursacht zu kleine Selectboxen. */
option { 
	padding-left: 0.4em; 
} /* LTR */

select { 
	padding: 1px; 
}

/* Korrektur: Das Zurücksetzen der Abstände verursacht zu kleine Paragraphen-Abstände */
p {
	margin: 15px 0;
}

body {
	margin: 10px 0;
	text-align: left; /* LTR */
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
/*	background: url(../images/bg-site.gif) repeat-x;*/
}

/*#HeaderManhart, #ContentManhart {
	background-color: white;
}*/

html, body {
	width: 100%;
	height: 100%;
}

body { 
	position: relative; 
}  /* Essentiell in IE7 für korrekte Scalierung des Layouts ... */

* html body { 
	position: static; 
}  /* ... aber nicht für IE5.x und IE6 */

/* Unterstreichung für Links löschen */
a:link, a:visited, a:hover {
	text-decoration: none;
}

/* Rahmen für <fieldset> und <img> Elemente löschen */
fieldset, img { 
	border: 0 solid; 
}

#Menubar {
	float: left;
	width: 190px;
	display: inline;
}

#Sidebar {
	float: right;
	width: 190px;
	display: inline;
}

#Content {
	float: none;
	width: auto;
	margin: 0px 207px;
}

.BoxTopFrame, .BoxBottomFrame {
	width: 100%;
	height: 8px;
}

.BoxEdgeTopRight {
	float: right;
	width: 8px;
	height: 8px;
	background: url('../images/box/edge_top_right.png');
}

.BoxEdgeTopLeft {
	float: left;
	width: 8px;
	height: 8px;
	background-image: url('../images/box/edge_top_left.png');
}

.BoxEdgeBottomRight {
	float: right;
	width: 8px;
	height: 8px;
	background: url('../images/box/edge_bottom_right.png');
}

.BoxEdgeBottomLeft {
	float: left;
	width: 8px;
	height: 8px;
	background-image: url('../images/box/edge_bottom_left.png');
}

.BoxFrame, #BoxContentFrame {
	height: auto;
	width: auto;
	margin: 6px 10px;
}

.BoxTitle {
	height: 24px;
	width: auto;
	color: white;
	padding: 4px 9px;
	font-weight: bold;
	font-size: 14pt;
	letter-spacing:-0.03em;
}

.boxBgColor {
	background-color: #F3FBEA;
}

.box2boxGap {
	margin-bottom: 17px;
}

.maxPageWidth {
	width: 955px;
}

div.centerPageWidth {
	left: 50%; 
	margin-left:-477.5px;  /* Hälfte von maxPageWidth */
	position: absolute;
}


.gut_lesbar {
	line-height: 1.4em;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	text-align: justify;
}

.bgOrange {
	background: #FFB500;
}

.fgOrange {
	color: #FFB500;
}

.bgGreen {
	background: #81B915;
}

.fgGreen {
	color: #81B915;
}

.bgRed {
	background: #FF6300;
}

.fgRed {
	color: #FF6300;
}

.online, .green {
	color: #81B915;
}

.offline, .red {
	color: red;
}

.hrGreen {
	border-color: #81B915;
/*	border-style: dashed; */
}

.bold {
	font-weight: bold;
}


.slogan {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}

.no_border {
	border-width: 0px;
}

.author {
	color: #666;
	
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	
	margin-bottom: 10px;
	margin-top: 10px;
	
	text-align: right;
}

#FooterManhart {
	margin-top: 22px;
}

.vmiddle {
	vertical-align: middle;
}

#newsitem div.date {
	color: #666;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	
	line-height: 16px;
	
	margin-bottom: 5px;
}

#newsitem h3.title {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: 8px;
}

#newsitem .content {
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	
	line-height: 18px;
	
	margin: 0;
	padding: 0;
}

#newsitem .content p {
	margin-bottom: 10px;
}

#newsitem .author {
	color: #666;
	
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	
	margin-bottom: 10px;
	margin-top: 10px;
	
	text-align: right;
}

div.item {
	border-bottom: 1px dotted #999;
	padding: 3px;
}

div.block {
	margin-bottom: 25px;
}

/* deprecated */
.author {
	font-style: italic;
}
