/*
orange: #F47330 #f46430 #f45730
*/
#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;
}

#panel_navtop
{
float: left;
width: 150px;
overflow: visible;
	height: 10px;
	padding: 20px 10px 2px 0px;
	line-height: 22px;
        background-image: url(../pics/index.gif);
background-repeat: no-repeat;
}
/* spalte 1 innerhalb v middle, navigation*/
#panel_nav
{
	float: left;
	width: 150px;
	overflow: visible;
	min-height: 250px;
	padding: 2px 0px 2px 10px;
	line-height: 22px;
	/*background-image: url(../pics/line.gif);
	background-repeat: repeat-y;*/
	background-color:#f45730;
	border-color:grey;
	border-left:1px solid;
	border-right:1px solid;
	margin-right:10px;

}


#panel_nav li
{
	display: inline;
}

#panel_nav ul
{
	font-size: 1.1em;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

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


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



#inhalt
{
	/*padding-left:50px;*/
	padding: 20px;
	margin: 0px 0px 10px 0px;
	overflow: visible;
	float: left; /*min-height:300px;*/
	width: 500px;
	min-height: 500px;
	background-color: #EEEEEE;
	border-left: 2px solid #f45730;
	border-right: 2px solid #f45730;
}



#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;
}

.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: 500px;
}

.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: #f45730;
}
a:visited
{
	color: #f45730;
}
a:hover
{
	color: #f45730;
	text-decoration: underline;
}
body
{
	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;
	text-align: center;
}


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

H3
{
	font-family: verdana, helvetica, Arial,sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #f45730;
	margin-bottom: 0cm;
}
H4
{
	font-family: verdana, helvetica, Arial,sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #f45730;
	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;
}

#angeproz
{
	background: red;
	overflow: hidden;
	height: 1em;
	float: left;
}
#freiproz
{
	background: green;
	overflow: hidden;
	height: 1em;
}


.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: 200px;
}

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


