@charset "UTF-8";

body {
	margin:0;
	padding:0;
	font-family:"Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	background:url(../gfx/bg.gif);
}
#main {
	width:900px;
	margin:0 auto;
	background:#fff;
	padding-bottom:40px;
}
#header {
	width:100%;
	height:160px;
	color:#fff;
	background:#032b8d url(../gfx/header.jpg) left 46px no-repeat;
	margin-bottom:22px;
}
#navigation {
	width:155px;
	float:left;
	padding:0 20px;
}
#content {
	width:683px;
	float:left;
	border:1px solid #032b8d;
}
.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0;
	padding:0;
}

/* Navigation Mainmenu */
#navigation ul {
	display:block;
	width:155px;
	border-top:1px solid #032b8d;
	margin:0;
	padding:0;
	list-style:none;
}
#navigation ul li {
	margin:0;
	padding:5px 0;
	border-bottom:1px solid #032b8d;
}
#navigation ul li a {
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#032b8d;
}
#navigation ul li a.select {
	color:#6e95d4;
}

#navigation ul ul {
	border-top:none;
}
#navigation ul ul li {
	border-bottom:0;
	padding:0;
}
#navigation ul ul li a {
	font-size:10px;
	font-weight:normal;
}
#navigation ul ul li a.select {
	color:#6e95d4;
}

/* Navigation Topmenu */
#header ul {
	margin:25px 0 0;
	padding:0;
	display:block;
	width:260px;
	height:112px;
	float:right;
}
#header ul li {
	width:auto;
	float:left;
	margin-right:20px;
	padding-left:15px;
	list-style:none;
	background:url(../gfx/viereck.gif) left 4px no-repeat;
}
#header ul li a:link, #header ul li a:active, #header ul li a:visited {
	color:#fff;
	text-decoration:none;
}
#header ul li a:hover, #header ul li a:focus, #header ul li a.select {
	text-decoration:underline;
}

/* Header */
#header h1 {
	width:400px;
	height:114px;
	float:left;
	margin:23px 0 0 21px;
	padding:0;
	font-size:15px;
	font-weight:normal;
}
#header p {
	clear:both;
	width:888px;
	height:11px;
	padding:5px;
	text-align:right;
}
#header p q {
}
#header p cite {
}

/* Content */
#content h1.title {
	width:648px;
	height:16px;
	margin:0;
	background:#032b8d;
	color:#fff;
	font-size:13px;
	font-weight:normal;
	padding:6px 0 6px 35px;
}
#inner {
	width:643px;
	padding:20px;
}
#inner a {
	color:#032b8d;
	text-decoration:underline;
}
