#main
{
	width: 750px;
	text-align: left;
	margin: 0px auto; /* bewirkt dass auch in safari das div zentriert wird (cf body text-align:center) */
	margin-top: 20px; /*	background-color: #BAC8E6;*/
}

#panel_top
{
	top: 50px;
	height: 5px;
	width: 750px;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
	padding: 5px 0px 0px 0px;
}

#panel_middle
{
	float: left;
	visibility: visible;
	width: 750px;
background-color:#0770FB;
}

/* spalte 1 innerhalb v middle, navigation*/
#panel_nav {
	float:left;
	width: 125px;
	overflow:visible;
	min-height:300px;
	padding:25px 0px 2px 10px;
	line-height: 20px;
	background-color:#0770FB;

}




#panel_nav li{
}

#panel_nav ul {
 	margin: 0;
	padding: 0;
	list-style-type: none;
font-weight:bold;

}


#panel_nav a
{
	color: white;
	display: block;
	width: 120px;
}


#panel_nav a:hover
{
	background-color: #EEEEEE;
	color: #F47330;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}



#inhalt
{
	/*padding-left:50px;*/
	padding: 20px;
	margin: 0px 0px 0px 0px;
	overflow: visible;
	float: left; /*min-height:300px;*/
	width: 573px;
	min-height: 500px;
	background-color: #EEEEEE;
	border-left: 0px solid #0770FB;
	border-right: 2px solid #0770FB;
list-style-image:url(pics/pfeil.gif);
}



#panel_footer
{
	/*background:url(layout/bottomround.gif) bottom left no-repeat;*/
	background-image: url(pics/footer.gif);
	background-repeat: no-repeat;
	float: left;
	overflow: visible;
	text-align: center;
	width: 750px;
	height: 50px;
	padding: 15px 0px 0px 0px;
}



a
{
	text-decoration: none;
}
a:link
{
	color: #F47330;
}
a:visited
{
	color: #F47330;
}
a:hover
{
	color: #F47330;
	text-decoration: underline;
}
body
{
	text-align: center;
	font-family: verdana, helvetica, Arial,sans-serif;
	font-size: 0.8em;
}

p
{
	font-family: verdana, helvetica, arial, sans-serif; /*font-size: 0.9em;*/
	color: black;
}

H1
{
	font-family: verdana, helvetica, Arial,sans-serif;
	font-size: 1.9em;
	font-weight: bold;
	text-align: left;
        color: #0770FB;
	padding-bottom:40px;
}


H2
{
	font-family: verdana, helvetica, Arial,sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	/*color: #F47330;*/
        color: #0770FB;
	text-align: left;
}

H3
{
	font-family: verdana, helvetica, Arial,sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #F47330;
	margin-bottom: 0cm;
	padding-bottom:20px;
}
H4
{
	font-family: verdana, helvetica, Arial,sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #F47330;
	margin-bottom: 0cm;
	margin-top: 0cm;
}


.textfooter
{
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 0.8em;
}

.date
{
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 0.7em;
}



/*Formular*/
form p
{
	width: 500px;
	clear: both;
}

form p label
{
	display: inline;
	float: left;
	width: 100px;
}

form p input, form p textarea, form p select
{
	margin: 0;
}

input, select, textarea, file
{
	background-color: #FEF1DB;
}


