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

/* global css styles */
body{
	color: #cccccc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	background: #000000 url(../2728/img/area/StardiBar_background.jpg) no-repeat top left;
}

h1, h2, h3, h4{
	font-size:12px;
	font-weight:bold;
}

hr {
	height: 0px;
	border:0;
	border:none;
	border-top: 1px dotted #cc0000;
	margin-bottom:15px;
}

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

/* layer styles */
#images{
	position:absolute;
	z-index:1000;
	top:375px;
	left:20px;
	padding:0;
	width:600px;
	height:417px;
	background: transparent;
}
#all{
	position:absolute;
	z-index:100;
	top:0;
	left:0;
	padding:0;
	width:800px;
	height:auto;
	float:left;
	text-align:left;
	background: transparent;
}
#top{
	position:relative;
	z-index:200;
	margin:0;
	padding:0;
	width:800px;
	height:290px;
	float:left;
	text-align:left;
	background: transparent;
	cursor:pointer;
	cursor:hand;
}
#nav{
	position:relative;
	z-index:300;
	margin:0;
	padding:0;
	width:800px;
	height:62px;
	float:right;
	text-align:left;
	background: transparent;
}
#nav_sub{
	position:relative;
	float:left;
	display:block;
	text-align:left;
	margin:0;
	padding:0 0 0 13px;
	width:800px;
	height:30px;
	border:none;
	border:0;
}
#main{
	position:relative;
	z-index:400;
	margin:0;
	padding:10px 10px 10px 30px;
	width:760px;
	height:290px;
	float:left;
	text-align:left;
	background: transparent url(../img/StardiBar_blank.jpg) no-repeat top left;
}
#foot{
	position:relative;
	z-index:500;
	margin:0;
	padding:5px 0 0 20px;
	width:780px;
	height:33px;
	float:left;
	text-align:left;
	background: transparent;
	color: #868686;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	font-weight:lighter;
}
#foot a:link, a:visited{
	color: #868686;
	text-decoration:none;
}
#foot a:hover, a:active{
	color: #868686;
	text-decoration:underline;
}

/* text, border, button classes */
.navi_sub_active{
	width:auto;
	padding:3px 7px 3px 7px;
	margin:0;
	text-align:center;
	font-size:11px;
	text-decoration:underline;
	color:#FFF;
	float:left;
	background:transparent;
}
.navi_sub_default{
	width:auto;
	padding:3px 7px 3px 7px;
	margin:0;
	text-align:center;
	font-size:11px;
	color:#FFF;
	float:left;
	background:transparent;
}
.navi_sub_active a, .navi_sub_active a:hover, .navi_sub_active a:active, .navi_sub_active a:visited, .navi_sub_active a:link {
	color:#FFF;
}
.navi_sub_default a, .navi_sub_default a:hover, .navi_sub_default a:active, .navi_sub_default a:visited, .navi_sub_default a:link {
	color:#FFF;
}
.txtmini {
	font-size: 12px;
	font-style: normal;
}
.one-image {
	display:inline-table;
	margin-right:8px;
	margin-bottom:8px;
	border:0;
}
.border {
	border: 1px solid #cc0000;
}
.border_dashed {
	border: 1px dotted #cc0000;
}
.button {
	border: 1px solid #cc0000;
	color: #dddddd;
	background-color: #cc0000;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	padding:4px;
}
.button:hover {
	background-color: #FFF;
	color: #cc0000;
}
.grafik {
	float:left;
	padding: 5px 10px 5px 0;
}
