
div.schnellanfrage {
	margin: 10px;
	margin-top: 4px;
	border: 1px solid #558EB7;
	padding: 7px;
	font-size: 11px;
	color: #05406C;
}
div.schnellanfrage a { text-decoration: none; color: #05406C; }
div.schnellanfrage a:hover { text-decoration: none; color: #000; }
div.schnellanfrage h2 { font-size: 12px; }
div.schnellanfrage .schnell_input { width: 185px; border: 1px solid #05406C; }

table#mainContent {
	border: 0;
	border-collapse: collapse;
	width: 100%;
	height: 352px;
}
td#mainLeft {
	width: 650px;
	background: #FFF;
}
td#mainRight {
	width: 230px;
	background: #D7E0E7;
	background-image: url(../images/layout/bgRight.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div#phBottom {
	background-image: url(../images/layout/newBottom.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 880px;
	height: 48px;
}

div#phLangPos {
	float: right;
	margin-right: 7px;
}


div#phLangPos img {
	padding: 5px 0;
	padding-left: 7px;
}

div#phMainMenu {
	background-image: url(../images/layout/bgMenu.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 650px;
	height: 23px;
	float: left;
}

div#phLang{
	background-image: url(../images/layout/bgMenuRight.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 230px;
	height: 23px;
	float: right;
}

div#phTopMenu {
	background-image: url(../images/layout/rightBg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 230px;
		height: 116px;

}

div#phTopLeft {  
	width: 650px;
	height: 204px;
	float: left;
	border-bottom: 1px solid white;
	}
	
div#phTopRight {  
	width: 230px;
	height: 204px;
	float: right;
	border-bottom: 1px solid white;
	}

div#phLogoPos {
	text-align: center;
}

div#phLogoPos img {
	
}

table#mainTable {
	border: 0;
	border-collapse: collapse;
	width: 880px;
	}

div#phMain {
	margin: 0 auto;
	margin-top: 20px;
	width: 880px;
}
	
body {
	background: #D6DFE6;
	background-image: url(../images/layout/bgMain.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: verdana, arial, sans-serif;
	}

* {
	margin: 0;
	padding: 0;
	}