/*
-----------------------------------------------
pw printstyle - Vorlage für die Formatierungen innerhalb des Groblayouts
author:  peter boesselmann - merzwerk / nicole lücking - www.poasworld.de
version:  1.0 - februar 2008
----------------------------------------------- */
/*---------------------------------------------------------
FORMATIERUNGEN
-----------------------------------------------------------*/

/*---------------------------------------------------------
Grundeinstellungen gesamtes Dokument
-----------------------------------------------------------*/

body {
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	background-image:none;
	background-color:#FFFFFF;
	}
#huelle {
	position: relative;
	margin: 0 auto;
	width: 600px;
	left: 0;
	top: -1px;
	padding:0;
	z-index: 1;
}

#content {
color: #3A475B;
text-align:left;
margin: 0;
padding: 0;
}
/*-achtung nicht top nehmen, weil sonst Zeilenumbruch nicht funktioniert*/
#contentHeader{
	position:relative;
	left:10px;
	padding-top:10px;
	width:488px;
	z-index:3;
}

#maincontent{
	position:relative;
	left:10px;
	padding-top:20px;
	width:458px;
	height:398px;
	padding-right:30px;
	z-index:3;
}


/*---------------------------------------------------------
Formatierungen die nicht in der Druckversion erscheinen sollen
-----------------------------------------------------------*/
.invis,#linkeseite,#header,#Bildtop,#footer,#rechteseite{
display:none;
}

/*---------------------------------------------------------
Textformatierungen
-----------------------------------------------------------*/


/* h1-> */
h1 {

	font-size:18px;
	font-weight: bold;
	line-height:24px;
}

/* h2->*/
h2 {
font-size: 11px;
	font-weight: bold;
	line-height:18px;
}

/* h3->*/
h3 {
color: #FF4A61;
font-size:11px;
	font-style:normal;
	font-weight: bold;
}

p, br {
	font-size:11px;
}

#content p, #content li {
line-height: 18px;
margin: 0px 0px 8px 0px;
}

#listeintext ul {
	list-style-position:inside;
	list-style-type:square;
	font-size:11px;
	padding:0px 0px 0px 16px;
	margin:0;
	text-indent:-13px;
	float:none;
	/*display:inline-block;Hack für IE*/
display:block;

}
#listeintext li {
margin:0;
padding:0;


}
.textklein{
font-size:8px;
line-height:70%;
}

.termineUeber{
font-size:11px;
}

.floatklein{
float:left;
margin-top:5px;
margin-left:0px; 
margin-right:10px; 
border:0;
}

.floatgross{
float:left;
margin-top:5px;
margin-left:0px; 
margin-right:20px; 
border:0;
}

.floatgrossRechts{
float:right;
margin-top:5px;
margin-left:20px; 
margin-right:0px; 
border:0;
}


#content a{
color: #0951b9;
text-decoration:none;
}


#content .rotHaeder{
font-size:16px;
font-weight: normal;
color:#da2903;
}