/* Presentation stylesheet */

#hNavigation {
	position:absolute;
	margin-top:15px;
	z-index:10;
	color:#7c7c7c;
}

#hNavigation a {
    color:#7c7c7c;
    text-decoration:none;
}

#hNavigation a:hover {
    text-decoration:underline;
}

#hLogo {
	position:absolute;
	margin-left:716px;
	margin-top:25px;
	z-index:26;
}

#hGradient {
	position:absolute;
	margin-left:230px;
	margin-top:68px;
	z-index:25;
}

.box {
	margin-right:15px;
	background:#eee;
	padding:10px;
}

.searchBox {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #7f7f7f;
	border:1px solid #c2c2c2;
}

.partnerLogin {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#7f7f7f;
	border: 1px solid #d3d3d3;
    margin-bottom:6px;
}

.boxSpacer {
	padding-top:15px;
	background-color:#fff;
}


/* navigation */

#navigation ul {
	padding:0;
	margin:0;
	list-style:none;
}

#navigation li {
	margin: 0;
    display:inline;
}

#navigation li ul {
	margin-left: 10px;
}

#navigation li a {
	display: block;
    margin-bottom:2px;
}

.active {
    font-weight:bold;
}

.inactive {
    font-weight:normal;
}

/* protected navigation */

#protectedLocations ul {
	padding:0;
	margin:0;
	list-style:none;
}

#protectedLocations li {
    margin:0;
}

#protectedLocations li a {
	display: block;
}

.boxInsideSpacer {
    padding-top:5px;
}

/* startpage */

.boxBG {
	background:#a3d20b;
}

#hubsysteme {
	width:298px;
	height:206px;
	float:left;
}

#startmiddle {
    width:146px;
    height:206px;
    float:left;
	margin:0 0 0 6px;
}

#hubsysteme img {
  float: left;
}

.startbox:hover {
/*    background:#d5f445;*/
    background:#C4E624;
    cursor:pointer;
}

#antriebssysteme {
	width:248px;
	height:206px;
	float:right;
}

#antriebssysteme img {
  float:left;
}



#newsContainer {
	width:450px;
	height:200px;
	float:left;
}

#nB1 {
	height:200px;
}

#nB1:hover {
	background:#d5f445;
	cursor:pointer;
}

#nB2 {
	height:200px;
}

#nB2:hover {
	background:#d5f445;
	cursor:pointer;
}

#nB3 {
	height:200px;
}

#nB3:hover {
	background:#d5f445;
	cursor:pointer;
}

.newsBox {
	width:146px;
	float:left;
}

.newsSpacer {
	width:6px;
	height:200px;
	background:#fff;
	float:left;
}

#catalogContainer {
	width:248px;
	height:200px;
	float:right;
}

#catalogContainer a {
    color:#000;
}

.newsBox a {
    color:#000;
}

#catalogContainer:hover {
	background:#d5f445;
	cursor:pointer;
}

/* content */

.headingBig {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    color:#003c2f;
}

#headBox .headingBig {
    font-size: 110%;
}

.headingBig a {
    color: #003c2f;
}

#navigation a {
    color:#000;
}

.padding10 {
	padding:10px;
}

#contentLeft {
	float:left;
	width:498px;
	background-color:#fff;
}

#contentLeft a {
    text-decoration:underline;
	color:#009900;
}

#contentLeft .caption {
	font-size:85%;
}
#contentRight {
	float:right;
	width:206px;
}

#headBox {
	height:206px;
	background:#a3d20b;
	position:relative;
}

#headBox .bottomheading {
    position:absolute;
	bottom:0px;
	padding:10px;
}

#headBox p {
	vertical-align:bottom;
}

#helpNav {
	background:#eee;
}

.contentWrapper {
	background:#eee;
}

.contentPadding {
	padding-right:15px;
}

.contentPadding a {
    color: #000;
}

.box a {
    color:#000;
}

#helpNav a {
    color:#000;
}

.box .form-element {
    background:#f0f0ee;
    border:1px solid #ccc;
    font-size:11px;
	/*partner-login-related*/
}

/* sitemap */

.firstLevel {
    padding-bottom:20px;
}

