/*****************************
# Created by: Fidel Seehawer #
*****************************/

html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	background-color: #000000;
	margin-top:25px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	height:100%;
}

a:link, a:active, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FF9900;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a.wlink:link, a.wlink:active, a.wlink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
}

a.wlink:hover {
	text-decoration:underline;
}

.home_impressum {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight:bold;
	color: #FFFFFF;
	text-align:right;
	width:785px;
	padding-bottom:5px;
}

.website {
	width:785px;
	border:2px solid #FF6600;
}

.copyright_design {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #999999;
	text-align:right;
	width:785px;
	padding-top:5px;
}

/* CSS Navigation */

.navigation {
	width:171px;
	height:100%;
	background-color:#660000;
}

/* CSS Navigation: END */
/* CSS Content */

.content {
	width:429px;
	height:100%;
	background-color:#660000;
}

.content_top {
	width:429px;
	height:10px;
	background-color:#AB4F50;
}

.content_heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight:bold;
	width:389px;
	height:50px;
	padding:15px 20px 5px 20px;
	background-color:#850000;
}

.content_date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color:#999999;
}

.body_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color:#FFFFFF;
	width:389px;
	padding:20px 20px 20px 20px;
}

.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight:bold;
	color:#CCCCCC;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color:#FFFFFF;
}

/* CSS Content: END */
/* CSS Right Column */

.right_flash {
	width:181px;
	height:100%;
	background-color:#660000;
}

/* CSS Right Column: END */
