@charset "utf-8";
/* CSS Document */

/** header **/
div.header {
	width: 				1050px;
	height:				150px;
	left:				auto;
	right:				auto;
	margin:				0px 0px 0px 0px;
	text-align:			left;
	background-image: 	url(/bilder/head/drk-header.jpg);
	background-repeat:	no-repeat;
	background-position:0px 0px;
}
div.header img.header {
	margin:				0px;
	border:				0px;
}
div.header img.header a {}

/** service **/
div.header div.service {
	float:				right;
	width:				100%;
	height:				45px;
	margin:				130px 20px 0px 0px;
	color: 				#fff;
	text-align:			right;
	vertical-align:		middle;
	padding:			0px;
	background-image:	url(/bilder/head/drk-rostock.jpg);
	background-repeat:	no-repeat;
	background-position: 20px -25px;
}

div.header div.service a {
	
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size:			11px;
	line-height:		5px;
	text-decoration: 	none;
	color: 				#fff;
	position:			relative;
	margin: 			0px;
	padding: 			0px 0px 0px 10px;
}

div.header div.service a:hover {
	text-decoration:		underline;
}


div.header div.top_img {
	position:			relative;
	top:				175px;
	float:				left;
	clear:				both;
	width:				100%;
	height:				29px;
	margin:				3px 0px 0px 0px;
	background-image:	url(/bilder/head/tab-top.png);
	background-repeat:	no-repeat;
	background-position: 0px 3px;
}


form.search {
	float:				right;
	margin-left:		10px; margin-right:		20px;
}
form.search input.searchtext {
	background-image:	url(/bilder/head/suche.jpg);
	background-position:0 0;
	background-repeat:	no-repeat;
	width:				130px;
	height:				16px;
	border:				0px;
	padding:			4px;
	line-height:		12px;
}
form.search input.button {
	background-image:	url(/bilder/head/lupe.jpg);
	background-position:0 0;
	background-repeat:	no-repeat;
	width:				60px;
	height:				24px;
	border:				0px;
	padding:			0px;
	line-height:		12px;
	cursor:				pointer;
}