*{
	margin: 0;
	padding: 0;
	font-family:  "Myriad Pro", Arial, Verdana, non-serif;
}

body {
	background: #f5f5f5 url(img/body_bg.jpg) repeat-x;
	font-size: 13px;
}
body div#page {
	width: 890px;
	margin: 0 auto;
	background: url(img/main_bg.jpg) repeat-y;
}

/* href */
a {
	border-bottom: 0;
	color: #7c8a98;
	text-decoration: none;
}
a:hover {
	color: #2e4d6c;
}


/* -------------------------------------- header -------------------------------------- */
body h1#header {
	width: 890px;
	height: 134px;
	margin: 0 auto;
	padding: 0;
	background: url(img/header.jpg) no-repeat;
	border-bottom: 0;
}
body h1#header img {
	float: right;
	margin: 60px 65px 0 0;
}
body h1#header img:hover {
	cursor: pointer;
}


/* ------------------------------------ navigation ------------------------------------ */
body ul#navigation{
	width: 185px;
	margin: 44px 0 0 0;
	padding: 0;
	border: 0;
	list-style: none;
}
body ul#navigation li {
	margin: 0 0 0 2px;
}
body ul#navigation li a{
	display: block;
	height: 30px;
	padding: 7px 0 0 26px;
	color: #576065;
	font-size: 14px;
}

/* all submenus */
body ul#navigation li ul{
	margin-left: 40px;
	list-style: none;
}
body ul#navigation li ul li {
	margin-bottom: 5px;
}
body ul#navigation li ul li a {
	height: auto;
	padding: 0 0 0 9px;
	color: #8cb207 !important;
	background: url(img/navi_submenu.png) 0px 2px no-repeat !important;
}

/* special layout for selected element */
body ul#navigation li.selected a,
body ul#navigation li.pre_selected a.level_0 {
	color: #576065;
	font-weight: bold;
	background: url(img/navi_selected.png) no-repeat;
}
body ul#navigation li.selected ul li a {
	font-weight: normal;
}

/* hover */
body ul#navigation li.selected a:hover,
body ul#navigation li.selected ul li a:hover,
body ul#navigation li a:hover {
	color: #576065;
	font-weight: bold;
}


/* ----------------------------------- contentframe ----------------------------------- */
body div#contentframe {
	min-height: 600px;
	margin: 0 2px 0 0;
	padding: 44px 183px 0 210px;
	background-position: right bottom;
	background-repeat: no-repeat;
	line-height: 1.5em;
}
body div#contentframe h2 {
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
}


/* -------------------------------------- footer -------------------------------------- */
body div#footer {
	width: 890px;
	height: 19px;
	margin: 0 auto;
	padding-top: 4px;
	background: url(img/footer.jpg) no-repeat;
}
body div#footer ul {
	list-style: none;
}
body div#footer ul li {
	float: right;
}
body div#footer a {
	display: block;
	margin-right:16px;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
}
body div#footer a:hover {
	text-decoration: underline;
}