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

body {
	font-size: 12px; /* Resets 1em to 10px */
	font-family:Verdana, Geneva, sans-serif;
	color:#FEEACB;
	text-align:justify;
	overflow: visible;
	margin:0 auto;
	background:#000;
}
a {
	color:#F00;
	text-decoration : none;
	margin:0 4px;
	font-weight:bold;
}
a:hover {
	color:#F00;
	text-decoration:underline;
}
h1 {
	font-size:15px;
	margin:0px 0 0 270px;
	padding:0;
	width:auto;
	clear:both;
}
p {
	margin:40px 0 0 0;
}
ul {
	margin:10px 0 0 20px;

}
#japsetMain{
	width:1200px;
	height:auto;
	margin:0 auto;
	background:url(../images/japset_02.png) repeat-y;
	}
#japsetTop{
	width:1200px;
	height:781px;
	background:url(../images/japset_01.png) no-repeat;
	}
#japsetCon{
	width:750px;
	padding:0 28px 0 348px;
	min-height:660px;
	position:relative;
	margin-top:-660px;
	line-height:1.5em;
	/*overflow-y: scroll; overflow-x: hidden;*/
	
	}
#japsetBot{
	width:1160px;
	height:32px;
	background:url(../images/japset_03.png) no-repeat;
	text-align:left;
	padding:0 0 0 40px;
	}
#japsetBot a{
	padding:5px 10px;
	color:#fff;
	background:#000;

	font-size:12px;
	}
#japsetBot a:hover{
	color:#fff;
	background:#000;
	}
#sitename{
	width:290px;
	height:20px;
	font-size:15px;
	float:right;
	margin:13px 30px 27px 0;
	text-align:center;
}
#sitename a{
	color:#FFF;
}
#sitename a:hover{
	color:#FFF;
}
#sitemenu{
	clear:both;
	width:1100px;
	height:30px;
	margin-left:50px;
	}
#sitemenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0;
}
#sitemenu ul li {
	padding: 0px;
	min-width:50px;
	float:left;
}
#sitemenu ul li a {
	font-weight:normal;
	display:inline;
	padding: 2px 8px;
	line-height: 26px;
	text-decoration: none;
	font-size:13px;
	color:#fff;
	border-right:1px solid #fcb84d;
	width:auto;
}
#sitemenu ul li a:visited {
	color:#fff;
}
#sitemenu ul li a:hover {
	color:#fff;
	text-decoration:underline;
}
#impressum{
	float:right;
	width:317px;
	height:320px;
	background:url(../images/ImpressumPapaMakler.jpg) no-repeat;
	margin-top:20px;
	}


