html {
	margin:0;
	padding:0;
	
}


body {
	width: 750px;
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 40px 0 20px 0;
	background-color: #999999;
	background-image:  url("bg.gif");
	background-attachment: fixed;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em; /* angenommen 12px*/
	line-height: 1.16em; /* relativ 14px */
	line-height: 1.333em; /* relativ 16px */
	color: #000000;

}

.clear {clear:both;}

.hidden {display:none;}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 30px;
	color: #990000;
	margin: 0;
	border-bottom: 1px solid #990000;
}

h2 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.25em;
	color: #990000;
}


a {color: #000000}
a:hover {color: #C40008}

.bodytext_big {
	font-size: 1.1666em;
	line-height: 1.333em;
}

.bodytext_bigger {
	font-size: 1.333em;
	line-height: 1.6em;
}

.bodytext_rot_fett {
	color:#990000;
	font-weight: bold;
}

.bodytext_rot {
	color:#990000;
}

.box_outline_rot {
	border: 1px solid #990000;
	padding: 10px;
}

/* ------------------------------ Layout ------------------------------ */

#notruf-label {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 145px;
	height: 145px;
	background-image:  url("header_notruf.png");
	background-repeat: no-repeat;
	/*background-position: left top;*/
}

#outer {
	background-color: #FFFFFF;
	/*position: relative;*/
	width: 750px;
	text-align: left;
	padding: 20px 0 20px 0;
}

#inner {
	margin:0 20px 0 20px;
}

#header {
	height: 160px;
	width: 690px;
}

#headerimage {
	float: left;
	width: 160px;
	height: 160px;
}

#headerlogo {
	float: left;
	margin-left: 40px;
	width: 490px;
	height: 160px;
}

#main {margin-top:20px;}

#leftcolumn {
	float:left;
	width: 160px;
	overflow: hidden;
}

#logo-anwaltverein {margin-top: 30px;}


#content {
	text-align: justify;
}

#footer{margin-top: 10px; width: 750px;}
#footer a {color:#000000;text-decoration:none;}
#footer a:hover {color:#000000;text-decoration:underline;}

/* ------------------------------ Navi ------------------------------ */

#navi ul {
	list-style: none;
	padding: 0px;
	margin:0px;
	border-top: 1px solid #990000;
}

#navi ul li {
	border-bottom: 1px solid #990000;
	color: #666666;
	font-size: 1.333em;
	line-height: 30px;
	text-indent: 10px;
}

#navi ul li a {
	color: #666666;
	text-decoration: none;
}

#navi ul li a:hover {
	color: #990000;
}

#navi ul li a.active {
	color: #990000;
}

.whitediv {
	color:#F8F8F8
}
