@charset "utf-8";

body {
	margin: 40px 0px;
	padding: 0px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#body_all {
	text-align: left;
	margin: 0 auto;
	width: 740px;
	min-height: 600px;
	border: 4px solid #fac37b;
}

*html #body_all {
	height: 600px;
	width: 750px;	
}

#rootline {
	height: 24px;
	background-color: #fac37b;
	padding: 6px 0px 0px 20px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

* html #rootline {
	height: 30px;
}

#header {
	height: 200px;
	border-bottom: 4px solid #fcd9ac;
}

*html #header {
	height: 196px;
}

#logo {
	height: 150px;
	width: 450px;
	background: url(../images/logo.gif) no-repeat top left;
}

* html #logo {
	width: 450px;
}

#switch {
	height: 50px;
	width: 430px;
	padding-left: 20px;
	float: left;
}

* html #switch {
	height: 42px;
	width: 450px;	
}

/* menu */
#submenu {
	height: 192px;
	width: 100px;
	float: left;
	margin-top: -150px;
	padding-top: 8px;
	/*background-color: #f5f4f5;*/
}

*html #submenu {
	
}

#menu {
	height: 192px;
	width: 157px;
	float: left;
	margin-top: -150px;
	padding-top: 8px;
	background-color: #f5f4f5;
}

/* content */
#content_all {
	clear: both;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: 40px top;
	height: 100%;
}

#content {
	width: 510px;
	float: left;
	min-height: 400px;
	margin: 20px 20px 30px 20px;
}

*html #content {
	height: 400px;
	width: 510px;	
	margin: 20px 20px 30px 10px;	
}

#content_breit {
	width: 660px;
	float: left;
	min-height: 400px;
	height: 100%;
	margin: 20px 20px 30px 20px;
}

*html #content_breit {
	width: 680px;
	float: left;
	min-height: 400px;
	margin: 20px 0px 30px 10px;
}

#content_right {
	width: 160px;
	float: left;
}

#content_br {
	width: 660px;
	float: left;
	margin: 20px 20px 0px 20px;
}

#content_l {
	width: 260px;
	float: left;
	margin: 20px 0px 30px 20px;	
}

#content_r {
	width: 300px;
	float: left;
	margin: 20px 20px 30px 20px;	
}


#footer {
	height: 38px;
	clear: both;
	background-color: #fac37b;
	position: relative;
	bottom: 0px;
	color: #fff;
	padding: 12px 0px 0px 23px;	
	font-family: Arial, Helvetica, sans-serif;	
}

#footer span.footer_02 {
	padding-left: 88px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

/* iframe */

#frame {
  border: 0;
  width: 703px;
  height: 1200px;
} 

* html #frame {

}  

