/* STYLE OF KAUFEN-BAUEN-MIETEN.DE */

/* CSS RESET */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
    text-align:center;
}

#website {
    width:100%;
    margin:100%;
    text-align:center;
line-height: 1;

}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* CSS RESET */

strong { font-weight:bold; }
body { font-family:Tahoma, Verdana; }
h1 { font-size:16px; font-weight:bold; margin:0 0 10px 0; }

#header { height:176px; width:1000px; background:#c02651; color:#FFF; }
	.logo 		{ display:block; float:left; margin:43px 0px 24px 30px; background:url('../img/kbm_logo.jpg') top left no-repeat; width:561px; height:109px; }
	.pdf 		{ display:block; float:left; margin:25px 0px 0px 0px; background:url('../img/btn_gold_round_small.png') top left no-repeat; width:135px; height:136px; text-decoration:none; }
		.pdf h1 { width:100%; margin:0; margin-left:-7px; margin-top:20px; font-size:24px; margin-bottom:3px; color:#333;  }
		.pdf span { color:#333; margin-left:-20px; font-weight:bold; }
	.kontakt 	{ float:right; background:url('../img/kbm_kontakt_haus.jpg') top left no-repeat; width:263px; height:176px; margin-right:10px; }
		.imprint{ float:right; margin-top:10px; color:#FFF; text-decoration:none; margin-right:20px; font-size:10px; }
			
#sidebar { float:left; width:114px; min-height:645px; height:100%; /* background:url('../../dummy_partner.jpg') no-repeat top left; */ }
	div.hl { float:left; text-align:center; height:114px; margin-bottom:20px; width:100%; margin-top:10px; background:url('../img/btn_gold_big_small.png') no-repeat top center; }
		a.hl { font-size:11px; display:block; color:#333; text-decoration:none; font-weight:bold; margin-bottom:25px; float:left; text-align:center; width:100%; margin-left:15px; margin-top:15px; line-height:15px; }
	
	img.logo_auslagestellen { margin-bottom:25px; margin-left:7px; }
	
	
#content { float:left; height:100%; max-width:885px; }
#content1 { float:left; height:100%; max-width:835px; padding:25px; }

.content_padding { float:left; width:836px; margin:25px; }

span.kontaktTxt { display:block; float:left; margin:70px 0px 0px 75px; font-size:13px; line-height:16px; }
span.kontaktTxt strong { font-weight:bold; }
span.kontaktTxt a { color:#FFF; }

div.sl { width:114px; height:77px; float:left; background:url('../img/btn_gold_small_small.png') no-repeat top center; }
a.weitereAuslagestellenLink { font-size:9px; font-weight:bold; color:#333; display:block; line-height:15px; padding-top:12px; text-decoration:none; margin-right:5px; text-align:center; }

div.auslagestellenBar { float:left; width:100%; }


