@charset "utf-8";
/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	background-color: #000;
}

#box_content{
	width:1050px;
	height:auto;
}

#box_nav{
	width:1028px;
	height:90px;
	padding-top:10px;
}

#box_text{
	width:530px;
	height:500px;
}

.navitext{
color: #FFF;
text-decoration:none;
padding-right:10px;
padding-left:12px;
border-left-color: #FFF;
border-left-style: inset;
border-width:2px;
}
.navi_aktuell{
color: #FF0;
text-decoration:none;
padding-right:10px;
padding-left:12px;
border-left-color: #FFF;
border-left-style: inset;
border-width:2px;
}

.navi_aktuell_blau{
color:#0099FF;
text-decoration:none;
padding-right:10px;
padding-left:12px;
border-left-color: #FFF;
border-left-style: inset;
border-width:2px;
}

.text{
	color:#FFF;
}
.link{
	color:#0099FF;
	text-decoration:underline;
}
.link:hover{
	color: #FF0;
	text-decoration: none;
}
.link_ohne{
	color:#0099FF;
	text-decoration: none;
}
.link_ohne:hover{
	color: #FF0;
	text-decoration: none;
}
