/*
 * 
 * CSS-brakemeier-ingenieure
*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700);

/* 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 {
	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;
}

body {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 16px;
}
#wrapper {
	margin: 0 auto;
	background: url(/pics/wrapper_bg.png) repeat-x top center;
	min-width: 980px;
}
#content {
	width: 980px;
	margin: 0 auto;
	border-top: 0 none;
	background-color: white;
	background-image: url(http://brakemeier-ingenieure.de/pics/p11c08adjust2.GIF);
	-webkit-box-shadow: 0 4px 40px #BBB;
	-moz-box-shadow: 0 4px 40px #BBB;
	box-shadow: 0 4px 40px #BBB;
	text-align: center;
	padding: 20px 0;
}
#logo {
	margin: 0 auto 20px;
	width: 480px;
	padding: 44px 0 0 0;
}
#logo img {
	display: block;
	margin-bottom: 20px;
}
#logo h1 {
	font-size: 14px;
	text-align: center;
	font-weight: 400;
}
p.horizontal_list {
	font-size: 14px;
	font-weight: 700;
	height: 30px;
	margin-bottom: 18px;
}
p.horizontal_list img {
	display: inline-block;
	width: 8px;
	margin: 0 10px 0 9px;
}
#content hr {
	margin: 20px 0;
	clear: both;
}
#content .content_left {
	width: 50%;
	float: left;
	text-align: right;
}
#content .content_left img {
	-webkit-box-shadow: 0 4px 20px #999;
	-moz-box-shadow: 0 4px 20px #999;
	box-shadow: 0 4px 20px #999;
}
#content .content_right {
	text-align: left;
	font-size: 12px;
	width: 42%;
	float: left;
	padding: 46px 0 0 8%;
	}
#content .content_right .address span,
#content .content_right ul li span {
	font-weight: 700;
	display: inline-block;
	margin-bottom: 6px;
}
#content .content_right ul + ul li span {
	font-weight: 600;
}
#content .content_right .address span {
	font-size: 14px;
}
#content .content_right ul li span {
	margin: 0;
	position: absolute;
	left: 0;
}
#content .content_right ul li{
	margin: 8px 0;
}
#content .content_right ul li + li {
	margin-left: 64px;
}
#content .content_right ul{
	position: relative;
}
#content a,
#content .content_right a {
	text-decoration: none;
	color: grey;
}
#content .content_right ul + ul  li {
	text-align: right;
}
#content .content_right ul + ul {
	padding-top: 12px;
	width: 259px
}
#content a {
	font-size: 12px;
}
.start_pic {
	display: block;
	height: 340px;
}
#constr {
	margin-bottom: 10px;
}
#constr img {
	display: block;
	width: 420px;
	margin: 0 auto;
}
