/**
 * Reset
 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

textarea, input, select { font: inherit; font-size: 1em; white-space: normal; }



/**
 * immozeus
 */

body, th, td, input, textarea, option, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
}

body {
	text-align: center;
	color: #414141;
	background: url(../../../images/immozeus/layout_bg.png) no-repeat top center #fff;
	margin: 0 5px 0px 5px;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, ul, li, dl {
	margin: 0 0 10px 0;
	padding: 0;
}

h1 {
	color: #e00015;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 20px;
}

h2 {
	color: #e00015;
	font-size: 19px;
	font-weight: normal;
	margin-top: 30px;
	margin-bottom: 20px;
	line-height: 1.1em;
}

h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: bold;
}

a {
	color: #d21e0a;
}

a.link_silent {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #DDD;
}

#container {
	width: 930px;
	text-align: left;
	margin: 0 auto;
}

#header {
	height: 50px;
	padding: 4px 20px 10px 30px;
}

#header #logo {
	float: left;
	margin-top: 0px;
	margin-left: 0px;
}

#header #metanavi {
	float: right;
}

#header #metanavi a {
	color: #005a00;
}

#header h1 {
	display: none;
}

#header p {
	display: none;
}

#tabnav ul {
	margin: 8px 0 0 0;
}

* html #tabnav ul {
	margin: 2px 0 0 0;
}

#tabnav li {
	float: left;
	width: auto;
	height: 33px;
	background: url(../../../images/immozeus/tab_left.png) no-repeat bottom left;
	margin: 0;
	padding: 0;
}

* html #tabnav li {
	Xwidth: 222px;
}

#tabnav li.active,
#tabnav li:hover {
	background: url(../../../images/immozeus/tab_left_active.png) no-repeat bottom left;
}

#tabnav li.active a,
#tabnav li:hover a {
	background: url(../../../images/immozeus/tab_right_active.png) no-repeat bottom right;
}

#tabnav li a {
	display: block;
	color: #005a00;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	/*height: 33px;*/
	line-height: 33px;
	background: url(../../../images/immozeus/tab_right.png) no-repeat bottom right;
	padding: 0 20px;
}

#visual img {
	border-bottom: 1px solid #e00015;
	margin: 5px 0 0 0;
	padding: 0 0 1px 0;
}

#breadcrumbs {
	display: none;
}

#sidebar_left {
	clear:left;
	float: left;
	width: 200px;
	background: url(../../../images/immozeus/sidebar-separator.png) no-repeat top right;
	padding: 20px 20px 10px 12px;
	margin: 0;
}

#mainnavi {
	width: auto;
	height: 400px;
	font-size: 13px;
	padding: 0 0 10px 10px;
}

#mainnavi li {
	list-style: none;
	background: url(../../../images/immozeus/navi-separator.png) no-repeat bottom left;
	padding: 0 0 12px 0px;
}

#mainnavi li:hover,
#mainnavi li.selected {
	/*background-color: #FFF;*/
}

#mainnavi li.active {
	list-style: none;
}

#mainnavi a {
	color: #005a00;
	text-decoration: none;
	padding: 8px 0 10px 10px;
}

#mainnavi li.active a {
	color: #fff;
	display: block;
	width: 200px;
	font-weight: bold;
	background: url(../../../images/immozeus/navi-arrow.png) no-repeat center left;
}

#maincontent {
	margin: 23px 50px 20px 260px;
}

#maincontent li {
	list-style: url(../../../images/immozeus/bullet.gif) outside;
	margin-left: 30px;
	padding-left: 5px;
}

#footer {
	color: #aaa;
	font-size: 12px;
	padding: 10px 0 10px 30px;
}

#footer a {
	color: #aaa;
	text-decoration: none;
}

.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

.align_center {
	text-align: center;
}

.align_right {
	text-align: right;
}

.hidden {
	display: none;
}


/**
 * Content Styles
 */

.text_image {
	width:100%;
	margin-bottom: 20px;
}

* html .text_image {
	float:left;
}

.text_image_left img {
	float: left;
	padding: 0 20px 10px 0;
}

.text_image_right {
	float: right;
	background: url(../../../images/immozeus/shadow_right.png) no-repeat bottom right;
	margin-right: -8px;
	padding: 0 8px 9px 20px;
}

* html .text_image_right {
	padding: 0 8px 6px 20px;
}

*+html .text_image_right {
	padding: 0 8px 6px 20px;
}


/**
 * info box
 */

.alertbox {
	margin-bottom: 10px;
}

.alertbox .topcorner {
}

.alertbox .contentbox {
	background: #fff url(../../../images/immozeus/box_info_top.png) no-repeat left top;
	padding:10px 23px;
}

.alertbox .contentbox h3 {
	font-size: 17px;
	font-weight: normal;
	color: #e00015;
	margin-top: 35px;
	margin-bottom: 10px;
}

.alertbox .bottomcorner {
	background: url(../../../images/immozeus/box_info_btm.png) no-repeat left bottom;
	height:6px;
}

* html .alertbox .bottomcorner {
	display:none;
}


/**
 * sitemap
 */

#maincontent ul.sitemap {
	margin: 0;
	padding: 0;
}

#maincontent ul.sitemap li {
	list-style: none;
	margin: 0 0 0 20px;
	padding: 5px 0 5px 0;
}

#maincontent ul.sitemap a {
	color: #333;
}

form {
	background: url(../../../images/immozeus/block-separator.png) no-repeat top left;
	margin: 1px 0 10px;
	padding: 1px 0 0 0;
}

form div {
	margin-bottom: 10px;
}

form label {
	float: left;
	width: 80px;
}

form .col2 {
	padding-left: 80px;
}

form .btn {
	color:#000000;
	background:#DDDDDD;
	font-weight:bold;
	text-decoration: none;
	border-top: 1px solid #EEEEEE;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #EEEEEE;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin:0 0 5px 0;
	padding:4px 6px !important;
}

form .btn:hover {
	border-top: 1px solid #999999;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	border-left: 1px solid #999999;
}

.input {
	background: #f3f3f3;
	border: 1px solid #999;	
}

.input:active,
.input:focus {
	background: #f9f9f9;
	border: 1px solid #333;	
}


/* gallery */

ul.gallery {
	padding: 0;
	margin: 0 0 10px 0;
}

#maincontent .gallery li {
	display: inline;
	list-style: none;
	background: none;
	margin: 0;
	padding: 0;
}

.gallery img {
	padding: 0 5px 5px 0;
	margin: 0 0 0 0;
}



