/* Allgemeine Style Definitionen */

* {
margin: 0;
padding: 0;

}

body {
	margin:0;
	padding:0;
	height:100%;
	background: #ccc url(/_global/images/contentbg.gif) repeat-y;
	background-attachment:fixed;
	font-size: 9pt;
	font-family: Arial, Verdana, Helvetica, sans-serif, "Trebuchet MS";
	color:#000000;
}

/* HEADER */

div.topheader {
	width: 711px;
	height: 171px;
	#background-image: url(/_global/images/header.gif);
	#background-repeat: repeat-x;
	#background-color: #264b61;
}

/* MAIN FRAME */

/* *** LINKE SEITE ** */

div.left_ad {
	width: 197px;
	background-color: #192F3A;
	float: left;
	z-index:2;
}

/* Bilder im linken dunkel blauen Streifen, meist Seeed Bilder, mySpace Werbung */

div.ad_1 {
	visibility: hidden;
}

div.ad_2 {
	visibility: hidden;
}

/* *** ENDE LINKE SEITE ** */


/* *** CONTENT ** */
div.main {
	padding-left: 20px;
	padding-right: 20px;
	position: absolute;
	left: 197px;
	background-color: #F1E0BC;
	float: right;
	z-index:2;
}

div.maintopbg {
	width: 345px;
	height: 71px;
	background-image: url(/_global/images/contenthead_blank.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
}

/* *** ENDE CONTENT ** */


div.clear {
	clear:both;
}

a, a:visited, a:active, a:hover {
	color: #FD8602; 
	font-size: 9pt;
	text-decoration: underline;
	font-weight: bold;
}

p.kleingedrucktes {
	font-size: 7pt;
}


/* SPACER */

body.spacer {
	background-image: url(/_global/images/bg.gif);
	background-repeat: repeat-x;
	background-color: #264b61;
}






div.misc{
	width: 90%;
	text-align: left;
	margin-top: 40px;
}

span.error{
  color: red;
}

span.descriptiontext{
	color:blue;
	font-size:200%;
}

/* Definitionen von Überschriften */

h1, h2, h3 {
	text-align: left;
}

h1, h2 {
	padding: 10px;
	display:inline;
}

h2, h3 {
	display:inline;
}

h1 {
  	font-size: 12pt;
	text-align:left;
}

h2 {
	font-size: 10pt;
	padding: 10px;
}

h3 {
  	font-size: 6pt;
	padding-left: 10px;
	font-weight:normal;
}