body{
margin: 0px;
color:#434343;
font-family:Verdana, Arial, Helvetica, sans-serif;
background:#434343;
text-align:center;
}

img{
border:0px;
}

#wrap{
text-align:left;
width: 780px;
margin: 0px auto;
background-image: url(../images/wrap.png);
background-repeat: repeat-y;
padding-left: 24px;
}

#header{
background-image: url(../images/header.jpg);
background-repeat: no-repeat;
height: 136px;
position:relative;
}

#navbar{
	bottom: 18px;
	position:absolute;
	font-size:10px;
	width:500px;
}

#navbar a{
font-size:10px;
color:#FFF;
text-decoration:none;
margin-left:20px;
}

#navbar a:hover{
font-size:10px;
color:#434343;
}

.selected{
color:#434343;
}

#content{
width:751px;
}

#right{
width: 250px;
float: right;
}

#left{
width:500px;
float:left;
}

#footer{
background-image: url(../images/footer.jpg);
background-repeat: no-repeat;
height: 35px;
clear: both;
}

#banner{
background:url(../images/banner.gif) no-repeat;
height:80px;
margin-left:6px;
}

#banner2{
margin-left:6px;
}

a{
text-decoration:none;
color:#4B6FE7;
}

a:hover {
color:#FF6600;
}


p{
font-size:11px;
margin-left:25px;
}

h2{
font-size:13px;
letter-spacing:2px;
margin-left:20px;
text-decoration:none;
}


/*Liste*/
ul{
margin-left: 1em;
}

li{
background-image:url(../images/dot.gif);
background-repeat: no-repeat;
list-style-type:none;
text-indent:-5px;
padding-left:0px;
}

/*Contact Form*/
fieldset { border:1px dotted #CCC;margin-left:15px;padding:10px;font-size:10px; }
input.text { 
background-color: #fff; 
color:#333;
padding:1px;
margin:1px 0;
border:0px;
border-bottom:1px solid #434343; 
font-size:11px;
}
textarea{
background-color: #fff; 
color:#333;
padding:1px;
margin:1px 0;
border:0px;
border:1px solid #434343;
font-size:11px; 
}


input.text:focus { border-bottom:1px solid #FF0000; background-color:#FFF;}
textarea:focus { border:1px solid #FF0000; background-color:#FFF;}
input.text:hover,textarea:hover { border-color:#FF0000;}
input.submit { padding:2px 5px;font:bold 12px/12px verdana,arial,sans-serif; }