*
{
	padding: 0px; 
	margin: 0px; 
}

body
{
	background-color: #d2d1d3;
	font-family: Arial, Helvetica, sans-serif; 
}

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

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

a:hover 
{ 
	text-decoration: underline;
	font-weight: normal;
}

p 
{ 
	margin-bottom: 10pt; 
} 

/* Überschrift h1: blau, fett, ohne kugel, mit eingebautem Abstand nach oben und unten */
h1
{
	font-size: 10pt;
	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: 10pt;
	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: 10pt;
	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: 10pt; 
	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;
}

/* #################### GERÜST #################### */

div#hr
{
	position: absolute; left: 20px; top: 80px;
	border-bottom: 1px solid #000;
	width: 910px;
}

div#header
{
	position: absolute; left: 770px; top: 30px;
}

div#body_container
{
	position: absolute; left: 0px; top: 120px;
	background-color: #d2d1d3;
	font-family: Arial, Helvetica, sans-serif; 
	width: 950px;
	height: auto;
}

div#body_content
{
	position: absolute;	top:0px; left: 20px;
	width: 700px;
	height: 490px;
	background-color: #fff;
	padding: 15px;
	font-size: 10pt;
	line-height: 14pt;
	overflow: scroll;
	-webkit-box-shadow: inset 0px 1px 5px #666;
	-webkit-border-radius: 8px;
}

div#body_sidebar
{
	position: absolute; top:0px; left: 770px;
	width: 170px;
	height: 520px;
	text-align: center;
}

div#sidebar_menu
{
	position: absolute;
	top:0px;
	left:0px;
	text-align: left;
}

div#sidebar_kontakt
{
	position: absolute;
	bottom:0px;  
	left:0px;
	font-size: 10pt;    
	text-align: left;   
	background-color: #d2d1d3;   
}

/* #################### NAVIGATION RECHTS #################### */

ul#navigation
{
	margin-top: 0px; 
}

ul#navigation li
{
	list-style-type: none; 
	margin-bottom: 14px; 
	text-transform: uppercase; 
}

ul#navigation a
{
	text-decoration: none; 
	font-weight: bold; 
	font-size: 13pt;
}

ul#navigation a:hover
{
	background-color:#363a90;
	color: #d2d1d3;
}

/* #################### NAVIGATION OBEN #################### */

ul#navtop
{               
	padding: 0px; 
	margin: 0px; 
}

ul#navtop li
{
	display: inline;
	padding-right: 15px; 
}

ul#navtop a
{
	font-family: arial, helvetica, sans-serif; 
	font-size: 10pt; 
	text-decoration: none;
	font-weight: bold; 
}

ul#navtop a:hover
{
	-font-weight: bold;
	background-color:#363a90;
	color: #d2d1d3; 
}

