body, p, td, li, div {
	font-size: 11px;
	color: #333333;
}

body {
	background-color:#e0d5c5;
	margin: 0px;
	padding: 0px;
}
  
h1 {
	font-size: 18px;
	font-weight: bold;
}  

h2 {
	font-size: 14px;
	color: #000000;
}

h3 {
	color: #FF9900;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

a {

	text-decoration: none;
}

a:hover {
	color: #ff1900;
	text-decoration: none;
}

input, select, textarea {
	font-family:Verdana, Arial, Helvetica;
	font-size: 11px;
	margin: 2px;
	padding: 0px;
	border: 1px solid #363636;
}

#container {
	width:1000px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica;
	margin: 0px;
	background-color: #8a8275;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

/*HEADER ELEMENTS*/
#header {
	background-color: #FF9900;
}

#header h1, #header h2
{
	color: #FFFFFF;
	margin-top: 5px;
	margin-right: 300px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-weight: bold;
	vertical-align: middle;
	display: block;
}

/*HEADER IMAGES*/
#line2 {
	background-color: #FFFFFF;
	display: block;
}

#line2 img {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}

/*MENU*/

#menuline {
	display: block;
	height: 100%;
	margin-right: 0px;
}

#menu {
	list-style: none;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	width: 100%;
	float: right;
/*   width:30em; */
}

#menu a {
	color: #FFFFFF;
}

#menu li
{
	float: right;
	padding: 0;
	text-align: center;
	margin-top: 0;
	margin-right: 0em;
	margin-bottom: 0;
	margin-left: 0;
}

a.menu-link, .menu-active-link
{
	height: 2em;
	line-height: 2em;
	float: left;
	display: block;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 0px;
	text-decoration: none;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #FFFFFF;
}

a.menu-link:hover
{
	background-color:#FF9900;
	background-image: none;
}


 /* commented backslash hack hides rule from IE5-Mac \*/
.menu-link
{
float: none
}

#sidebar-a {
	margin: 0px;
	padding: 0px;
	width: 170px;
	vertical-align: top;
}

#sidebar-a a {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
	
#sidebar-a a:hover {
	background-color:#ff1900;
}
	
/* Sidebar menu */
#side-menu {
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0em;
	padding: 0;
	vertical-align: top;
	background-color: #FF9900;
}

#side-menu li a
{
	height: 2em;
	line-height: 2em;
	display: block;
	color:#FFFFFF;
	padding-left: 10px;
	text-decoration: none;

}

#side-menu li 
{
	height: 2em;
	line-height: 2em;
	display: block;
	color:#000000;
	margin: 0px;
}

#side-menu a.sidemenu_aktual {
	height: 2em;
	line-height: 2em;
	display: block;
	color:#000000;
	padding-left: 10px;
	text-decoration: none;
	background-color: #FFFFFF;
	}
	
#side-menu a.sidemenu_aktual:hover {
	height: 2em;
	line-height: 2em;
	display: block;
	color:#000000;
	padding-left: 10px;
	text-decoration: none;
	background-color: #FFFFFF;
}

#content {
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 100px;
	padding-bottom: 15px;
	padding-left: 15px;
}

#content h1 {
	font-size: 14px;
	color: #000000;
}

#content a {
	color: #ff1900;
	text-decoration: none;
}

#content strong {
	color: #000000;
	font-weight: bold;
}

#content_index {
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

#content_index .newsdiv {
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e0d5c5;
}

#content_index h1 {
	font-size: 14px;
	color: #000000;
}

#content_index a {
	color: #ff1900;
	text-decoration: none;
}

#content_index strong {
	color: #000000;
	font-weight: bold;
}

#sidebar-b {
	padding: 10px;
	width: 150px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#sidebar-b h1 {
	color: #FF9900;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#sidebar-b p {
	margin: 5px 0px;
	color: #FFFFFF;
}

#footer {
	clear: both;
	padding: 5px;
	margin-top: 0px;
	background-color: #FF9900;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}


