body {
	background-color: #ddeef6;
}

/* links */
a {
	border-bottom: 0;
	color: black;
	text-decoration: underline;
}
a:hover {
	color: #ed3e3b;
}

/* -------------------------------------- header -------------------------------------- */
body h1#header {
	width: 100%;
	min-width: 900px;
	height: 109px;
	padding: 0;
	margin: 0;
	border-bottom: 0;
	background: url(img/corner.jpg) no-repeat right top;
	background-color: #ddeef6;
}
body h1#header img {
	margin: 11px 0 0 50px;
}

/* head navi */
body ul#head_navi {
	position: absolute;
	z-index: 10;
	top: 102px;
	right:155px;
	list-style: none;
}
body ul#head_navi li {
	float: left;
	width: 66px;
	height: 14px;
	padding: 1px 10px;
	background-color: #0072bb;
}
body ul#head_navi li a {
	text-decoration: none;
	color: white;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.1em;
}
body ul#head_navi li a:hover {
	color: #ed3e3b;
}

/* ------------------------------------ navigation ------------------------------------ */
body ul#navigation{
	position: absolute;
	width: 143px;
	margin-top: 59px;
	padding: 0 5px 0 33px;
	border: 0;
	list-style: none;
	z-index: 10;
	background-color: #ddeef6;
}
body ul#navigation li {
	margin-bottom: 5px;
}
body ul#navigation li a{
	padding: 0;
	color: #0072bb;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.1em;
}
body ul#navigation li ul li a{
	font-size: 1em;
	font-weight: normal;
	letter-spacing: 0;
}

/* all submenus */
body ul#navigation li ul{
	margin-left: 20px;
	list-style: none;
}

/* special layout for selected element */
body ul#navigation li.selected a{
	color: #ed3e3b;
}
body ul#navigation li.selected ul li a{
	color: #0072bb;
}

/* hover */
body ul#navigation li.selected a:hover,
body ul#navigation li.selected ul li a:hover,
body ul#navigation li a:hover {
	color: #ed3e3b;
}

/* home button */
body ul#navigation li#navi_0-0 {
	display: none;
}

/* ----------------------------------- contentframe ----------------------------------- */
body div#contentframe {
	min-width: 484px;
	position: absolute;
	top: 109px;
	right: 155px;
	bottom: 0px;
	left: 181px;
	margin: 0;
	padding: 60px 35px 25px 45px;
	border: 2px solid #0072bb;
	border-bottom: 0;
	background-color: white;
	overflow: auto;
}

body div#contentframe h2 {
	margin-bottom: 15px;
	color: #ec3f3b;
	font-size: 1.8em;
}

/*
body div#contentframe div ul {
	list-style: none;
}
body div#contentframe div ul li {
	background: url(img/logo2.png) no-repeat;
}
*/

/* -------------------------------------- footer -------------------------------------- */
body div#footer{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 181px;
	margin: 0;
	padding-bottom: 10px;
	font-size: 0.9em;
	text-align: left;
	color: #0072bb;
}
body div#footer img {
	margin: 0 0 50px 20px;
}

/* footer navi */
body div#footer ul {
	margin: 0 0 20px 32px;
	list-style: none;
}
body div#footer ul li a {
	color: #0072bb;
	text-decoration: none;
}
body div#footer ul li a:hover {
	color: #ed3e3b;
}

/* copyright */
body div#footer p {
	margin-left: 32px;
	font-weight: bold;
}

/* ------------------------------------- classen ------------------------------------ */

.important {
	border: 1px solid red;
}