/* leerräume am bildrand beim IE entfernen */
body, html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	color: #333;
	font-family: Verdana,Arial,sans-serif;
	font-size: 11px;
}


/* frameset */
div#background {
	border: 0px solid #ccc;
	margin: 0px;
	width: 100%;
	height: 100%;
}
#main {
	position:absolute;
	left:50%;
	width:800px;
	margin-top:30px;
	margin-left:-399px;
	padding:0px;
	border:1px solid #158C80;
	background-color:#fff;
	min-height: 620px;
	height:auto !important;  /* für moderne Browser */
	height:620px;  /*für den IE */
	margin-bottom: 40px;
}
#head {
	width: 800px;
	background: transparent url(img/head_bg.png) no-repeat;
	height: 211px;
}
#head_left {
	width: 520px;
	background-color:transparent;
	height: 110px;
	float: left;
}
#head_right {
	width: 160px;
	background-color:transparent;
	height: 110px;
	float: right;
}
#bild {
	width: 800px;
	height: 100px;
}
#content {
	width: 800px;
	min-height: 350px;
	height:auto !important;  /* für moderne Browser */
	height:350px;  /*für den IE */
	padding-top: 35px;
}
#content_left {
	width:  563px;
	float: left;
	padding-left: 65px;
}
#content_right {
	width: 170px;
	float: right;
}

div.wrapall {
	clear: both;
}
div#logo {
	height: 80px;
}
/* navigation */
#navigation {
	width: 500px;
	padding-left: 10px;
	height: 30px;
	height:auto !important;  /* für moderne Browser */
	height:30px;  /*für den IE */
	position: relative;
	top: 8px;
}
/* hilfsnavigation */
#hilfsnavigation {
	width: 100%;
	text-align: right;
}
#hilfsnavigation span.hilfsnavi_item{
	padding: 5px;
	border-left: 1px solid #ccc;
	vertical-align: center;
	position: relative;
	top: 5px;
}
#hilfsnavigation span.hilfsnavi_item a{
	color: #333;
	text-decoration: none;
}
#hilfsnavigation span.hilfsnavi_item a:hover{
	text-decoration: underline;
}

/* bilderframe */
span.framebild {
	width: 160px;
	height: 100px;
	background-color: #fff;
}

/* elements */
h1 {
	font-size: 1.2em;
	color: #53A0DF;
}
h2 {
	font-size: 1.0em;
	color: #148B7F;
}
td a {
	color: #53A0DF;
	text-decoration: underline;
}
td a:hover {
	color: #333;
	text-decoration: underline;
}
div.itemliste {
	width: 390px;
	border-bottom: 1px dotted #53A0DF;
	border-left: 1px dotted #53A0DF;
	padding: 0 0 5px 5px;
	margin-bottom: 5px;
}
div#content_left a{
	color: #53A0DF;
	text-decoration: underline;
}
div#content_left a:hover {
	color: #333;
	text-decoration: underline;
}
div#prod_anfrage {
	background-color: #C9EBFC;
	width: 65%;
	padding: 5px;
	color: #000;
	border: 1px dotted #5098E1;
}

/* bereich aktuelles */

div.aktuelles_artikel {
	width: 390px;
	border-bottom: 1px dotted #53A0DF;
	border-left: 1px dotted #53A0DF;
	padding: 0 0 5px 5px;
	margin-bottom: 5px;
}