@charset "utf-8";

html, body {
	margin:0px; 
	padding:0px;
	width:100%;
	height:100%;
	font-size: 12px;
	font-family: arial;
	color: #fff;

	z-index:-1;
}

img#bg_scale {
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	z-index:-2000;
}

a {
	text-decoration: none;
	font-weight: normal;
	color: #fff;
}

INPUT {
	margin-bottom:2px;
	color: #000;
	font-size: 12px;
	border: 1px #000 solid;
	background-color: #e4e4e4;
	font-family: Verdana, arial;
}

textarea {
	color: #000;
	font-size: 12px;
	border: 1px #000 solid;
	background-color: #e4e4e4;
	font-family: Verdana, arial;
}


H1 {
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
	font-variant: small-caps;
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
}

H2 {
	font-size: 15px;
	color: #888;
	font-weight: bold;
	font-variant: small-caps;
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
}

H3 {
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
	font-variant: small-caps;
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
}

.normal_font {
	font-size: 12px;
	font-family: arial;
	color: #fff;
	text-decoration:none;
	font-weight: normal;
}

table {
	color: #fff;
	font-size: 12px;
	font-family: arial;
}

img {
	border: 0 none;
}
a img {
	border: 0 none;
}




/******** DESIGN *************/
#linke_spalte {
	float:left;
	margin:0px;
	text-align: left;
	width:220px;
	height:100%;
	font-size: 14px;
	font-family: helvetica, arial;
	font-weight:bold;
	color: #d0d0d0;
}

.mitte {
	float:left;
	margin:0px;
	width:10px;
	height:600px;
}

#content_spalte {
	float:left;
	margin:0px;
	padding:5px;
	margin-top:360px;
	width:590px;
	height:100%;
}

#rechte_spalte {
	float:left;
	text-align: center;
	margin:0px;
	padding-top: 20px;
	width:220px;
	height:100%;
}


#footer_banner {
	clear:both;
	float:left;
	margin-top: 80px;
	width: 590px;
	height: 60px;
	text-align: center;
}

#footer {
	clear:both;
	float:left;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-top: 3px;
	width: 590px;
	height: 30px;
	border-top: #ffffff 1px solid;
	text-align: center;
	bottom:0px;
}




/******* MENU ************/
.parent {
	width:210px;
	height:20px;
	padding-left: 8px;
	padding-top:2px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;

}

.child {
	width:195px;
	height:18px;
	padding-left: 25px;
	padding-top:1px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;

}


#linke_spalte INPUT {
	margin:1px;
	padding:1px;
	width: 100px;
	height: 18px;
	background-color: #cecece;
	font-family: Lucida Sans Unicode,Verdana, arial;
	font-size: 10px;
	color: #555;
}





/**** AUFLISTUNGEN ***/
.dark {
	background-image: url(trans_black.png);
	color:#fff;
	height:20px;
}


.bright {
	background-image:url(trans_white.png);
	color:#fff;
	height:20px;
}

.info {
	float:left;
	color: #cecece;
	width:565px;
	padding:5px 0px 5px 5px;
	margin:10px;
	margin-top:30px;
	background-image:url(trans_white.png);
	background-repeat: repeat;
	font-weight: bold;
	font-size:11px;
}




.button a, .button a:visited {
		background-color:	#949494;
		color:			#ffffff;
		font-size:		10px;
		font-weight:	bold;
		padding:		2px 10px 3px 10px;
		margin-top:		15px;
}

.button a:hover {
		background-color:	#949494;
		color:			#ffffff;
		font-size:		10px;
		font-weight:	bold;
		padding:		2px 10px 3px 10px;
		margin-top:		15px;
}




/*********** TINY MCE ****************/
/* TinyMCE specific rules */
body.mceContentBody {
   background: #000;
   color: #fff;
   font-size: 10px;
   padding: 5px;
}

.mceContentBody a {
   color: blue !important; /* FF requires a important here */
}

p {margin:0; padding: 0;}










/************************** TOOL TIP ********************/
#dhtmltooltip{
position: absolute;
text-align:center;
padding: 2px;
width: 150px;
color: #fff;
background-color: #000;
border: 4px #fff solid;
visibility: hidden;
z-index: 100;
}


a.tooltop:hover {
	background:#ffffff;
	text-decoration:none;
}/*BG color is a must for IE6*/

a.tooltip span {
	display:none;
	padding:2px 3px;
	margin-left:8px;
	width:130px;
	text-align:center;
}

a.tooltip:hover span{
	display:inline;
	position:absolute;
	border:1px solid #cccccc;
	background:#ffffff;
	color:#6c6c6c;
	z-index:10;
}