.firstLevelLink {
    border-bottom:1px solid #ccc;
    display:block;
    padding-bottom:2px;
}

#breadcrumbs {
    color:#666666;
}

#breadcrumbs a {
    color:#666666;
}

/* contact page */

form.contactForm * input.textType {
    border: 1px solid #ccc;
    width:300px;
    margin-bottom:6px;
}

form.contactForm * input.button {
    background:#f0f0ee;
    border:1px solid #ccc;
}

form.contactForm * textarea {
    border: 1px solid #ccc;
    width:300px;
    height:150px;
    margin-bottom:6px;
}

.required {
    color:#c00;
}

.errors {
    color:#c00;
}



/* zmi classes for insite editing */

#topicEditForm .button {
    background:#f0f0ee;
    border:1px solid #ccc;
}

#topicEditForm .textType {
    width:100%;
    background:#d6ed65;
    border:none;
    padding-left:2px;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 140%;
    font-weight:bold;
    color:#003d2f;
}

/* search results */

#search {

}

.searchNode {
    padding-bottom:10px;
 }

.searchTitle {
    padding-bottom:2px;
 }

.searchExcerpt {
    color:#999;
 }

#footer .textType {
    border:1px solid #ccc;
    background-color:#fff;
    width:190px;
    color:#000;
    font-weight:normal;
    font-size:11px;
}

#footer a {
    color:#999;
}

#form.recipient {
    border:1px solid #ccc;
    background-color:#fff;
    font-size:11px;
    color:#000;
    font-weight:normal;
}

.sequencewidget input {
    background:#f0f0ee;
    border:1px solid #ccc;
}

#newsticker {
    width: 704px;
    float: right;
    padding-top: 10px;
    color: red;
	cursor:hand;
	text-decoration:none;
}

.relatedPadding {
    padding-top:5px;
}

#relatedItems .mime-pdf {
	background:transparent url('++resource++zimm_resources/images/icon-pdf.gif') no-repeat scroll 0 0;
    padding:4px 0 2px 18px;
}

#relatedItems .mime-file {
    background:transparent url('++resource++zimm_resources/images/icon-file.gif') no-repeat scroll 0 0;
    padding:4px 0 2px 18px;
}

/* fairrank css */
.infotext {
	/*display:none;*/
	text-align: justify;
	color:#000000;
}

.infotext h1 {
	color:#003D2E;
	font-size:21px;
	font-weight:normal;
}

.infotext a:link, .infotext a:visited {
	text-decoration: none;
	font-weight: bold;
}

.infotext a:hover, .infotext a:active {
	color:#003D2E;
	text-decoration: none;
	font-weight: bold;
}

.infotext p {
	padding:7px 0px 3px 0px;
}

.infotext
	{
	/*display: none;*/
	}
#infotext
	{
     color: #000000;
	font-size: 12px;
	font-family: times new roman, serif;
	text-align: justify;
	width: 771px;
    margin-top: 0px;
    margin-left: 6px;
    }
*html .infotext
	{
     color: #000000;
	font-size: 12px;
	font-family: times new roman, serif;
	text-align: justify;
	width: 771px;
    margin-top: -12px;
   }
 .infotext2
	{
     font-size: 10px;
	font-family: times new roman, serif;
	font-weight: normal;
    text-decoration: none;
    color: #000000;
    }
*html .infotext2
	{
     font-size: 10px;
	font-family: times new roman, serif;
	font-weight: normal;
    margin-top: 0px;
    text-decoration: none;
    color: #000000;
	}
.infotext h1
	{
	font-size: 12px;
	}
.infotext a:link
	{
	color: #0000EE;
	text-decoration: underline;
	}
.infotext a:visited
	{
	color: #0000EE;
	text-decoration: underline;
	}

.infotext a:hover
	{
	color: #0000EE;
	text-decoration: underline;
	}
.infotext a:active
	{
	color: #EE0000;
	text-decoration: underline;
	}
#overlay { display: none; }
#fancy_div { height: 234px; color: red !important; font-size: 28px; }
#fancy_div p { margin: 0 0 15px 0;}
.sequencewidget { margin-bottom: 10px; }
