a{}
a:link, a:visited {color:#000000; text-decoration:underline;}
a:hover, a:active {color:#FDCA00; text-decoration:none;}

/* Navigation oben */
#navi_oben{
	background-image: url(../images/header_orange.gif);
	height: 46px;
	width: 975px;
	padding: 0 0 0 5px;
	padding-top: 5px;
	margin: 0px;
	list-style: none;
	float: left;
}

* html #navi_oben {
width: 980px;
height: 51px;
}

#container{
background-image: url(../images/back_orange.jpg);
background-color: #F29300;
min-height:319px;
float: left;
}

* html #container {
height: 319px;
}

h1 {
	color: #FFFFFF;
	background-color: #F29300;
	font-size:12px;
	line-height: 18px;
	padding-left: 5px;
	border-bottom: 1px solid #000000;
	margin-bottom: 3px;
}

#navi_links{
height:309px;
width:130px;
float: left;
padding-left: 5px;
padding-top: 10px;
}

* html #navi_links {
width: 135px;
height:319px;
}


#content {
width:633px;
min-height:299px;
	float: left;
	padding-left: 20px;
padding-top: 20px;
}

* html #content {
width:653px;
height:319px;
}


