/* Eric Meyer's CSS Reset. http://meyerweb.com/eric/tools/css/reset/ v1.0 | 20080212 */
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0 none;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*GO!*/
body {
	background: #fff url(img/bgr.png) repeat-x scroll 0 0;
	color: #000;
	font: 13px/16px "Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
	margin:5px auto 10px;
	width: 100%;
}
a {
	color: #000;
	font-style: italic; 
}
a:hover {
	color: #4169E1;
}
p {
	padding: 5px 10px 0 10px;
}
h1 {
	padding:10px;
	color:red;
	font-size: 16px;
}
h2 {
	color:#000000;
	font:small-caps bold 26px "Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
}
h3 {
	color:#000000;
	font:small-caps bold 18px "Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
}
#header {
	background: url(img/header.png) repeat-x 0 0;
	height:70px;
	margin: 0 auto;
	text-align:center;
	width: 995px;
	border:1px solid blue;
}
#header h1 {
	color:#000000;
	font:small-caps bold 36px "Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
}
#anwaltwaltskanzlei {
	width:995px;
	margin: 0 auto;
}
.bitterfeld, .anwaeltin {
	border: 1px solid blue;
	width: 490px;
	height:360px;
	margin: 10px 0;
}
.bitterfeld {
	float:left;
}
.anwaeltin {
	float:right;
}
#footer {
   clear:both;
	border:1px solid blue;
	margin: 0 auto;
	padding-bottom:6px;
	width:995px;
}
#map {
   border: 1px solid blue;
   width:975px;
	height: 500px;
	margin:10px auto;
	padding:10px;
}
.textcenter {
	text-align:center;
}
.textleft {
	text-align:left;
}
.textright {
text-align:right;
}
.textjustify {
	text-align:justify;
}

