body {
	font-family: tahoma, helvetica, arial, sans-serif;
	text-align: center;
	color: #6f6f6f;
}
  
html, body, #container, h1, #menu, #menu ul, #menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

body, th, td {
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

img { border: 0; }

#container {
	margin: 16px auto;
	text-align: left;
	position: relative;
}

h1 {
	font-size:26px;
	color:#FFFFFF;
	margin: 0px 0px 5px 0;
	padding: 0;
} 

h2 {
	font-size: 14px;
	margin: 0 0 5px 0;
	padding: 0;
}

h3 {
	font-size: 13px;
	padding: 4px 0 0 0;
}

p {
	margin: 1em 0;
	padding: 0;
}

.block {
	display: block;
}

.clear {
	clear: both;
	height: 1px;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1px;
	line-height: 1px;
}


.left {
	float: left;
	margin: 1px 12px 5px 0px;
}


/* ***** */

body {
	background: #373839;
	padding-bottom: 12px;
}

#container {
	width: 950px;
}

a {
	color: #f5f5f5;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
}

/* navigation */

#menu {
	/**position: absolute;**/
	float: left;
	right: 0;
	
}

#menu li {
	width: 11em;
	float: left;
	margin: 0px 4px 0px 0px;
	padding: 0;
	font-size: 10px;
}

#menu a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 0;
	display: block;
	text-align: center;
}

#menu a:hover {
	text-decoration: underline;
}

#menu li.a   { background: url(../images/menu_a_bg.gif) no-repeat; }
#menu li.a a { background: url(../images/menu_a_r.gif)  top right no-repeat; }
#menu li.b   { background: url(../images/menu_b_bg.gif) no-repeat; }
#menu li.b a { background: url(../images/menu_b_r.gif)  top right no-repeat; }
#menu li.c   { background: url(../images/menu_c_bg.gif) no-repeat; }
#menu li.c a { background: url(../images/menu_c_r.gif)  top right no-repeat; }
#menu li.d   { background: url(../images/menu_d_bg.gif) no-repeat; }
#menu li.d a { background: url(../images/menu_d_r.gif)  top right no-repeat; }

/* body */

#body { width: 100%; }

#body { background: #ed8601 url(../images/body_bg.gif); }
#body div { background: url(../images/body_tl.gif) top left no-repeat; }
#body div div { background: url(../images/body_tr.gif) top right no-repeat; }
#body div div div { background: url(../images/body_bl.gif) bottom left no-repeat; }
#body div div div div { background: url(../images/body_br.gif) bottom right no-repeat; }
#body .inner div { background: none; }

#body .inner {
	color: white;
	padding: 18px 20px;
}

#body h2 {
	margin-top: 3px;
	text-indent: -3px;
}

#body p {
	margin: 1em 0;
}

#body #dividerx {
	clear: both;
	/*margin: 0 1em;*/
	padding: 12px 0px 12px 0px;
	background: url(../images/divider_h.gif) 12px 12px repeat-x;
}

/* boxes */

#body  {
	color: white;
	padding: 0;
}

#left {
	float: left;
	width: 270px;
	padding: 10px 0px 0px 0px;
	color: white;
}

#left ul {
	margin: 3px 3px 3px 12px;
	padding: 1px
}


#left li {
	margin: 0px;
	padding: 0px 0px 2px 0px;
}

#mitte {
	float: left;
	width: 370px;
	padding: 10px 0px 0px 11px;
	color: white;
}

#mitte ul {
	margin: 3px 3px 3px 0px;
	padding: 1px;
}


#mitte li {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 2px 0px;
}

#mitte li a {
	color:#FFFFFF;
	text-decoration:underline;
}

#list li {
	list-style-type:square;
	margin: 2px 2px 4px 12px;
}

#right {
	float: right;
	width: 230px;
	padding: 10px 0px 0px 11px;
	color: white;
}

#right ul {
	margin: 1px 9px 3px 0px;
	padding: 1px;
}

#right li{
	list-style-type: none;
	padding: 0px 0px 2px 0px;
}

#right li a{
	color: #FFFFFF;
	text-decoration: underline;
}






/* footer */

#footer {
	margin-top: 3px;
	text-align: center;
}

#footer, #footer a {
	font-weight: normal;
	font-size: 9px;
	color: #989994;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}