* 
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

body
{
	margin: 8px;
	background-color: #FFFFFF;
	padding: 0px;
	text-align: center;
}
table 
{
	font-size: 0.9em;
}

.namen {
	font-size: 16px;
	color: #FF3300;
}
img 
{
	border: none;
}

/* ---------- Header ---------------------------------------- */
/* zentriert mit margin: auto */

.header
{
	margin: 0 auto;
	width: 1000px;
}

/* ---------- Container fuer den Mittelteil ------------------------------ */
/* zentriert mit margin: auto */

#container 
{
	margin: 0 auto;
	width: 813px;
	text-align: left;
}


/* ---------- Hauptnavigation ----------------------------------------*/

.navigation{
	position: relative;
	padding: 0 0 0 0px;
	margin: 0 auto 0 auto;
	background: url("menu_bg.png") repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.navigation li
{
	float:left;
}

.navigation li a
{
	float: left;
	display: block;
	color:#888;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 18px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 60px;
	text-align: center;
	cursor: pointer;	
}

.navigation li a b
{
	float: left;
	display: block;
	padding: 0 30px 0 8px; /*Padding of menu items*/
}

.navigation li.current a, .navigation li a:hover
{
	color: #686868;
	background: url("menu_hover_li.png") no-repeat; /*left tab image path*/
	background-position: left;
}

.navigation li.current a b, .navigation li a:hover b
{
	color: #686868;
	background: url("menu_hover_re.png") no-repeat right top; /*right tab image path*/
}


/* ---------- Untermenue ----------------------------------------*/

.submenu
{
	float: left;
	width: 180px; /*width of menu*/
	padding-top: 0px;
}

.submenu .headerbar
{
	font: bold 14px Arial;
	color: white;
	background: url("navbar_full.png") no-repeat top left;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.submenu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.submenu ul li
{
	padding-bottom: 0px; /*bottom spacing between menu items*/
}

.submenu ul li a
{
	color: #464748;
	background: url("arrowbullet.png") no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 90%;
}

.submenu ul li a:visited
{
	color: #464748;
}

.submenu ul li a:hover
{	 /*hover state CSS*/
	color: #063367;
	background-color: #e2f2ff;
	text-align: right;
}




/* ---------- Container fuer Inhalt ----------------------------------------*/

#content 
{
	width: 813px;
}

#content h1 
{
	color: #666666;
	font-size: 1.5em;
}

/* ---------- runde Ecken ---------------------------------------- */

.ro 
{
	background: url("ro.png") top right no-repeat;
}

.lo 
{
	background: url("lo.png") top left no-repeat;
}

.ru 
{
	background: url("ru.png") bottom right no-repeat;
}

.lu 
{
	background: url("lu.png") bottom left no-repeat;
}

.inhalt 
{
	margin: 0;
	padding: 1em 2.5em 3.5em 2.5em;
}

.inhalt p
{

}

.inhalt h2 
{
	border-bottom: 1px #CCC solid;
	margin-bottom: 20px;
	margin-right: 20px;
}

.inhalt h2 , h3 , h4
{
	color: #063367;
	margin-top: 16px;
	padding-left: 50px;
}

.inhalt h3 
{
	margin-bottom: 10px;
}

.inhalt p
{
	text-indent: 1.2em;
	font-size: 0.9em;
}

/* ---------- Fussteil ---------------------------------------- */

#footer 
{
	clear: both;
	text-align: center;
	border-top: 1px #CCC solid;
	margin: 0 auto;
	width: 1000px;
}

#footer p
{
	color: #000000;
	font-size: 12px;
}
