#nav, .img, #submenu, #objektplaner, #filialsuche, #footer{
	display:none;
}

body {
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
html,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,fieldset,select,form,legend,input,hr,img {
	margin:0;
	padding:0;
	border: 0;
}
ul, li {
	list-style-type:none;	
}
ol {
	list-style-type: decimal-leading-zero;
}
input, textarea, select {
	color: #383838;
	padding: 2px;
	border: 1px solid #e6e5e1;
	font-size: 11px;
}

hr {
	clear: both;
}

h1,h2,h3 {
	font-weight: bold;
	color: #787878;
	margin-bottom: 10px;
	line-height: normal;
}

p {
	margin-bottom: 12px;
}


dl {
	margin-bottom: 10px;
	clear: both;
}

a {
	color: #ff0000;
	text-decoration: underline;
	
}

.button {
	padding: 0;
	border: 0;
}

#breadcrumbs {
	border-bottom: 1px solid #e5e3d4;
	padding: 12px 0px 14px 0px;
	font-size: 11px;
	margin-bottom:20px;
}
#title {
	margin: 0 0 25px 0;
}

#logo:after {
    width: 291px;
    height: 109px;
    display: block;
    content:url(/nav/de/logo.gif);
}
* html #logo{
    width: 291px;
    height: 109px;
    overflow: hidden;
    display: list-item;
    list-style-position: inside;
    list-style-image: url(/nav/de/logo.gif);
    letter-spacing: -1000em;
    font-size: 1pt;
}
*+html #logo{
    width: 291px;
    height: 109px;
    overflow: hidden;
    display: list-item;
    list-style-position: inside;
    list-style-image: url(/nav/de/logo.gif);
    letter-spacing: -1000em;
    font-size: 1pt;
}

#title .image{
	float:right;
}
.dekor, .zubehoer{
	float:left;
	margin-right:10px;
}
.zubehoer{
	width:190px;
	height: 195px;
}
.strukturen{
	clear:both;
}

#content h1 {
	font-size: 36px;
	margin:10px 0 10px 0;
}
#content h2 {
	font-size: 24px;
	margin:0 0 4px 0;
}
#content h3 {
	font-size: 18px;
	margin:8px 0 4px 0;
}
#content h4 {
	font-size: 12px;
	margin:8px 0 2px 0;
}

#content p {
	padding: 0 10px 0 0;
}