/**
 * margin häberle
 * editor stylesheet
 */


/**
 * general
 */

body {
	background: url(../images/bars_bg.png) repeat-x white;
	background-position: 0 97px;
	text-align: center;
}


/**
 * general design
 */

.marginbottom {
	margin-bottom: 7px;
}

a {
	color: #818285;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* upper containers */
div#container_outer {
	width: 711px;
	background: white;
	text-align: left;
	margin: 0 auto;
	padding-top: 14px;
}

div#container_inner {
	padding: 0 20px;
	height: 342px;
	overflow: visible;
}

/* lower containers */
div#container_lower {
	width: 100%;
	height: 342px;
	text-align: center;
}

div.brown {
	background: url(../images/ornament_brown.gif) no-repeat #8C6242;
	background-position: center bottom;
}
div.red {
	background: url(../images/ornament_red.gif) no-repeat #95311B;
	background-position: center bottom;
}

div#container_lower_inner {
	width: 671px;
	margin: 0 auto;
	text-align: left;
}

/* content */
div#content {
	position: absolute;
	width: 671px;
	height: 684px;
}

div#logo {
	position: absolute;
}


/**
 * content layout
 */

div#content_inner {
	position: absolute;
}

/* upper */
div.content_upper {
	position: absolute;
	margin: 141px 0 0 0;
	padding: 0;
	height: 201px;
	width: 671px;
	overflow: hidden;
}

div.text_center {
	position: absolute;
	margin: 0 0 0 206px;
	width: 265px;
	height: 200px;
}

div.image_upper {
	width: 166px;
	height: 200px;
	overflow: hidden;
	float: right;
}

div.headline_upper {
	position: absolute;
	height: 28px;
	margin: 172px 0 0 0;
}

div.shifter {
	overflow: hidden;
	height: 1px;
}

/* lower */
div.content_lower {
	position: absolute;
	height: 342px;
	margin: 342px 0 0 0;
	width: 671px;
	height: 200px;
	overflow: hidden;
}

div.headline_lower {
	padding: 6px 0 0 0;
	width: 190px;
	float: left;
}

div.headline_lower img {
	margin-left: 35px;
}

div.image_lower {
	margin: 0 0 0 206px;
	width: 300px;
	height: 147px;
	overflow: hidden;
}


/**
 * navigation
 */

ul#mainnav {
	list-style: none;
	position: absolute;
	margin: 64px 0 0 206px;
	z-index: 99;
}

ul#mainnav li {
	float: left;
	height: 18px;
	padding-right: 28px;
}

ul#mainnav li a {
	display: block;
	overflow: hidden;
	height: 18px;
	text-indent: -999px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

ul#mainnav li.active a,
ul#mainnav li.open a,
ul#mainnav li a:hover {
	background-position: 0 -18px;
}

ul#mainnav li.home a {
	width: 41px;
	background-image: url(../images/navigation/home.png);
}
ul#mainnav li.profil a {
	width: 37px;
	background-image: url(../images/navigation/profil.png);
}
ul#mainnav li.referenzen a {
	width: 78px;
	background-image: url(../images/navigation/referenzen.png);
}
ul#mainnav li.kontakt a {
	width: 55px;
	background-image: url(../images/navigation/kontakt.png);
}


ul#subnav {
	list-style: none;
	position: absolute;
	margin: 142px 0 0 0;
	width: 180px;
	z-index: 99;
}

ul#subnav li {
	height: 18px;
	margin-bottom: 8px;
}

ul#subnav li a {
	display: block;
	overflow: hidden;
	height: 18px;
	text-indent: -999px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

ul#subnav li.active a,
ul#subnav li.open a,
ul#subnav li a:hover {
	background-position: 0 -18px;
}

ul#subnav li.privat a {
	width: 41px;
	background-image: url(../images/navigation/privat.png);
}
ul#subnav li.gewerbe a {
	width: 64px;
	background-image: url(../images/navigation/gewerbe.png);
}


/**
 * portfolio
 */

a#ezarticlegallery_prev {
	position: absolute;
	background: url(../images/arrow_off_l.gif) no-repeat;
	width: 82px;
	height: 94px;
	margin: 395px 0 0 70px;
	overflow: hidden;
	text-indent: -999px;
	z-index: 99;
}
a#ezarticlegallery_prev:hover {
	background-image: url(../images/arrow_on_l.gif);
}

a#ezarticlegallery_next {
	position: absolute;
	background: url(../images/arrow_off.gif) no-repeat;
	width: 82px;
	height: 94px;
	margin: 395px 0 0 560px;
	overflow: hidden;
	text-indent: -999px;
	z-index: 99;
}
a#ezarticlegallery_next:hover {
	background-image: url(../images/arrow_on.gif);
}

div.content_item {
	position: absolute;
}


/**
 * contact form
 */

#contactform_error {
	display: none;
	margin-bottom: 5px;
	border: 1px solid #95311B;
	padding: 3px 5px;
}

#contactform input,
#contactform textarea {
	padding: 1px;
	margin: 1px;
	border: 1px solid #71635A;
	color: #71635A;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 11px;
	background: white;
}

#contactform_name,
#contactform_e-mail,
#contactform_message {
	width: 190px;
}

#contactform_message {
	height: 80px;
}


/**
 * contenido editor
 */

div#HTML_2_1 {
	position: absolute;
	width: 263px;
}

a#m2,
a#m4 {
	position: absolute;
	margin-left: -30px;
}

a#m4 {
	margin-top: 20px;
}
