@charset "utf-8";
/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	border: 0;
}

.wrapper{
width: 470px;}

.logo{
	width: 250px;
	height:70px;
	float:left;
}

.navi{
	float:left;
	width:220px;
}

div.firmen {
	background-color: #F77E06;
	width:97px;
	text-align: center;
	height: 24px;
	color: white;
	font-weight: bold;
	padding-top: 10px;
	text-decoration: none;
	border: 2px solid #FED5AC;
	border-bottom: 0px;
}

div.telefon{
	background-color: #B9DD01;
	width:97px;
	text-align: center;
	height: 24px;
	color: white;
	font-weight: bold;
	padding-top: 10px;
	text-decoration: none;
	border: 2px solid #ECFF95;
	border-bottom: 0px;
}

.first{
	float:left;
	text-decoration: none;
	margin-right: 3px;
}

.second{
	float:left;
	margin-right: 10px;
	text-decoration: none;
}

.first, .second {
margin-top: 34px;
}

.content{
	background-image: url('../../res/img/layout/bg_content.jpg');
	width: 455px;
	height: 137px;
	padding-top: 15px;
	padding-left: 15px;
	position: relative;
}

.search{
	width:100px;
	height: 122px;
	position: absolute;
	left: 353px;
}

.footer{
	background-color: #DBDBDB;
	height: 19px;
	width:470px;
	padding-top: 8px;
	text-align: center;
	margin-top: 2px;
}

.footer a{
	color: black;
	text-decoration: none;
}

.wer, .wo{
	width:89px;
	height:22px;
	padding-top: 7px;
	background-color:#FDB770;
	text-align: center;
	font-weight: bold;
	color:#000000;
	float:left;
}

.werinput{
	float:left;
	width:238px;
	height: 30px;
}

.werinput input, .woinput input{
	width:236px;
	border:2px solid #FED2A5;
	height:21px;
	padding-top: 3px;
	padding-left: 2px;
}

.woinput{
	float:left;
	width:238px;
	height: 30px;
}

input.check{
	float: left;
}

span.nur_firmen{
	font-size: 11px;

}

.nur_firmen span{
margin-bottom: 10px;
}

.clear{
	clear:both;
}

a.auswahl{
	color: #000000;
}

.firmennamen {
float:left;
margin-top: 2px;
margin-left: 3px;}

input[type=text].watermark	{ color: #999999; vertical-align: middle }
input[type=text].normal		{ color: #000000; vertical-align: middle }
