body{
	background: #ffffff url(img/bg.png) repeat-y;
}

/* href */
a {
	border-bottom: 0;
	color: #B6BDD2;
	text-decoration: underline;
}
a:hover {
	color: #0A246A;
}

/* -------------------------------------- header -------------------------------------- */
body h1#header {
	width: auto;
	height: 49px;
	padding: 20px 0 0 150px;
	margin: 0;
	border-bottom: 1px solid black;
	background: url(img/logo.png) no-repeat 257px 2px;
}
body div#header_img {
	height: 95px;
	border-top: 1px solid white;
	border-bottom: 1px solid #808080;
	background-color: #3a80b9;
}

/* ------------------------------------ navigation ------------------------------------ */
body ul#navigation{
	width: 247px;
	padding: 5px 0 0 0;
	border-right: 0;
	border-bottom: 1px solid #e0e0e0;
	background-color: #eef3f5;
	list-style: none;
}
body ul#navigation li {
	margin-bottom: 0;
	padding-top: 2px;
	background: url(img/navi_top.png) repeat-x;
}
body ul#navigation li a {
	padding: 5px 10px 5px 30px;
	text-decoration: none;
	color: black;
	background: url(img/menu.png) no-repeat 10px center;
}

/* all submenus */
body ul#navigation li ul{
	margin: 0;
	list-style: none;
}
body ul#navigation li ul li a {
	padding-left: 55px;
	background: url(img/menu-1.png) no-repeat 35px center;
}

/* special layout for selected element */
body ul#navigation li.selected a{
	font-weight: normal;
	color: black;
	background-color: white;
}
body ul#navigation li.selected ul li a{
	color: black;
	background-color: transparent;
}

/* hover */
body ul#navigation li.selected a:hover,
body ul#navigation li.selected ul li a:hover,
body ul#navigation li a:hover {
	color: black;
	background-color: white;
}

/* ----------------------------------- contentframe ----------------------------------- */
body div#contentframe {
	max-width: 950px;
	margin: 20px 20px 0 267px;
	padding-bottom: 40px;
	line-height: 1.6em;
}

body div#contentframe h2 {
	margin-bottom: 10px;
	padding-left: 5px;
	border-left: 10px solid #006482;
}

/* -------------------------------------- footer -------------------------------------- */
body div#footer{
	position: fixed;
	right: 0px;
	bottom: 0px;
	left: 0px;
	height: 30px;
	margin: 0;
	padding: 10px;
	color: white;
	background: url(img/footer_bg.png) repeat-x;
}
body div#footer div.left {
	float: left;
	text-align: left;
}
body div#footer div.right {
	text-align: right;
}