/* css from http://www.agentur2728.de */

/* global css styles */
body{
	margin:0;
	padding:0;
	color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	background:#000000;
}
h1 {
	font-size: 11px;
	font-style: normal;
	font-weight:normal;
	margin:0;
	margin-bottom:10px;
	margin-left:15px;
}
h2 {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
h3, h4, h5, h6 {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
hr {
	height: 0px;
	border:0;
	border:none;
	border-top: 1px dotted #CCCCCC;
	margin-bottom:15px;
}

a:link{ color: #CC0000; text-decoration:none;}
a:visited{ color: #CC0000; text-decoration:none;}
a:hover{ color: #CC0000; text-decoration:underline;}
a:active{ color: #CC0000; text-decoration:underline;}

/* layer styles */
#videoplayer{
	position:absolute;
	z-index:1;
	top:50%;
	left:50%;
	margin-left:-250px;
	margin-top:-180px;
	width:500px;
	height:360px;
	padding:0;
	vertical-align:middle;
	text-align:center;
	border:none;
	background:transparent;
}
#main{
	position:absolute;
	z-index:1;
	left:50%;
	top:0;
	width:1000px;
	height:auto;
	min-height:400px;
	margin-left:-500px;
	padding:0;
	padding-top:20px;
	border:none;
	background:transparent;
}
#navi{
	position:relative;
	float:left;
	display:block;
	text-align:right;
	margin:0;
	padding:0;
	width:1000px;
	height:114px;
	border:none;
	background:transparent url(../img/frame_headline.gif) no-repeat top left;
}
#navibox{
	margin-top:34px;
	margin-right:30px;
}
#content{
	position:relative;
	float:left;
	display:block;
	text-align:left;
	margin-left:28px;
	padding:0;
	width:942px;
	height:auto;
	min-height:190px;
	border:none;
	background:transparent;
}
#content_right{
	position:relative;
	float:left;
	display:block;
	text-align:left;
	margin:0;
	padding:5px;
	width:215px;
	height:auto;
	border:none;
	background:transparent;
}
#content_right{
	position:relative;
	float:left;
	display:block;
	text-align:left;
	margin:0;
	padding:5px;
	width:215px;
	height:auto;
	border:none;
	background:transparent;
}
#foot{
	position:relative;
	float:left;
	display:block;
	text-align:left;
	margin:0;
	padding:0;
	width:1000px;
	height:auto;
	border:none;
	background:transparent;
}

/* text styles */
.txtmini {
	font-size: 10px;
	font-style: normal;
}

.men_default, .men_default a{
	font-size:12px;
	color:#ccc;
}
.men_default:hover, .men_default a:hover{
	color:#fff;
	text-decoration:none;
}
.men_premium, .men_premium a{
	font-size:12px;
	color:#ddd;
}
.men_premium:hover, .men_premium a:hover{
	color:#fff;
	text-decoration:none;
}
.men_active, .men_active a{
	font-size:12px;
	color:#f00;
	text-decoration:none;
}
.men_active:hover, .men_active a:hover{
	color: #f00;
	text-decoration:none;
}
.men_line_white{
	border-bottom:1px solid #ccc;
}
.men_line_red{
	border-bottom:1px solid #f00;
}
.markred, .markred a, .markred a:hover, .markred a:active, .markred a:link, .markred a:visited{
	color:#F00;
}
ul li{
	list-style-type:square;
	margin:0;
	margin-left:-20px;
}

/* border, button. graphics */
.grafik {
	float:left;
	margin: 0 10px 5px 0;
}
.grafik_border {
	float:left;
	margin: 0 10px 5px 0;
	border: 1px solid #ccc;
}
img{
	border:0;
	border:none;
}
.border {
	border: 1px solid #ccc;
}
.border_dashed {
	border: 1px dotted #ccc;
}
.button {
	color:#CCC;
	background:#000;
	border:solid 1px #CCC;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:2px;
}
.button:hover, .button:active {
	background:#111;
	color: #fff;
}

.select {
	background:#000;
	border:solid 1px #CCC;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#CCC;
	padding:2px;
}
.select:hover, .select:active {
	background:#111;
	color: #fff;
}


