/*
orange:#ff9900
hell-orange: #fdc582
grau: #F7F7F7
*/

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

}



#panel_middle{
	float:left;
	background-color:black;
	visibility:visible;
	border-top:0px dashed #000;

}

/* spalte 1 innerhalb v middle, navigation*/ 
#panel_nav {
	text-align:left;
	float:left;
	width: 160px;
	overflow:hidden;
	position:relative;
	top:177px;
	min-height:300px;
	padding:25px 0px 2px 10px;
	line-height: 18px;
	background-color:black;
	z-index:2;
}


#panel_nav li{
	display:inline;
}

#panel_nav ul {
 	margin: 0;
	padding: 0;
	list-style-type: none;
}

#panel_nav a {
	display: block;
	color: white;
	background-color: black;
	width: 145px;
	margin: 0.5em 0;
	padding: 0px 0px 0px 2px;
	/*border-right: 1em solid #688FBA;*/
	border-right: 1em solid black;/*#2260AB;*/
	font-weight:bold;
}


#panel_nav a:hover {
	background-color: #ff9900;
	color:black;
	border-right: 13px solid #fdc582;
	text-decoration: none;
}



#panel_nav ul ul li a{
	display: block;
	border-bottom:1px solid #e67326;
	color: black;
	background-color: #E7EFF7;
	width: 165px;
	margin: 0 0;
	padding: 0px 0px 0px 2px;
        border-left: 8px solid #2260AB;
	/* border-right: em solid #688FBA;*/
	font-weight: bold;
}	

#panel_nav ul ul ul li a{
	display: block;
	border-bottom:3px solid black;
	color: #e67326;
	background-color: #2260AB;
	width: 157px;
	margin: 0.2em 0;
	padding: 0px 0px 0px 2px;
        border-left: 16px solid #2260AB;
	border-right: 1em solid #2260AB;
	font-weight: bold;
}

#panel_nav ul ul ul ul li a{
	display: block;
	border-bottom: none;
	color: #f2b302;
	background-color: #2260AB;
	width: 151px;
	margin: 0.2em 0;
	padding: 0px 0px 0px 8px;
	border-right: 1em solid #2260AB;
	font-weight: normal;
}

#inhalt{
	/*padding-left:50px;*/
	padding:20px;
	margin:0;
	overflow:visible;
	float:left;
	padding-top:188px;
	padding-left:60px;
	min-height:300px;
	width:450px;
}

/* spalte 2 innerhalb v middle, hauptinhalt*/ 
#panel_main {
	/*padding:5px 20px 0px 20px;*/
	width: 620px;
	min-height:525px;
	overflow:visible;
	float:left;
	background-color:#F7F7F7;
}

#struct_content_spacer {
    float:left;
    height:300px;
    overflow:hidden;
	width: 0px;
}

#panel_datum {
	color:white;
	/*background-color:green;*/
	float:left;
	/*height:300px;*/
	position:relative;
	overflow:visible;
	width:140px;
	top:110px;
	padding-right:35px;
	padding-left:35px;
	text-align:center;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size:1.5em;
	font-weight:bold;
	text-transform:capitalize;
	
	
}

#panel_right {
	color:white;
	/*background-color:red;*/
	float:left;
	/*height:300px;*/
	position:relative;
	overflow:visible;
	width:140px;
	top:150px;/*212px;*/
	padding-right:35px;
	padding-left:35px;

}

#panel_footer{
	/*background:url(layout/bottomround.gif) bottom left no-repeat;*/
position:relative;
	float:left;
	border-top:0px dashed #000;
	border-right:0px dotted #000;
	overflow:visible;
	text-align:center;
	width:1000px;
	height:20px;
	padding: 7px 0px 0px 0px;
	color:white;
	background-color:black;
/*	background-color:#CCCCCC;*/

}


.news
{
	/*one news*/
	vertical-align: top;
	padding-top: 15px;
	width: 450px;
	float: left;
}

.news_left
{
	/*main part of news*/
	vertical-align: top;
	/*text-align: justify;*/
	padding-right: 10px;
	float: left;
	width: 450px;
}

.news_right
{
	/* right part of news, for pic*/
	vertical-align: top;
	/*width: 152px;*/
	float: right;
	margin-left:20px;
	margin-bottom:10px;
	clear:both;
}


a {
	text-decoration: none
}
a:link {
	color: #ff9900;
}
a:visited {
	color: #ff9900;
}
a:hover {
	color:#FF9900;
	text-decoration: underline;
}
body {
    background-color:#CCCCCC;
    text-align:center;
    font-family: arial, verdana, helvetica, 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:2.5em;
	font-weight:bold;
	color:black;
	text-align:center; 
	
}


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

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


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

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

.text{
	  font-family:verdana, helvetica, arial, sans-serif;
    font-size: 0.9em;
        color:black;
}


/*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{
background-color: #E7EFF7;

}
.topmitte{
	position:absolute;
	background: url(../pics/design/top_mitte_red.gif) left top repeat; 
	left:235px;
	width:757px;
	height:153px;
	top:1px;
}

#panel_top {
/*	top:30px;
	height:110px;
	width:1000px;
	left:0px;
	vertical-align:middle;
	text-align:center;
	border-bottom:0px dashed #000;
	overflow:hidden;
	background-color:black;
	padding:5px 0px 0px 0px;*/
		float:none;
	background-color:black;
	visibility:visible;
	overflow:visible
	border-top:0px dashed #000;
	height:110px;
	width:1000px;
	left:0px;
	position:absolute;
}

#panel_logo {
	background-image: url(../pics/logo.gif);
	position:absolute;
	top:40px;
	left:80px;
	visibility:visible;
	overflow:hidden;
	width:500px;
	height:139px;
	z-index:5;
	padding:0px;
}

.topsponsoren{
	left: 580px;/*30px;*/
	width: 400px;
	height: 62px;
	top:40px;
	padding:0px;
	position:absolute;
}

.sponsor1{
	position:absolute;
	left: 20px;
	width: 160px;
	height: 62px;
	top:0px;
}

.sponsor2{
	position:absolute;
	left: 220px;
	width: 160px;
	height: 62px;
	top:0px;
}



.guestbook	{
	
	font-family: Arial,sans-serif;
	font-size: 0.8em;
	height: 20pt;
	visibility: visible;
	padding-top: 2px;
	padding-bottom: 2px;
	position: static;
	background-color: black;
	color: white;
	
	width: 150px;
}

.guestbook a {
	color: white;
	text-decoration: none;
}
.guestbook a:link {
	color: white;
	text-decoration: none;
}
.guestbook a:visited {
	color: white;
}
.guestbook a:hover {
	color: white;
	text-decoration: underline;
}
.sponsor
{
	/*one news*/
	vertical-align: top;
	padding-top: 6px;
	padding-bottom: 10px;
	padding-left:10px;
	/*width: 450px;*/
	float: left;
}

.sponsor_left
{
	/*main part of news*/
	float: left;
	overflow:visible;
	vertical-align: top;
	padding-right: 0px;
	float: left;
	width: 160px;
}

.sponsor_right
{
	/* right part of news, for pic*/
	vertical-align: top;
	float: left;
	margin-left:20px;
	margin-bottom:10px;
}

