/*=========================*/
/* globale Positionierungselemente */
/*=========================*/

#inhalt {
position:absolute;
width:750px;
height:375px;
z-index:103;
overflow: visible;
left: 25px;
top: 115px;
} 
 
#headline {
position:absolute;
width:541px;
height:70px;
z-index:101;
left: 0px;
top: 34px;
}

#markerdatenteil {
position:absolute;
width:280px;
height:70px;
z-index:102;
left: 549px;
top: 34px;
}


/*=========================*/
/* globale Standardschriften */
/*=========================*/

.norm {
	font-family: Quay, "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
}

.klein {
	font-family: Quay, "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #000000;
}

h1 {
	font-family: Quay, "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 160%;
	color: #000000;
	line-height: 120%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: Quay, "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #000000;
	line-height: 100%;
}

h3 {
	font-family: Quay, "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	line-height: 100%;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

a:active {
	color: #FFFFFF;
	text-decoration: none;
}

/*=========================*/
/* Spezielle Auszeichnungen */
/*=========================*/

.hervorheb1 {
	background-color: #FF0000;
	padding: 1px 3px 3px 4px;
}

#inhaltschmal {
	margin-right: 290px;
}
/* Begrenzt den Text nach rechts auf 485 Pixel ((25+750)-290) - dafuer, wenn dort ein zweiter Bereich eingerichtet ist */

#specials {
position:absolute;
width:255px;
height:412px;
z-index:104;
left: 490px;
top: 138px;
}
/* Zusaetzliche Inhalte auf rechter Seite */

#specialsbreit {
position:absolute;
width:337px;
height:547px;
z-index:104;
left: 490px;
top: 115px;
}
/* Zusaetzliche Inhalte auf rechter Seite - breiter */

.ausrechts {
	text-align: right;
}
.knopfausricht {
	vertical-align: middle;
}

