/** Scrollbar erzwingen*/
html { height: 100% } 
body {
	background: #005F2E;
	margin: 0 0 0 0px;
	font: normal .8em "Century Gothic", Arial, Geneva, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 100.1%;
}

h1, h2, h3, h4, h5, h6 {
	color: white;
}

ol {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

a {
	color: white;
}

a:hover {
	text-decoration: none;
}


/** HEADER */

#kopf {
	width: 750px;
	height: 100px;
	margin: 0px auto 0px auto;
}


/** Seitenkopf für Inhalteseiten (jetzt inkl. Startseite)*/ 
#kopfanwalt_links {
	width: 300px;
	padding: 20px 0 0 0;
	margin: 0 auto 0 110px;
}

#kopfanwalt_links p {
	text-align: center;
	font-size: 0.85em;
}

#kopfanwalt_rechts {
	float: right;
	width: 95px;
	height: 90px;
	margin: 0 150px 0 auto;
	text-align: center;
	font-size: 0.85em;
}

#kopfanwalt_rechts img {
	padding: 12px 1px 1px 1px;
}

/** Ehemaliger Seitenkopf für Startseite*/ 
#kopfanwalt_start {
	float: right;
	width: 100%;
	padding: 3px 0 0 0;
}

#kopfanwalt_start p {
	text-align: center;
	font-size: 0.85em;
}
/** Hauptnavigation layer1, ul layer2*/
#layer1{
	width: 100%;
	height: 30px;
	margin: 0px auto 0px auto;
	background: url(images/img03.gif) repeat-x left top;
}

#navigation{
	width: 790px;
	height: 40px;
	margin: 0px auto;
}

#menu {
	width: 680px;
	height: 30px;
	margin: 0px 0px 0px 0px;
	float: left;
}

#menu ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 8px;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-weight: bold;
	color: #005F2E;
}

#menu a:hover {
	color: #FFFFFF;
}

#lang{
	width: 70px;
	height: 30px;
	margin-left: 695px;
	padding-top: 2px;
}

#lang a {
	padding: 0px 0px 0px 4px;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #005F2E;
}	

#lang a:hover {
	color: #FFFFFF;
}

/** Rollover-Links */
.rollover a {
	display: block;
	padding: 0 0 0 15px;
	background-image: url(images/no_zeiger.gif);
	background-position: left;
	background-repeat: no-repeat;
}
  
.rollover a:hover{
	display: block;
	padding: 0 0 0 15px;
	background-image: url(images/zeiger.gif);
	background-position: left;
	background-repeat: no-repeat;
}



/** CONTENT */
#content {
	width: 700px;
	height: auto;
	margin: 0px auto;
	padding: 50px 0 0 0;
}

#content h2{
	font-size: 1.15em;
	font-variant: normal;
	font-weight: lighter;
	text-align: center;
}

#content a{
	text-decoration: none;
}

#spalte_rechts {
	float: right;
	width: 250px;
	padding: 20px 10px;
}

#spalte_rechts a {
text-decoration:none;
}

#spalte_links {
	float: left;
	width: 380px;
	padding: 20px 10px 0px 25px;
}

#spalte_links a {
   text-decoration:none;
}

#spalte_links h2 {
	font-size: 1.15em;
	font-variant: normal;
	font-weight: lighter;
	text-indent: 14px;
}

#spalte_links li{
	list-style: url(images/dash.gif);
	margin: 0 0 0 14px;
}	

/** Klasse für Anwaltwahl nach Rechtsgebiet*/
.anwalt_rechts {
	float: right;
	width: 47%;
	margin: 31px 0 0 0;
}

.anwalt_rechts a {
text-decoration:none;
}

.anwalt_links {
	float: left;
	width: 45%;
	margin: 29px 0 0 0;
	font-size: 1.2em;
	font-variant: normal;
	font-weight: lighter;
	text-align: right;
}

.anwalt_links a {
   text-decoration:none;
}



/** Klasse für Bildpositionierung*/
.anwalt {
	float: left;
	margin: 0 15px 150px 15px;
}

#startseite {
	margin: 0 0 0 0px;
	padding: 22px 0 0 0;
	width: auto;
	height: auto;
	text-align: center;
}

/** Einspaltige Contentseiten*/
#einspaltig {
	float: none;
	margin: 10px 0 0 0;
	padding: 0 0 0 30px;
	width: auto;
	height: auto;
}

#einspaltig a {
text-decoration:none;
}

#einspaltig h2 {
	font-size: large;
	text-indent: 14px;
}

/** Klassen für Anwaltsuebersicht */

blockquote {
margin: 4 0 0 0px;
font-family: arial, helvetica;
font-size:0.88em;
font-weight: normal;
line-height:111%;
}

.spalte_rechts {
	float: right;
	width: 300px;
   height: 72px;
}

.spalte_rechts a {
text-decoration:none;
}

.spalte_links {
	float: left;
	width: 320px;
   margin-left:80px;
   height: 72px;
}

.spalte_links a {
   text-decoration:none;
}


/** Klasse für Bildpositionierung*/
.anw {
	float: left;
	margin: 0 10px 10px 0px;
}

/** Seitenfuß */

.information {
	clear: both;
	width: 500px;
	height: auto;
	margin: auto;
	padding-top: 15px;
} 

.information a {
	text-decoration: none;
	text-align: center;
}

.information p {
	font-size: small;
	text-align: justify;
}

.gebiet {
	clear: both;
	width: 500px;
	height: auto;
	margin: auto;
	padding-top: 90px;
	font-size: 0.85em;
	text-align: justify;
} 



#footer {
	width: 600px;
	height: 0 px auto;
	margin: auto;
}

#footer p {
   text-align: right;
   font-size: smaller;
}

