/* Start of CMSMS style sheet 'fasanenbrot' */
/* Global styles */
html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	color: #251305;
	background: #fbeeda url('images/bg-logo.png') repeat fixed;
	font-size: 10pt;
}

h1, h2, h3 {
	/* Georgia is the only serif font we want to be used */
	font-family: Georgia,Verdana,Tahoma,Arial,Helvetica,sans-serif;
	padding: 0;
	margin: 1em 10px 0.5em 10px;
}
body, h4, h5, h6, h7 {
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
}

h2 {
	font-size: 18pt;
	font-weight: bold;
	font-style: normal;
}
h3 {
	font-size: 14pt;
	font-weight: bold;
	font-style: normal;
}
h4 {
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
}
h5 {
	font-size: 11pt;
	font-weight: normal;
	font-style: normal;
}
h6 {
	font-size: 10pt;
	font-weight: normal;
	font-style: italic;
}
h7 {
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
}

a img {
	border: 0 none;
}

.push {
	clear: both;
}
.rightpic {
	float: right;
	clear: right;
	margin: 3px 0 3px 5px;
}
.leftpic {
	float: left;
	clear: left;
	margin: 3px 5px 3px 0;
}
.center {
	clear: both;
	text-align: center;
}
.right_block {
	clear: both;
	text-align: right;
	width: 400px;
	margin-left: 150px;
}

/* Boxes layout */
#main {
	width: 995px;
	position: absolute;
}
#frame {
	width: 995px;
	height: 185px;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff7de;
}
#frameBG-center-l {
	position: absolute;
	top: 0;
	left: 0;
	width: 165px;
	height: 746px;
	background: url('images/frame-bg_center-l.jpg') no-repeat left top;
}
#frameBG-center-t {
	position: absolute;
	top: 0;
	left: 165px;
	width: 830px;
	height: 138px;
	background: url('images/frame-bg_center-t.jpg') no-repeat left top;
}
#frameBG-center-r {
	position: absolute;
	top: 138px;
	left: 964px;
	width: 31px;
	height: 577px;
	background: url('images/frame-bg_center-r.jpg') no-repeat left top;
}
#frameBG-center-b {
	position: absolute;
	top: 715px;
	left: 165px;
	width: 830px;
	height: 31px;
	background: url('images/frame-bg_center-b.jpg') no-repeat left top;
}
#frameBG-left {
	position: absolute;
	top: 0;
	left: -10px;
	width: 10px;
	height: 746px;
	background: url('images/frame-bg_left.png') no-repeat left top;
}
#frameBG-right {
	position: absolute;
	top: 0;
	left: 995px;
	width: 12px;
	height: 746px;
	background: url('images/frame-bg_right.png') no-repeat left top;
}
#frameBG-bottom {
	position: absolute;
	top: 746px;
	left: -10px;
	width: 1017px;
	height: 12px;
	background: url('images/frame-bg_bottom.png') no-repeat 3px top;
}
#frame-bottomlayer {
	position: absolute;
	top: 746px;
	left: 0px;
	width: 995px;
	height: 2000px;
	background: #fbeeda url('images/bg-logo.png') repeat left -26px; /* value also in tools.js !! */
}
#menubar {
	width: 156px;
	position: absolute;
	top: 0;
	left: 0;
}
#logo {
	display: block;
	height: 138px;
	margin-top: 10px;
}
#menubar #logo {
	background: transparent none;
}
#bottommenu {
	width: 156px;
	position: absolute;
	top: 550px;
	left: 0;
}
#header {
	width: 839px;
	height: 135px;
	position: absolute;
	top: 0;
	left: 156px;
}
#header h1, #header h2 {
	display: none;
}
#title {
	width: 745px;
	position: absolute;
	top: 120px;
	left: 250px;
}
#contentbox {
	width: 799px;
	height: auto !important;
	height: 530px;
	min-height: 530px;
	position: absolute;
	top: 185px;
	left: 165px;
	padding-top: 10px;
	padding-bottom: 2000px;
	background-color: rgb(255,247,222);
}
.content {
	padding: 0 10px;
/*	width: 779px; doesn't help IE7*/
}

/* Menu */
#logo {
	margin-bottom: 39px;
}
#menubar ul a, #menubar h3 {
	display: block;
	font-size: 11pt;
	font-family: Arial,Tahoma,Helvetica,sans-serif;
	font-style: normal;
	text-decoration: none;
	margin: 0;
	line-height: 19pt;
	height: 19pt;
	padding-left: 5px;
}
#menubar span {
	color: white;
}
#menubar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #d7d7d7;
	font-weight: bold;
}
#menubar li {
	padding: 0 0 0 10px;
	margin: 15px 0 0 10px;
	background: url('images/menuitem_bg.png');
}
#menubar li:hover, #menubar li:focus, #menubar .currentpage, #menubar .menuactive  {
	background-color: #6c4609; /* #7f653e */
	background-image: none;
}

#bottommenu ul a, #bottommenu ul h3 {
	display: block;
	font-size: 13pt;
	font-family: Arial,Tahoma,Helvetica,sans-serif;
	font-style: normal;
	text-decoration: none;
	margin: 0;
	line-height: 16pt;
	height: 16pt;
	padding-left: 5px;
}

#bottommenu span {
	color: #6c4609;
}
	

#bottommenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
/*	color: #6c6c6c; */
}
#bottommenu li {
	margin: 10px 0 0 15px;
}

#submenubar {
	width: 816px;
	height: 47px;
	position: absolute;
	top: 138px;
	left: 156px;
}
#submenubar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #6c6c6c;
	height: 47px;
	background: #fcd77c url('images/submenu-bg.png') no-repeat;
}
#submenubar li {
	float: left;
	margin: 8px 4px 0 8px;
	width: 151px;
	text-align: center;
	background: #be883b url('images/submenuitem_bg.png') no-repeat;
}
#submenubar ul a, #submenubar h3 {
	display: block;
	font-size: 9.5pt;
	font-family: Arial,Tahoma,Helvetica,sans-serif;
	font-style: normal;
	text-decoration: none;
	margin: 0;
	height: 27px;
	line-height: 27px;
}
#submenubar span {
	color: white;
}
#submenubar .currentpage span, #submenubar li:hover span {
	color: #66380d;
}

/* contact form */
.approach {
	width: 300px;
	float: right;
}
/* End of 'fasanenbrot' */

