/* CSS Document */
body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#8D744A;
	background:#EBD4A8 url(../images/site_bg.gif) top center repeat-y;
	text-align:center;
}
td {
	font-size:11px;
}
#site {
	width:770px;
	margin:0 auto;
	background:#FFF;
	text-align:left;
}
a {
	color:#8D744A;
}
a:hover, a.active {
	color:#DB7B11;
}
#header {
	height:264px;
	background:url(../images/header/jungenberg.jpg) bottom left no-repeat;
}
#header img {
	float:left;
	border:none;
}
*html #header img {
	margin-left:-6px;
}
#container {
	clear:left;
	margin-top:3px;
	border-top:1px solid #EBD4A8;
	padding-top:15px;
	background:#FBF6EE url(../images/container_bg.gif) top left repeat-y;
	
}
.clear {
	clear:both;
}
#lang {
	font-size:10px;
	text-align:right;
}
#lang a {
	text-decoration:none;
	padding:0 3px;
}
#container-left {
	float:left;
	width:144px;
}
#menu-list {
	padding-left:17px;
}
a.menu, a.submenu, a.subsubmenu  {
	display:block;
	text-decoration:none;
	margin-bottom:5px;
}
a.submenu {
	margin-bottom:2px;
	padding-left:16px;
}
a.subsubmenu {
	margin-bottom:1px;
	padding-left:25px;
	font-size:11px;
}
#logo {
	margin-top:35px;
	text-align:center;
}
#container-right {
	float:right;
	width:580px;
	margin-right:26px;
}
#content {
	padding-right:15px;
}
#content h1, #content h2, #content h3, #content h4, #content h5 {
	font-size:18px;
	color:#DB7B11;
	font-weight:normal;
	text-transform:uppercase;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#content h2 {
	font-size:16px;
}
#content h3 {
	font-size:14px;
}
#content h4 {
	font-size:12px;
	font-weight:bold;
}
#content h5 {
	font-size:11px;
	font-weight:bold;
}
#content .csc-mailform {
	border:none;
}

#content .csc-mailform-field {
	padding:3px 0;
}
#content .csc-mailform-field label {
	vertical-align:top;
	padding-right:15px;
}
#footer {
	clear:both;
	text-align:right;
	padding-right:15px;
	font-size:10px;
	background:#FBF6EE;
}
#footer a {
	text-decoration:none;
}
.csc-mailform label {
	width:60px;
	display:block;
	float:left;
}
.csc-mailform input, .csc-mailform textarea {
	width:300px;
	font-size:11px;
}
.csc-mailform .csc-mailform-submit {
	width:60px;
}
