/* styles for contact */

body { background-image: url(../images/specialimages/bg_img_contact.png);  background-color: #f67b0f;  }
#nav { 	background:  url(../images/specialimages/menu_contact_bg.png) no-repeat center top; }
#nav p {	color:#fff; }
#nav #navi-a {	background: url(../images/specialimages/menu_contact_nav_a.png) no-repeat 0 0; }
.mapping { cursor:pointer; }
#header { height:175px; background-color:#f67b0f; z-index:5; }
#content p { color:#fff; }

a:link {	color:#0359b1; 	text-decoration: underline; 	}
a:visited { 	color: #870aab; text-decoration: underline; }
a:hover, a:active, a:focus { text-decoration: none; color:darkred; }

a[rel="nofollow"]  { color:#fff; text-decoration:none;  }

h1,h2,h3,h4 { color: #206602; }

#content ul { color:000; }
#content ul li { margin-bottom: 0.5rem; }


/* special settings for contact form design */

#content div.contact { margin: auto 15px; }
.contact dd { margin-left:0px; margin-right:0px; }
.contact dd[itemprop="jobTitle"] {  ;font-size:64px; font-weight:400; color: rgb(32,102,2); line-height:64px; font-family: alphamack_aoeregular, Arial, Helvetica, sans-serif; }
h3, .jicons-icons { display:none; }


input[type="text"],input[type="email"], textarea {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #206602;
    padding: 10px;
	width:55%;
	min-width:250px;
}

label { font-weight:bold;}
div.control-group { margin-top:20px;}

fieldset { border:1px solid #b95d0b; padding-left:30px; padding-bottom:30px; }

.contact-misc h1 { margin-left:-10px; }

button.validate {  
	background: #206602 none repeat scroll 0 0;
    border: medium none;
    color: #f67b0f;
    font-weight: bold; padding: 10px;
     }

.contact-misc p { width:80%; clear:both; font-size: 1.2rem; line-height:1.8.rem; margin-top;0; margin-bottom:0; }
.contact-misc p label { 
	float: left;
    font-weight: bold;
    margin-right: 20px;
    text-align: right;
    width: 100px;
	display:block;
	font-weight:bold;
	 color:#000;
  }
  /*
.contact-misc p label:nth-child(even) {   
	float: left;
    margin-bottom: 5px;
   
	display:block;
	font-weight:normal;
	 color:#000;
}	*/

.contact-misc a { color:white; }

/* berauchen wir nicht! */	
#system-message-container	{ display:none;}
	

