/* RESET all styles */
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, button,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-size: 12px;
}
ol, ul {
	list-style: none;
}
ul, ol, dl {position: relative}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
html {overflow: scroll}


/* styling */
body {
	color: #000;
	font: 62.5%/150% Verdana, Arial, Helvetica, sans-serif;
	background: #f8f1dd;
}
h1 {
	color: #000;
	font-size:20px;
	font-weight:bold;
	margin-bottom: 15px;
	margin-top: 20px;
}
h2 {
	color: #234563;
	font-size:12px;
	font-weight:bold;
	margin-bottom: 7px;
	margin-top: 10px;
}
strong {
	font-weight: bold;
}
ul,
ol,
p,
hr,
table,
#map {
	margin-bottom: 1.4em;
}
address {
	font-style: normal; 
}
a:link,
a:visited {
	text-decoration: underline;	
}
a:focus,
a:hover,
a:active {
	text-decoration: none;	
}
a img {
	border: 0 none;
}
hr {
	background: #8E8E8E;
	border: none;
	clear: both;
	color: #8E8E8E;
	display: block;
	height: 1px;
	width: 100%;
}
a {
	color: #ed1c24;
	text-decoration: underline;
}
p {
	font-size: 12px;
}

/* Klassen
======================================== */

/* forms
======================================== */

/* table
======================================== */

/* clearfix
======================================== */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* container 
======================================== */
#container {
	margin: 0 auto;
	position: relative;
	width: 1054px;
	background: url(../img-baustelle/content_bg.gif);
}
/* content
======================================== */
#content_shadow_top {
	background: url(../img-baustelle/content_shadow_top.gif);
	height: 30px;
	width: 1054px;
}
#content_shadow_bottom {
	background: url(../img-baustelle/content_shadow_bottom.gif);
	height: 30px;
	width: 1054px;
}
#content_col1 {
	width: 515px;
	margin-left: 37px;
	margin-top: 10px;
	padding-bottom: 100px;
	position: relative;
}
#box {
	margin-top: 20px;
	margin-bottom: 60px;
	height: 120px;
	width: 500px;
	background: url(../img-baustelle/box.gif);
}
#box p {
	margin-left: 15px;
	padding-top: 30px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	line-height: 28px;
}
#content_col2 {
	position: absolute;
	top: 120px;
	left: 557px;
	width: 460px;
}
#haendler-ausgabe {
	overflow: auto;
}
.haendler {
	position: relative;
	width: 225px;
	border: solid #90aac1 1px;
	background: #edeff1;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
	height: 140px;
}
#content {
	width: 1000px;
	margin-left: 37px;
	margin-top: 10px;
	position: relative;
}