@charset "utf-8";
body  {
	font-family:"MS Trebuchet", Helvetica, sans-serif;
	font-size:14px;
	background: #101415;
	margin: 0;
	padding: 0;
	color: #000000;
}
h1 {
	color:#6d1700;
}
h2 {
	color:#000;
}

ul li {
	list-style:square;
	margin-top: 3px;
}
#container { 
	width: 900px;
	background: #FFFFFF;
	margin: 0 auto;
} 
#header { 
	background: #DDDDDD;
	width: 900px;
	height: 316px;
}
#header .headerBackground {
	width:900px;
	height:270px;
	background:url(header.jpg) no-repeat left top;
} 
#header h1 {
	margin: 0;
	padding: 200px 40px 0 0;
	color:#FFFFFF;
	text-align:right;
	font-size:30px;
}
#sidebar1 {
	float: right;
	width: 200px;
	background: #ffffff;
	margin:20px 40px 20px 0;
}
#mainContent a {
	color:#6d1700;
	font-weight: bold;
        text-decoration:none;
        border-bottom: 1px #6d1700 dotted;
        line-height: 1.8em;
}

#mainContent a:hover {
	color:#e59839;
	font-weight: bold;
	text-decoration:none;
	border-bottom: 1px #e59839 dotted;
}

#sidebar1 a {
	color:#6d1700;
	font-weight: bold;
        text-decoration:none;
}

#sidebar1 a:hover {
	color:#e59839;
	font-weight: bold;
	text-decoration:none;
}

#mainContent {
	margin: 20px 280px 20px 40px;
	min-height: 700px;
} 

#footer { 
	height:40px;
	background:url(footer_bg.jpg) repeat-x left top;
}

#footer p {
	padding-top:15px;
	margin:0;
	text-align:center;
} 
.footerLink  {
	color:#6d1700;
	text-decoration:none;
}
.footerLink:hover  {
	color:#6d1700;
	text-decoration:underline;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#navcontainer {
	margin:auto 0;
	width:900px;
	text-align:center;
}
#navcontainer ul {
	padding: 0;
	margin: auto 0;
	background: url(menu_bg.gif) repeat-x left top;
	float: left;
	width: 100%;
}
#navcontainer ul li {
	display: inline;
}
#navcontainer ul li a {
	color: #e59839;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	font-size:18px;
	padding:11px 30px;
}
#navcontainer ul li a:hover {
	background: url(menu_bg_active.gif) repeat-x left top;
	color: #6d1700;
}
#navcontainer ul li #current {
	background: url(menu_bg_active.gif) repeat-x left top;
	color: #000;
}

.t {background: #ffffff url(../images/dot.gif) 0 0 repeat-x;}
.b {background:url(../images/dot.gif) 0 100% repeat-x}
.l {background:url(../images/dot.gif) 0 0 repeat-y}
.r {background:url(../images/dot.gif) 100% 0 repeat-y}
.bl {background:url(../images/bl.gif) 0 100% no-repeat}
.br {background:url(../images/br.gif) 100% 100% no-repeat}
.tl {background:url(../images/tl.gif) 0 0 no-repeat}
.tr {background:url(../images/tr.gif) 100% 0 no-repeat; padding:1px 20px}

.n_t {background: #eeeeee url(../images/n_dot.gif) 0 0 repeat-x;}
.n_b {background:url(../images/n_dot.gif) 0 100% repeat-x}
.n_l {background:url(../images/n_dot.gif) 0 0 repeat-y}
.n_r {background:url(../images/n_dot.gif) 100% 0 repeat-y}
.n_bl {background:url(../images/n_bl.gif) 0 100% no-repeat}
.n_br {background:url(../images/n_br.gif) 100% 100% no-repeat}
.n_tl {background:url(../images/n_tl.gif) 0 0 no-repeat}
.n_tr {background:url(../images/n_tr.gif) 100% 0 no-repeat; padding:1px 20px}

.form {
			height:15px;
			width:240px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #000000;
			margin: 3px 0 5px 0;
			padding: 0 2px;
			background-color: #EEEEEE;
}
.formtext {
			height:110px;
			width:240px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #000000;
			margin: 3px 0 5px 0;
			padding: 0 2px;
			background-color: #EEEEEE;
}
.ergebnis {
			height:15px;
			width:138px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #000000;
			margin: 3px 0 5px 0;
			padding: 0 5px;
			background-color: #EEEEEE;
}
