body {
	margin:20px;
	font-family:Arial, Verdana;
	font-size:12px;
	color:#575756;
}

#container {
	margin:0 auto;
	width:880px;
}

#top {
	background-image:url(../system/top_bg.gif);
	background-repeat:repeat-x;
	height:80px;
}

#logo {
	padding:30px 0 0 20px;
}

#topNav {
	float:right;
}

#main {
	margin:20px 0 30px 0;
}

#leftMenu {
	float:left;
	width:230px;
	margin-bottom:20px;
	overflow: hidden;
}

#leftMenu ul {
	list-style:none;
	margin:0;
	padding:0;
}

#leftMenu ul.fixed li, #leftMenu ul.fixed li a {
    text-transform:uppercase;
    font-weight: bold;
}

#leftMenu ul.last {
    margin-top: 20px;
}

#leftMenu ul.L1 a {
	color:#2c8943;
	text-decoration:none;
	font-weight:normal;
	font-size:14px;
}

#leftMenu ul.L2 a {
	font-size:12px;
}

#leftMenu ul a.active {
    color: #333;
    font-weight: bold;
}

#leftMenu ul.L1 a:hover {
	color:#575756;
	font-weight:bold;
}

#leftMenu ul.L2 li {
    margin: 0;
    padding: 0;
    padding-left: 4px;
    font-size: 12px;
}

#leftMenu ul.L3 li {
    margin-left: 16px;
}

#content {
	float: left;
	width: 650px;
	min-height: 360px;
	overflow: hidden;
}

#content h1, #content h2, #content h3 {
	font-family: "Lucida Sans", Arial, Verdana;
	font-size: 20px;
	margin-top: 0;
}

#content h2 {
    font-size: 16px;
}

#content h3 {
    font-size: 14px;
}

#content a {
    color: #2C8943;
}

#bottomLines {
	background-image:url(../system/bottom_lines.gif);
	background-repeat:repeat-x;
	height:12px;
}

#footer {
	color:#aaaaaa;
	margin:15px 0 20px 0;
}

#oerskov_ref {
	float:right;
}

#footer a {
    color: #aaaaaa;
    text-decoration: none;
}

#noscript, #noscript a {
    color: #aaaaaa;
}

#noscript {
	margin-top: 10px;
}

#oh_ref {}

/*----------------------*/

#frontBox {
	height:422px;
	position: relative;
}

.frontLinks {
	position:absolute;
	color:#2c8943;
	font-size:16px;
	bottom: 25px;
	right: 25px;
}

.frontLinks a {
	color:#2c8943;
	font-size:16px;
	text-transform:uppercase;
	font-family:"Lucida Sans", Arial, Verdana;
	text-decoration:underline;
	font-weight:bold;
}

.frontLinks a:hover {
	text-decoration:underline;
}

.frontText {
	width: 380px;
	position:absolute;
	right: 15px;
	top: 105px;
	color:#ffffff;
	font-size:12px;
}

.frontText h1 {
	font-family:"Lucida Sans", Arial, Verdana;
	font-size:20px;
	text-transform:uppercase;
	margin: 0 0 16px;
}
.frontText p {
	margin: 0 0 12px;
}

#agroBox, #industryBox {
	background: #fff;
	position: absolute;
	top:0;
	left: 0;
}
#industrisubnavi, #agrosubnavi {
	text-align: right;
	width: 160px;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0px;
	display: none;
}
#industrisubnavi .subnavilinks {
	background: #575756;
	padding: 5px 10px 0;
}
#industrisubnavi .subnavifooter {
	height: 40px;
	background: url(/fileadmin/system/frontSubNaviBgIndustri.png) no-repeat bottom;
}
#agrosubnavi .subnavilinks {
	background: #2c8943;
	padding: 5px 10px 0;
}
#agrosubnavi .subnavifooter {
	height: 40px;
	background: url(/fileadmin/system/frontSubNaviBgAgro.png) no-repeat bottom;
}
#agrosubnavi {
	text-align: left;
}
#industrisubnavi a, #agrosubnavi a {
	color:#fff;
	font-family:"Lucida Sans",Arial,Verdana;
	font-size:11px;
	line-height: 16px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}
#industrisubnavi a:hover, #agrosubnavi a:hover {
	text-decoration: underline;
}

/*----------------------*/

input, textarea, select {
 	font-family:Arial, Verdana;
	font-size:12px;
}

fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

.csc-mailform-field label {
    display: block;
    width: 8em;
    float: left;
    font-weight: bold;
}
.csc-mailform-field input, .csc-mailform-field textarea {
    margin-bottom: 1em;
    width: 20em;
}

.csc-mailform-field input.csc-mailform-submit {
    width: 10em;
}
.csc-mailform-field textarea {
    height: 5em;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption .tool {
    text-transform: uppercase;
    font-weight: bold;	
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
    font-size: 90%;
}

/**
/* More Info Styling
/************************/
div.moreInfoContainer {
    margin: 10px 0;
}

div.moreInfoSwitch {
    text-decoration: underline;
    cursor: pointer;
}

div.moreInfoText {
    margin-top: 10px;
    display: none;
}

