/* CSS Document */

body, input, select, textarea, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
	color:#D2D2D2;
}

body{
	background-color:#000000;
}

/* TinyMCE specific rules */
body.mceContentBody {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
	color:#D2D2D2;
	background-color:#000000;
}
/*
.mceContentBody a {
   color: black !important;
}
*/

h1{ 
	display:block;
	margin-bottom:8px;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
}

h2{ 
	display:block;
	margin-bottom:8px;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}

h3{
	display:block;
	margin-bottom:6px;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}

li{margin-bottom:4px;}

hr{height:1px; color:#EEE; border:none;}


a{
	color:#FF9900;
	text-decoration:none;
}
a:hover{ color:#FF0000; }

a.link-gruen{color:#00CC33}
a.link-gruen:hover{color:#FF0000}

.fettweiss{font-weight:bold; color:#fff;}

.rot{ color: #AB1D1D; }

.knallrot{ color: #ff0000; }

.green{ color:#66FF00; }

.klein{ font-size:10px; }

.linie-unten{
	border-bottom: 1px solid #D2D2D2;
}

.rahmen{
	border:1px solid #D2D2D2;
}

.rahmen-dunkelrot{
	border:1px solid #AB1D1D;
}

.bild-links{
	float:left;
	margin:0 12px 8px 0;
}

.bild-rechts{
	float:right;
	margin:0 0 8px 12px;
	
}

strong {font-weight:bold;}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}