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

body {
	font-family: Helvetica,sans-serif;
	color:#313131;
	background-color:#CCC;
	background-position: 50%;
	background-repeat:no-repeat;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	margin: 0 auto 0 auto;
	background-color:#DDD;
	width: 1024px;
/*	height: 48em;*/
	border-left: solid white 3px;
	border-right: solid white 3px;

}

#top_nav {
	margin: 0 auto 0 auto;
	background-color:#EEE;
	width: 1024px;
	height: 150px;
	background:url(img/layout/header.jpg);
}

#nav_buttons {
	margin: auto 240px 0 auto;
	padding: 112px 0 0 0;
	background-color:#EEE;
	width: 368px;
	height: 38px;
	background: none;
	z-index: 2;
}
#sidenav_buttons {
	padding: 16px 0 0 0;
	width: 178px;
	height: 112px;
	background: none;
	z-index: 2;
}

#img_buttons {
	padding: 16px 0 0 0;
	z-index: 2;
}

#img_buttons_02 {
	padding: 10px 0 0 0;
	z-index: 2;
}

#dorma_logo {
	float: right;
	margin: 0 42px 0 0;
	padding-top:98px;
	width: 160px;
	height: 48px;
	z-index: 4;
}

#startseite_logo {
	float: left;
	margin: 0 0 0 0;
	width: 178px;
	height: 149px;
	z-index: 40;
}

#info_merz {
	float: right;
	margin: 9px -330px 0 0;
	width: 232px;
	height: 48px;
	z-index: 6;
}

#www_merz {
	float: right;
	margin: 26px -330px 0 0;
	width: 232px;
	height: 48px;
	z-index: 5;
}

/*Main Content*/

#main_content {
	background-color:#FFF;
	height: 400px;
}

#main_left {
	float:left;
	background-color:#e1e3e3;
	width: 178px;
	height: 400px;
}

#main_middle {
	float:left;
	width: 610px;
	height: 400px;
	border-left: solid white 3px;
	border-right: solid white 3px;
	font-size: 12px;
}

#main_right {
	float:left;
	background-color:#e1e3e3;
	width: 230px;
	height: 400px;
	
}

#opener_text{
	font-size: 11px;
	line-height: 20px;
	margin: 0 20px 0 24px;
	padding-top: 16px;
}

/*Secondary Content*/

#sec_content {
	
	background-color:white;
	width: 1024px;
	height: 252px;
}

#sec_left {
	float:left;
	width: 178px;
	height: 300px;
}

#sec_middle {
	float:left;
	width: 610px;
	border-left: solid white 3px;
	border-right: solid white 3px;
}

#sec_teaser_01{
	float:left;
	width: 200px;
}

#sec_teaser_02{
	float:left;
	width: 200px;
	padding-left: 4px;
	padding-right: 4px;
}

#sec_teaser_03{
	float:left;
	width: 200px;
}

#sec_right {
	float: left;
	width: 230px;
}

#sec_text{
	font-size: 11px;
	line-height: 20px;
}
/*Inhalt*/

#con_text{
	font-size: 12px;
	line-height: 16px;
	padding-top: 16px;
	width: 610px;
}

/*Typo*/

#intro_mark {
	color: red;	
}

#footer{
	margin: 0 auto 0 auto;
	background-color:#EEE;
	width: 1024px;
	height: 65px;
	background:url(img/layout/footer.jpg);
	border-bottom:solid white 3px;
}
a:link {
	text-decoration: none;
	color: #F80;
}
a:visited {
	text-decoration: none;
	color: #F80;
}
a:hover {
	text-decoration: none;
	color: #F80;
}
a:active {
	text-decoration: none;
	color: #F80;
}

