@charset "utf-8";
/* CSS Document */

body, html {
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow: auto;
}

body {
	background-image: url(/fileadmin/templates/2008/images/back.jpg);
	background-repeat: repeat-x;
	color: #000;
	font-size: 100.01%;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	max-height: 100%;
}

#frame {
	overflow: hidden;
	height: 100%;
}

#navi_fame, #header {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	overflow: hidden;
}

#header {
	left: 0px;
	right: 0;
	width: auto;
	height: 84px;
	overflow: hidden;
	background-image: url(/fileadmin/templates/2008/images/header_back.jpg);
	background-repeat: repeat-x;
}
#header_pic { float:left }
#header_logo { float:right }

#navi_frame {
	left: 0px;
	right: 0;
	width: 150px;
	overflow: hidden;
	background-image: url(/fileadmin/templates/2008/images/navi_back.jpg);
	background-repeat: repeat-x;
	margin-bottom: -32767px;
	padding-bottom: 32767px;
	background-position: 0px 84px;
}
#navi {
	margin-top: 126px;
}
#navi ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#navi li {
	list-style-type: none;
	padding: 0px;
	font-size: 0.8em;
	margin: 0px;
	list-style-position: outside;
	list-style-image: none;
}
#navi a {
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 0px;
	width: 150px;
}
#navi a:hover, #navi a:active {
	color: #FFF;
	text-decoration: none;
	background-color: #a0afce;
}
.navi_no a {
	color: #FFF;
}
.navi_act a {
	background-color: #FFF;
	color: #a0afce;
}
#navi_logo {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}
#searchbox {
	width: 106px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}
#searchbox input {
	font-size: 0.7em;
	padding: 1px;
	background-color: #FFF;
	border: 1px solid #999999;
	color: #000;
	margin: 0px;
	width: 106px;
	height: 1.5em;
}
#searchbox label {
	font-size: xx-small;
}

#content_frame {
	position: absolute;
	left: 150px;
	top: 84px;
	right: 0;
	bottom: 0;
	overflow: auto;
}
#content {
	font-size: 0.9em;
	background-color: #FFF;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 1px solid #90b2c9;
	height: auto;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#header2 {
	height: 90px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #90b2c9;
	border-bottom-color: #90b2c9;
	border-left-color: #90b2c9;
	margin-top: 41px;
}
#footer_frame {
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 10px;
}
.footer {
	font-size: 10px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}
.footer_left {
	text-align: right;
	float: left;
	margin-right: 10px;
}
.footer_right {
	text-align: left;
}
