/**
* CSS
* 
* @version 1.0
* @author zwieselbauer.com
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 13px;
	line-height:20px;
	font-family: Arial, sans-serif;
	background: #d6dbd5 url(img/bg.jpg) 0 0 repeat-x;
	color: #4C4E4C;
	padding:0 30px;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

h1 { font-size: 16px; line-height:26px; margin:24px 0 20px 0; color: #284128; }
h2 { font-size: 14px; line-height:22px; margin:24px 0 5px 0; color: #284128; }
h3 { font-size: 13px; line-height:20px; margin:13px 0 0 0; color: #284128; }

a:link { color: #284128; text-decoration: underline; }
a:active { color: #284128; }
a:visited { color: #284128; }
a:hover { color: #000; text-decoration: underline; }

a img { border: none; }

p { margin: 0 0 20px 0; }

#wrapper {
	width: 1132px;
	margin: 0 auto;
	position: relative;
}

.top-section p {
	padding:0; margin:0;
}

#logo-rind {
	position: absolute;
	top: 112px;
	right: 0;
	background: url(img/logo_rind.png) 0 0 no-repeat;
	width: 218px;
	height: 174px;
}


/*----------------------*/
/*	MENU				*/
/*----------------------*/
		
#menu {
    width: 904px;
    height: 120px;
	position: relative;
}

#menu ul { }

#menu ul {
	list-style: none;
}

#menu ul li {
	float:left;
}

#menu .nav.sectional h3 { display:none; }
#menu .nav.sectional li a { text-transform: uppercase; color:#fff; text-decoration: none;}


/* main navigation */
#menu .nav.sectional #nav { 
	position:absolute; 
	bottom:0; 
	left:0;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, sans-serif;
}
#menu .nav.sectional #nav li {
	margin-right: 2px;
}

#menu .nav.sectional #nav li a {
	height:36px;
	line-height:36px;
	font-size: 13px;
	padding: 12px 15px 10px 15px;
	background: #294129 url(img/nav_bg.gif) top right no-repeat;
}

#menu .nav.sectional #nav li a:hover,
#menu .nav.sectional #nav .active a {
	color: #294129;
	text-decoration:none;
	background: #fff url(img/nav_bg_hov.gif) top right no-repeat;
}

/* meta navigation */
#menu .nav.sectional #metanav {
	font-size: 12px;
	line-height: 13px;
	position:absolute; 
	top:15px; 
	right:0; 
}

#menu .nav.sectional #metanav li {
	margin-left: 25px;
}

#menu .nav.sectional #metanav li a:hover {
	text-decoration: underline;
}


/* menu logo */
#menu #logo {
	position: absolute;
	top: 25px;
	left: 0;
	height:42px;
	font-size: 26px;
	background: #284128;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, sans-serif;
}

#menu #logo a {
	padding: 5px 15px;
	line-height: 40px;
	color: #fff;
	letter-spacing: 0.2em;
	text-decoration: none;
}

#menu #logo a:hover {
	text-decoration:none;
}


#menu ul li.section-title { }

#content {
	position: relative;
	z-index: 1;
    height: 100%;
	width: 904px;
	background: #fff url(img/content_bg.jpg) left bottom no-repeat;
}

#content ul {
	margin-left:15px;
}

#content-corner-top {
	position: absolute;
	top: 0;
	right: 0;
	z-index:1000;
	width: 25px;
	height: 25px;
	background: #fff url(img/content_corner-top.gif) right top no-repeat;
}

#content .container {	
	padding: 40px 150px 240px 36px;
}

#content p { margin-bottom: 20px; }

#img-container	{ margin: 34px 0 0 0; padding: 0; }
#img-container p { width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }


/*----------------------*/
/*	FOOTER				*/
/*----------------------*/

#footer { margin-top: 16px; font-size: 12px; }

#footer-logo { 
	display: block; 
	width: 402px; 
	height: 57px; 
	background: #fcfefb url(img/logo_hochland.jpg) 0 0 no-repeat;
	float: left;
	margin-right: 12px;
}

#footer-content {
	width: 490px; 
	height: 57px;
	line-height:57px;
	background: #fcfefb;
	float:left;
	color: #4c4e4c;
}

#footer-content a {
	color: #4c4e4c;
	padding-left: 18px;
	text-decoration: underline;
}

#footer-content a:hover {
	color: #000;
}

#footer-content #copy {
	margin:0 110px 0 28px;
}

#footer-content a#advise{
	background: url(img/icon_advise.gif) no-repeat left 2px;
	margin-right: 30px;
}

#footer-content a#print{
	background: url(img/icon_print.gif) no-repeat left 2px;
}

/* ul zweispaltig */
ul.zweispaltig {
    width: 720px;
}
ul.zweispaltig li {
    float:left;
    width: 340px;
    margin-right:20px;
}

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
