
body{
margin:0;
padding:0;
line-height: 1.5em;
font: 100% Verdana, Arial, Helvetica, sans-serif;
}

a:link {
	color: #525050;
	text-decoration: underline;
}

a:visited {
	color: #525050;
	text-decoration: underline;
}

a:active {
	color: #525050;
	text-decoration: underline;
}

a:hover {
	color: #999999;
	text-decoration: underline;
}

b{font-size: 110%;}
em{color: red;}

h1 {
	color: #525050;
	font-size: 1.2em;
	margin-bottom: 1.2em;
}

h2 {
	color: #151659;
	font-size: 1.0em;
	margin-bottom: 1.2em;
}


#alles{
width: 920px;
margin: 0 auto; /* center on page*/
}

#logo{
text-align: center;
margin-top: 10px;
}

#oben{
background: #ffffff;
}

#linie{
background: #151659;
height: 1px;
margin-top: 0px;
margin-bottom: 5px;
}

#inhalt-gesamt{
margin-top: 10px;
width: 100%;
}

#inhalt-links{
float: left;
width: 200px;
min-height: 550px;
margin-top: 0px; /* set to -(alles.width)*/
margin-left: 5px;
}

#inhalt-mitte-gesamt{
margin-left: 200px; /* set to inhalt-links.width*/
background: url(../media/bilder/paragraph.jpg) no-repeat;
background-position:400px 140px;
min-height: 550px;
}

#inhalt-mitte{
float: left;
margin-left: 0px;
margin-right: 0px;
width: 500px;
min-height: 550px;
color: #525050;
font-size: 0.7em;
text-align: left;
}

#inhalt-mitte input, #inhalt-mitte select, #inhalt-mitte textarea {
width: 300px;
float: left;
color: #525050;
border: 1px solid #999999;
margin: 3px;
}

#inhalt-mitte img.anwaltsarbeit {
width: 464px;
height: 152px;
margin-left: 0px;
}

#inhalt-rechts{
margin-top: 0px;
color: #525050;
font-size: 0.7em;
}

.position_center{
margin: 10px;
text-align: center;
}

.position_left{
margin: 10px;
text-align: left;
}

#footer{
clear: left;
width: 100%;
text-align: center;
padding: 4px 0;
}

#footer p {
color: #525050;
font-size: 0.6em;
padding: 0;
margin: 0;
}



