* {
	margin: 0;
	padding: 0;
}

body ,tr, td {
background: #fff;
font-family: "Trebuchet MS" Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
color: #333;
vertical-align: top;

}





a {
text-decoration: none;
color: #0D63AC;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
margin: 20px auto;
width: 800px;
background: #fff;
}

#top {
padding: 10px 0;
background: #fff url(images/top.gif) no-repeat;
}


#header h1 { 
font-size: 28px;
letter-spacing: -1px;
padding: 23px 0 0 20px;
color: #0D63AC;
}
#header h1 a { 
color: #0D63AC;
text-decoration: none;
font-weight: 400;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #0D63AC;
}
#header h2 {
font-size: 19px;
color: #0D63AC;
padding: 5px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}

#content {
padding: 0 20px 20px 20px;
background: #fff url(images/content.gif) repeat-y;
}

.right {
float: right;
width: 580px;
text-align: justify;
}
.right h2 {
font-size: 18px;
font-weight: 400;
padding: 15px 0 7px 0;
color: #F7AE10;
}

h2 {
font-size: 18px;
font-weight: 400;
padding: 15px 0 7px 0;
color: #F7AE10;
}


.right h2 a {
text-decoration: none;
}
.right h2 a:hover {
color: #111;
}

.left {
float: left;
width: 160px;
padding-top: 5px;
}
.left  h2 {
margin: 10px 0 0 0;
padding-left: 10px;
color: #111;
font-size: 13px;
}
.left  ul {
padding: 10px 0 15px 10px;
list-style-type: none;
}
.left ul li a {
color: #F7AE10;
text-decoration: none;
font-weight: 600;
}
.left  ul li a:hover {
color: #ffffff;
}

#bottom {
padding: 10px 0;
background: #fff url(images/bottom.gif) no-repeat;
}

#footer {
height: 10px;
line-height: 12px;
text-align: center;
font-size: 8px;
}





/*** menü ***/

ul.nav,
.nav ul{
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
}

ul.nav{
	width: 20ex;
/*Optional, to make the navigation bar positions on the left of the content*/
	float: left;
	margin-right: 1em;
}

ul.nav>li{
	margin: 0;
	padding: 6px 8px;
}

ul.nav li>ul{
/*Make the sub list items invisible*/
	display: none;
	position: absolute;
	width: 20ex;
	left: 20ex;
	margin-top: -1.4em;
	margin-left: 119px;
}

ul.nav li:hover>ul{
/*When hovered, make them appear */
	display : block; 
	
	
}

.nav ul li a{
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	padding: 2px 10px;
}

/*** Menu styles (customizable) ***/

ul.nav,
.nav ul,
.nav ul li a{
	background-color: #fff;
	color: #369;
}

ul.nav li:hover,
.nav ul li a:hover{
	background-color: #369;
	color: #ffffff;
}

ul.nav li:active,
.nav ul li a:active{
	background-color: #036;
	color: #fff;
}

ul{
	border: 0px solid #369;
}

ul.subm{
	border: 1px solid #369;
}




.nav a{
	text-decoration: none;
}

#anfrage  {
	
	font-family: "Trebuchet MS" Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	text-align: left ;
	margin-left:30;
	text-align: left ;}

.formular {  font-size: 12px;
	    font-family:  Verdana, Arial, Helvetica, sans-serif;
}	


	

input	{
		font-family: Verdana,Arial;
		font-size:8pt;
		width:300;
		border:1;
		border-color:#efefef;
		border-style:solid;
		background-color:#ffffff;
	}

select	{
		font-family:Verdana,Arial;
		font-size:8pt;
		width:300;
		border:1;
		border-color:#efefef;
		border-style:solid;
		background-color:#ffffff;
	}

textarea{
	Font-family:Verdana,Arial;
		font-size:8pt;
		width:300;
		border:1;
		border-color:#efefef;
		border-style:solid;
		background-color:#ffffff;
} 




