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

html {
	overflow-y: scroll;
}

body {
	padding: 0; 
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #013974;
}

a {
	color: #013974;
}

#news_eintraege {
	border: 0px;
	border-collapse: collapse;
}

#news_eintraege a:link, #news_eintraege a, #news_eintraege a:hover {
	color: #fdb409;
	text-decoration: none;
}

#news_eintraege a:hover {
	text-decoration: none;
}

#news_eintraege_ueberschrift {
	padding-left:53px;
	font-size: 9px;
}

#news_eintraege_titel {
	padding-left:53px;
	font-weight: bold;
	font-size: 11px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-top: 0px;
}

#news_eintraege_news {
	padding-left:53px;
	font-size: 10px;
}

#main {
	position: relative;
	width: 1000px;
	margin: 10px auto;
	background-color: #ececec;
}

#banner {
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	height: 100px;
	border-bottom: 5px solid #fdb913;
	clear: both;
}

#menu {
	width: 180px;
	float: left;
	background-image: url(images/menu_top.gif);
	background-repeat: repeat-x;
	background-color: #ececec;
}

#menu  h1{
	display: block;
	font-size: 15px;
	border-bottom: 5px solid #fdb913;
	padding-left: 0px;
	color: #013974;
}

#news h1{
	display: block;
	font-size: 15px;
	border-bottom: 5px solid #fdb913;
	padding-left: 0px;
	margin-left: 53px;
	color: #013974;
	margin-bottom: 3px;
	padding-top: 4px;
}

#menu  ul {
	display: block;
	margin-left: 0px;
	font-size: 13px;
	padding-left: 0px;
	color: #013974;
	list-style-type: none;
	font-weight: bold;
}

#menu  ul li a {
	text-decoration: none;
}

#menu  a.active {
	color: #808080;
}

#menu  ul li ul li a{
	color: #FDB409;
	padding-left: 5px;
}

#content {
	position: relative;
	margin-left: 180px;
    height: 650px;
	background-color: #ffffff;
}

#news {
	position: relative;
	width: 232px;
	float: right;
	background-color: #ffffff;
	color: #9f9f9f;
}

#text {
	position: relative;
	margin-right: 232px;
	height: 650px;
	background-color: #FFFFFF;
	padding: 12px 10px 12px 10px;
}

