
/* ############## Input Felder  - box_contact_form_bxm.php ################ */

input.kontaktformular {
  height:16px;
  outline:0; 
  -moz-outline:0; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px; 
  font-style: normal;
  color:#444444; 
  padding: 5px 5px 5px 5px; 
}

textarea.kontaktformular { 
  outline:0; 
  -moz-outline:0; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px; 
  font-style: normal;
  color:#444444;  
  padding: 5px 5px 5px 5px; 
  height:100px;
  width:670px;
}



/* ############## Main Navigation  - box_navigation.php ################ */

.box_navigation { 										
  background-color:#212121; 
}

#nav {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#nav li {
	margin: 0px 23px 0px 20px;
	padding: 0px 0px 0px 0px;
	float: left;
	position: relative;
	list-style: none;
	white-space: nowrap;
}

/* main level link Copperplate Gothic Light,fantasy;  */ 

#nav a {
	padding:  4px 5px 8px 5px;
	margin: 0px 0px 0px 0px;
	display: block;
  color:#aaaaaa; 
  text-decoration:none; 
  font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
	font-size: 17px; 
	letter-spacing: 1px;
	font-style: normal; 
	font-variant: small-caps; 
	font-weight: normal; 
	line-height: 23px;

}

/* main level link hover */

#nav .current a, #nav li:hover > a {
	color: #B4532D;
}

/* sub levels link hover */

#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #aaaaaa;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

#nav ul a:hover {
	color: #B4532D !important;
}

/* level 2 list */

#nav ul {
  z-index: 1000;
  background-color:#F1F2F6; 
  text-align:left;
	display: none;
	margin: 0px 0px 0px 6px;
	padding: 0px 0px 0px 0px;

	color: #444444 !important;
	position: absolute;
	top: 35px;
	left: -7px;
	border: solid 1px #6AA3BB;
}

/* dropdown */

#nav li:hover > ul {
	display: block;
}

#nav ul li {
	float: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#nav ul a {
	font-weight: normal;

}

/* level 3+ list */

#nav ul ul {
	left: 181px;
	top: -3px;
}

/* clearfix */

#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/*#nav {
	display: inline-block;
}*/

html[xmlns] #nav {
	display: block;
}

* html #nav {
	height: 1%;
}