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

/* --- ALLGEMEINES --- */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

html {
	/*background-color: #525252;*/
}

body {
	background: url(img/bg_bayern.png), url(img/bg_body.jpg), #93beff;
    background-position: left top, left top;
    background-repeat: no-repeat, repeat-x;
}

.clear {
	clear: both;
}

.titel {
	font-size: 15px;
	font-weight: bold;
	/*color: #0865f1;*/
	color: #464646;
	padding: 2px 0;
	width: 360px;
	border-bottom: solid 1px #464646;
}

h1, h2, h3, h4 {
	font-size: 15px;
	font-weight: bold;
	color: #464646;
}

.verkauf-header {
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	width: 100%;
	background-color: #0865f1;
	margin-top: 15px;
	margin-bottom: 15px;
}

a {
	color: #0865f1;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

img {
	border:0;
}


/* --- ALLGEMEINES ENDE --- */

/* --- DIV TAGS --- */

/* --- PAGE --- */

#pagewrap {
	width:1024px;
	margin: 0 auto;
	margin-top: 30px;
	
	-moz-box-shadow: 0 1px 7px #000000; /*Mozilla-basierte Browser (z.B. Firefox)*/
    -webkit-box-shadow: 0 1px 7px #000000; /*WebKit-basierte Browser (z.B. Safari/Chrome)*/
    box-shadow: 0 1px 7px #000000; /*CSS3 Standard*/
}

#page {
	width:1024px;
 	min-height:800px;
	margin: 0 auto;

	background-image:url(img/bg.jpg);
	background-position: top left;
	background-repeat:  repeat-y;
}

/* --- HEADER --- */

#header {
	height: 165px;
	padding-left: 74px;	
	width: 950px;
}

#header-right {
	width: 950px;
	height: 165px;
	background-image:url(img/header.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#header a {
	text-decoration: none;
	border: 0;
}

/* --- CONTENT --- */

#content {
	width: 950px;
	padding-left:74px;
}

#content_text {
	margin:0;
	padding: 0;
	margin-top: 15px;
}

/* --- CONTENT MIDDLE --- */

#contentMiddle{
	width: 655px;
	float:left;
	font-size: 14px;
	padding: 15px 25px;
}

table.verkauf tr {
	border-bottom: solid 1px black !important;
	border-collapse:separate;
	border-spacing: 0px;
}

/*#contentMiddle table {
	width: 650px;
	clear:both;
}

.termine {
	width: 650px; !important
}

#contentMiddle td {
	width: 305px;
	padding-right: 10px;
	vertical-align: top;
} */

#contentMiddle img {
	background-color: #FFFFFF !important;
    border: 5px solid white;
    box-shadow: 1px 2px 6px #555555;
}

#objects img {
	border: none !important;
	box-shadow: none !important;
}

#objects p {
	display: block;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;	
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

/* -- CONTENT ZWEISPALTIG -- */

#contentColumnLeft {
	width: 320px;
	float: left;
	padding: 15px 5px 0px 25px;
	margin-right: 5px;
}

#contentColumnRight {
	width: 320px;
	float: left;
	padding: 15px 25px 0px 5px;
}

/* -- CONTENT RIGHT --- */

.contentRight {
	width: 244px;
	float: right;
	padding-left: 0px;
	margin-top: -1px;
	font-size: 13px;
}

.contentRight div {
	border-top: solid 1px #707173;
	width: 219px;
	padding: 0 10px 0 15px;
}

.contentRight .clear {
	width: 10px !important;
	border: none !important;
}

.contentRight p  {
	display: block;
}

.contentRight h2, h3  {
	font-size: 14px;
}

/* --- NEWS BOX RIGHT --- */

.contentRight .boxNews p {
	padding:0;
	width:213px;
}

.contentRight .boxNews a {
	padding:0;
	padding-top: 8px;
	height: 0px;
}

.contentRight .boxNews img {
	background-color: #FFFFFF !important;
    border: 5px solid white;
    box-shadow: 1px 2px 6px #555555;
}


/* --- NAVIGATION START --- */

#nav {
	height: 16px;
	background-color:#707173;
	width: 704px;
	margin-left: 74px;
	/*border-bottom: solid 1px #707173;*/
	border-left: solid 1px #707173;
	border-right: solid 1px #707173;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
  	z-index: 99;
}

#nav ul li {
	color: #fff;
	font-size: 87%;
	border-right: 1px solid #fff;
	float: left;
}

#nav ul li a {
	padding: 1px 5px;
	color: #fff;
	display: block;
	font-size: 13px;
}

#nav ul li a:hover, #nav ul li.active {
	text-decoration: none;
	background-color: #0865f1;
}

#nav ul li ul {
	position: absolute;
	top: 211px;
	/*border-top:1px solid #fff;*/
	width: auto;
	height: auto;
	display: none;
	width: 200px;
	border-left: 1px solid #707173;
	border-right: 1px solid #707173;
	border-top: 1px solid #707173;
}

#nav ul li:hover ul {
	display: block;
}

#nav ul li ul li{
	float: none;
	/*border-bottom: 1px solid #FFF;*/
	border-bottom: 1px solid #707173;
	border-right: none;
}

#nav ul li ul li a{
	display: block;
	padding-top:3px;
 	line-height: 14px;
	background-color: #9c9e9f;
}

#nav ul li ul li ul li a{
	background-color: #d9dadb;
  	color:#707173;
}

#nav ul li ul li a:hover{
	background: #707173;
 	color:#fff;
}

#nav ul li:hover ul li ul{
	display: none;
}

#nav ul li ul li:hover ul{
	display: block;
}

#nav ul li ul li ul{
	position: absolute;
	left: 200px;
	top: auto;
	margin-top: -18px;
}

/* --- NAVIGATION ENDE --- */

/* --- FOOTER START --- */

#footer {
	clear:both;
	height: 60px;
	width:950px;
	background-image: url(img/bg_footer.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 74px;
	background-color:#9b9fa2;
}

#footer_right {
	height: 50px;
	width: 234px;
	padding-left: 10px;
	padding-top: 9px;
	float: right;
	background-color: #d9dadc;
	border-top: solid 1px #707173;
	
	border-left: solid 1px #707173;
}

#footer_right a {
	color: #000000;
	font-size: 13px;
}

/* --- META --- */

#meta {
	width: 650px;
	float:left;
}

#meta ul {
	margin: 0;
	padding-top: 25px;
}

#meta li {
	display: inline;
}

#meta li a {
	float: left;
	text-decoration: none;
	width: 100px;
	line-height: 10px;
	color: #ffffff;
}

#meta li a:hover {
	color: #0865f1;
}
	
/* --- FOOTER ENDE --- */