@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;

}

#head-container
{
	
	color: #000;
	background: #fff;
	background: url(../images/back_header.gif) repeat-x left top;	
}

#head-home-container
{
	
	color: #000;
	background: #fff;
	background: url(../images/back_header_home.gif) repeat-x left top;	
}

#header
{
	margin: 0 auto;
	width: 900px;
	height: 150px;
	background: #ddd;
	background-image:url(../images/actuator.jpg);
}

#header_home
{
	margin: 0 auto;
	width: 900px;
	height: 150px;
	background: #ddd;
	background-image:url(../images/building_polman_group.jpg);
}

#header .logo
{ 
	padding:10px 30px

}

#navigation-container
{
	clear: left;
	color: #fff;
	background: #ccc url(../images/back_navigation_container.gif);
	height:33px;
}

#menu 
{
	margin:0 auto;
	width:900px;
	list-style:none; 
	height:34px;
	color: #000;	
}

#menu li 
{
	float:left;
	margin-left:-19px;
	margin-right:19px;
}

#menu li a 
{
	display:block; 
	border: 1px solid #fff;
	height:32px; line-height:34px;
	text-decoration: none;
	font-size:12px;
	font-family:verdana, arial, sans-serif;
	padding:0 30px;
	color:black;
	overflow:hidden;
	position:relative;
	z-index:10;
	margin-left:-1px;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

#menu li a b 
{
	display:block; 
	height:100px; 
	width:100%; 
	position:absolute; 
	left:0; 
	top:0; 
	background: url(../images/back_navigation.gif) repeat-x left top; 
	z-index:-1;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

#menu li a:hover {color: #fff;}

#menu li a:hover b {top:-50px;}

#content-container
{
	float: left;
	width: 100%;
	color: #000;
	background: #eee;
	background: #ccc url(../images/back_content.gif);	
}

#content-container2
{
	margin: 0 auto;
	width: 900px;
}

#content-container3
{
	float: left;
	width: 900px;
	background: #FFF url(two-fixed-background.gif) repeat-y 100% 0;
}

#content-home-left
{
	float: left;
	width: 50%;
	color: #000;
	background: #eee;
	background: #ccc url(../images/home_back_content.gif);	
}

#content-home-right
{
	float: left;
	width: 50%;
	color: #000;
	background: #eee;
	background: #ccc url(../images/home_back_content.gif);	
}

#lang
{
	position:relative;	
	margin-right:3px;
}

#content
{
	clear: left;
	float: left;
	width: 580px;
	padding: 20px 0;
	margin: 0 0 0 30px;
	display: inline;
}

#contentfull
{
	clear: left;
	float: left;
	width: 900px;
	margin: 0 0 0 30px;
	display: inline;
}

#content h2 { margin: 0; }

#aside
{
	float: right;
	width: 240px;
	padding: 20px 0;
	margin: 0 20px 0 0;
	display: inline;
}

#aside h3 { margin: 0; }

#aside li { margin-left:15px; }

#footer-container
{
	clear: left;
	color: #000;
	background: #fff;
}

#footer
{
	margin: 0 auto;
	border-top:1px solid #ccc;
	width: 880px;
	text-align: right;
	padding: 10px;
	height: 1%;
}

form p { clear: left;
           float: left;
           width: 100%;
           margin: 0;
           padding: 2px; 
}
form { font-size: 0.9em; 
        line-height: 120%;
} 
label { color: #000; 
         font-weight: normal;
         text-align: left; 
         width: 160px; 
         float: left; 
		 margin-left:9px;
		 margin-top:5px;
}
fieldset { margin: 0; 
		   	padding:10px;
} 

iframe { padding:10px;}

legend { margin: 0;
		 padding: 10px 2px;
		 font-size:16px;
		 font-weight:bold;
	
}

.button { font-size: 0.9em;
            width: 70px; 
            height: 30px; 
            margin: 5px;
            cursor:pointer; 
} 

input { width: 20em; 
          float: left;
          margin: 3px; 
          padding: 2px; 
          border: solid 1px #000; 
          display: block; 
} 

textarea {border: solid 1px #000;}

#name { width:280px;}
#strasse { width:280px;}
#ort { width:280px;}
#telefon { width:280px;}
#email { width:280px;}
#nachricht { width: 282px; 
             height: 60px; 
			 margin-left:3px;
			 margin-top:3px;
}

.errField   { background:#f6b6ba; color:#000; border:2px solid #E00000; }  

#login {
			margin-top:-15px;
}

#loginbutton {
           width: 70px; 
            height: 24px; 
            cursor:pointer; 
}

#kundenbereich {
           width: 140px; 
            height: 24px; 
            cursor:pointer; 
	
}

#username {
		width: 203px; 
          float: left;
          margin: 3px; 
          padding: 2px; 
          border: solid 1px #000; 
          display: block;	
}

#passwort {
		width: 203px; 
          float: left;
          margin: 3px; 
          padding: 2px; 
          border: solid 1px #000; 
          display: block;	
}

#phonenumber
{
	font-size:14px;
	font-weight:bold;
	background-image:url(../images/phone.png);
	background-repeat:no-repeat;
	padding:5px 15px;
}

#links
{
	width:50%;
	float:left;
}

#links a
{
	text-decoration: none;
	font-size:11px;
	font-family:arial, sans-serif;	
}

#rechts
{
	width:50%;
	float:left;
}

#rechts a
{
	text-decoration: none;
	font-size:11px;
	font-family:arial, sans-serif;	
}