/* CSS Document */

* {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

body {
	background-color: #61543d;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cfcabd;
	text-decoration:none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cfcabd;
	text-decoration:underline;
}

#all {
	margin-top: 100px;
}

#left {
	position: absolute;
	width: 28px;
	height: 338px;
	background-color: #483e2c;
	float:left;
}

#middle {
	margin-left: 38px;
	width: 658px;
	height: 338px;
	/*background-color: red;*/
	float:left;
	position:absolute;
}

#right {
	margin-left: 706px;
	/*float: left;*/
	position:absolute;
}

#right_top {
	width: 298px;
	height: 252px;
	background-image: url(../00_img/start_box_rechts_back.gif);
	background-repeat: no-repeat;
}

#right_bottom {
	margin-top: 5px;
	width: 298px;
	height: 81px;
	background-image: url(../00_img/start_box_rechts_back_klein.gif);
	background-repeat: no-repeat;
}

#right_ultra {
	margin-left: 10px;
	min-width: 200px;
	height: 338px;
	background-color: #42331f;
	float: left;
}

#box_1 {
	height: 164px;
	width: 324px;
	background-color: #8a8165;
	float:left;
	margin-bottom: 10px;
}

#box_2 {
	height: 164px;
	width: 324px;
	background-color: #8a8165;
	float:right;
	margin-bottom: 10px;
}

#box_3 {
	height: 164px;
	width: 324px;
	background-color: #8a8165;
	float: left;
}

#box_4 {
	height: 164px;
	width: 324px;
	background-color: #8a8165;
	float: right;
}

img {
	border: none;
	margin: 5px 0px 0px 5px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cfcabd;
}

#middle a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cfcabd;
	font-weight: bold;
	text-decoration:none;
}

#middle a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #483e2c;
	font-weight: bold;
	text-decoration:none;
}

#box_1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cfcabd;
	font-weight: normal;
	text-decoration:none;
}

#box_1 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #483e2c;
	font-weight: normal;
	text-decoration:none;
}

/*#news {
	margin: 120px 0px 0px 15px;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cfcabd;
	position:absolute;
	width: 255px;
}*/

#news {
	margin: 115px 0px 0px 0px;
	position:absolute;
}

#sofortkontakt {
	margin: 15px 0px 0px 15px;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cfcabd;
	position:absolute;
}

#sofortkontakt a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cfcabd;
	font-weight: bold;
	text-decoration:none;
}

#sofortkontakt a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cfcabd;
	font-weight: bold;
	text-decoration:underline;
}

#subnavigation {
	position: absolute;
	bottom: 90px;
	margin-left: 15px;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
}

#subnavigation ul {
	list-style-type: none;
	display: inline;
}

#subnavigation ul li {
	display: inline;
	padding-right: 5px;
}

#subnavigation ul li a {
	color: #bbb7af;
	text-decoration: none;
}

#subnavigation ul li a:hover {
	color: #ffffff;
	text-decoration: none;
}

.box_text {
	margin: 10px 0px 0px 15px;
	line-height: 12px;
	width: 290px;
}

.bold {
	font-weight: bold;
	margin-bottom: 5px;
}

.logo {
	position: absolute;
	right: 33px;
	top: 15px;
}