body {
	font-family:Arial,sans-serif;
	font-size:12px;
	line-height:16px;
	color:#612c2f;
}

h1,h2,h3,h4,h5,h6,dl,dt,dd,img,p,div,form,legend,fieldset,legend,input,select,textarea,table,th,td,caption,ul,li,ol {
	margin:0;
	padding:0;
	font-family:Arial,sans-serif;
	font-size:12px;
	line-height:16px;
}
h1 {
	font-size:15px;
	font-weight:normal;
	line-height:20px;
	padding-bottom:10px;
}
p {
	padding-bottom:8px;
}
a {
	color:#612c2f;
}
a:hover {
	text-decoration:none;
}
ul.nostyle {
	list-style-type:none;
}
a img {
	border:none;
}
#header,#menu,#content,#footer,#submenu {
	width:840px;
	text-align:left;
}
#hLeft,#cLeft,#mLeft {
	width:280px;
	overflow:hidden;
}
#hRight,#cRight,#fLeft {
	width:560px;
}
#header,#hLeft,#hRight,#footer,#fLeft,#fRight {
	height:180px;
	overflow:hidden;
}
#menu,#mLeft,#mCenter,#mRight {
	height:60px;
	background-color:#7eb712;
}

#mCenter {
	background-color:#6BA312;
}
#mCenter ul {
	background-color:#612c2f;
	padding:10px;
	width:260px;
	position:relative;
	z-index:2;
}
#mCenter ul li {
	padding-bottom:4px;
}
#mCenter ul li a {
	color:#fff;
	font-size:12px;
	text-decoration:none;
	line-height:14px;
}
#mCenter ul li a:hover {
	text-decoration:underline;
}
#mCenter ul li a.active {
	font-weight:bold;
}
#content {
	background-image:url(../bilder/bgLeft.gif);
	background-position:left top;
	background-repeat:repeat-y;
}

/* Height of the content-box */
.fullsize:after, #content:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden; 
}
.fullsize, #content {
	display:inline-table; 
}
* html .fullsize { 
	height:1%; 
}
.fullsize, #content {
	display:block; 
}
/* Height end */

#cRight {
	width:520px;
	padding:15px 20px;
}

#submenu {
	text-align:center;
	padding-top:2px;
}
#submenu ul li {
	display:inline;
}
#submenu ul li a {
	color:#000066;
	font-size:12px;
	line-height:12px;
	text-decoration:none;
	border-right:1px solid #000066;
	padding:0 7px 0 5px;
}
#submenu ul li a.noborder {
	border:none;
}
#submenu ul li a:hover,#submenu ul li a.active {
	text-decoration:underline;
}

.left {
	float:left;
}
.right {
	float:right;
}
.clearer {
	clear:both;
}
.hidden,.print {
	display:none;
}
