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

body {
	font-size: 12px; /* Resets 1em to 10px */
	font-family : Arial, Helvetica, sans-serif;
	color:#007dc9;
	text-align:justify;
	overflow: visible;
	background:url(../images/web_02.png) repeat-x #FFF;
	margin:0 auto;
}
a {
	color:#4EB1A9;
	text-decoration : none;
	margin:0 4px;
}
a:hover {
	color : #12468F;
	text-decoration:underline;
}
h1 {
	font-size:16px;
	margin:0;
	padding:0;
	width:auto;
}
p {
	margin:40px 0 0 0;
}
ul {
	margin:10px 0 0 20px;

}
#webMain{
	width:988px;
	height:auto;
	margin:0 auto;
	}
#webTop{
	width:988px;
	height:351px;
	background:url(../images/web_01.png) no-repeat;
	}
#webCon{
	width:860px;
	padding:0 28px 0 100px;
	background:url(../images/web_04.png) repeat-y;
	height:auto;
	}
#webBot{
	width:inherit;
	height:69px;
	background:url(../images/web_05.png) no-repeat;
	}
#sitename{
	width:500px;
	height:30px;
	font-size:18px;
	float:right;
	margin:15px 0 33px 0;
}
#sitename a{
	color:#FFF;
}
#sitename a:hover{
	color:#FFF;
}
#sitemenu{
	clear:both;
	width:300px;
	height:220px;
	
	margin-left:450px;}


#sitemenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0;
}
#sitemenu ul li {
	padding: 0px;
}
#sitemenu ul li a {
	font-weight:normal;
	background: ;
	display: block;
	padding: 2px 0;
	line-height: 26px;
	padding-left: 10px;
	text-decoration: none;
	font-size:14px;
	color:#007dc9;
	border-bottom:1px dotted #A2C70D;
	border-left:1px dotted #A2C70D;
	border-right:1px dotted #A2C70D;
	
}
#sitemenu ul li a:visited {
	color:#007dc9;
}
#sitemenu ul li a:hover {
	color:#007dc9;
	background-color:#A2C70D;
}
#impressum{
	
	width:317px;
	height:320px;
	background:url(../images/ImpressumPapaMakler.jpg) no-repeat;}
