/*allgemein*/

/*farben
#grundfarbe #EFECCA 
A7A37E dunkel beige
E6E2AF hell beige
046380 blau
002F2F dunkel blau
*/
body {	
	font-family:Arial, Helvetica, sans-serif;	
	font-size:0.9em;
	background-color:#046380;
}

a {
	text-decoration:none;
	color:#000000;
}

#content a:link { font-weight:bold; color:#002F2F; text-decoration:none; }
#content  a:visited { font-weight:bold; color:#002F2F; text-decoration:none; }
#content  a:focus { font-weight:bold; color:#002F2F; text-decoration:underline; }
#content  a:hover { font-weight:bold; color:#002F2F; text-decoration:none; }
#content  a:active { font-weight:bold; color:#002F2F; text-decoration:underline; }


a.offline {
	text-decoration:line-through;
}

/*container*/

#center_container {
	width:930px;
	margin:0 auto;
	background-color:#A7A37E;
	border:1px solid #000;
}

#header {
	width:930px;
	height:150px;
	background-image:url(img/header.jpg);
}

#pathway {
	height:20px;
}

#left {
	background-color:#A7A37E;
	width:200px;
	float:left;
}

#right {
	background-color:#EFECCA;
	width:709px;
	float:right;
	padding:10px 10px;
	min-height:600px;
}

/* menu */

#left ul {
	list-style:none;
	margin:0;
	padding:0;
	text-indent:15px;
	line-height:1.5em;
}

#left ul li {
	background-color:#A7A37E;
}

#left ul ul {
	text-indent:20px;
}

#left ul ul li {
	border-bottom:1px solid #ffffff;
	background-color:#E6E2AF;
}