body 
{ 
height: 100%; 
margin: 0; 
overflow-y: visible; 
padding: 0; 
background-color:#fff; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 10pt; 
} 

div#hr
{
display:none;
}

div#header
{
visibility: visible;
}

div#body_container
{
visibility: visible; background-color: transparent; layer-background-color: transparent;
}

div#body_content
{
visibility: visible; background-color: transparent; layer-background-color: transparent;
}

div#body_sidebar
{
display:none;
}



/* #################### FORMATIERUNGEN: TAGES UND KLASSEN #################### */


a 
{ 
font-family: Arial, Helvetica, sans-serif; 
font-size: 10pt; 
color: #363a90; 
text-decoration: underline; 
} 

p 
{ 
	margin-bottom: 10pt; 
} 

/* Überschrift h1: blau, fett, ohne kugel, mit eingebautem Abstand nach oben und unten */
h1
{
	font-size: 12pt;
	color: #363a90;
	line-height: 14pt; 
	margin-bottom: 15px;
	font-weight: bold;  
}

/* Überschrift h2: blau, normal, ohne kugel, mit eingebautem Abstand nach oben und unten */
h2
{
	font-size: 12pt;
	color: #363a90;
	line-height: 14pt; 
	margin-bottom: 15px;
	font-weight: normal;  
}

/* Überschrift h3: blau, normal, mit kugel, mit eingebautem Abstand nach oben und unten */
h3
{
	background-image: url("images/kugel.gif");
	background-position: 0px;
	background-repeat: no-repeat;
	padding-left: 20px;
	font-size: 12pt;
	font-weight: normal; 
	color: #363a90;
	line-height: 14pt; 
	margin-bottom: 15px; 
}

/* Überschrift h4: blau, normal, ohne kugel, OHNE eingebautem Abstand nach oben und unten */
h4 
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt; 
	font-weight: normal;
	color: #363a90; 
	text-decoration: none; 
} 

.liste 
{ 
	margin-top: 10pt; 
	margin-bottom: 10pt;
	margin-left: 30px;
	margin-right: auto;
}

.liste_klein 
{ 
	margin-top: 10pt; 
	margin-bottom: 10pt;
	margin-left: 30px;
	margin-right: auto;
	list-style-image:url(images/liste_klein.gif);
} 

.liste_kleiner 
{ 
	margin-top: 10pt; 
	margin-bottom: 10pt;
	margin-left: 45px;
	margin-right: auto;
	list-style-image:url(images/liste_klein.gif);
} 

.contact
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: normal; 
	text-transform: uppercase; 
	color: #000000; 
	text-decoration: none; 
	text-align: right;
}

.selected a
{
	background-color:#363a90;
	color: #d2d1d3;
}
