body {
	padding:0px;
	margin: 0px;
	font: 500 100% verdana, arial, helvetica, sans-serif;
	background-color:white;
  }

td {
	vertical-align: top;
	background-color: #EEEEEE;
	color: #000000;
}

p {
	text-align: justify;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width:100%;
	height:107px;
	margin:0;
	padding: 0px;
	background-image:  url(../images/logo-rechtsanwalt-arbeitsrecht-feldmann-saarbruecken7.gif);
	background-repeat: no-repeat;
	
  }
#headnav {
	position: absolute;
	top: 0px;
	left: 0px;
	width:760px;
	height:35px;
	padding: 11px 0 0 0;
	text-align:right;
	font-size:90%;
	color:grey;
  }

#content {
  position: absolute;
	top: 128px;
	left: 230px;
	width:510px;
  /*margin:0 205px 10px 205px;  Kurzschreibweise*/
  background-color:white;
  color:black;
  padding: 0 0 20px 20px;
}
#content p {
 font-size:80%;
}
#leftbox {
	position: absolute;
	top: 107px;
	left: 0px;
	width: 230px;
	padding: 0px;
	background-color:white;
	color:black;
	font-size: 100%;
	text-align: right;
}

#leftbox ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#leftbox li {
	width:100%;
	border-top: 2px dotted #999999;
	padding: 0;
	margin: 0;	 	
}

#leftbox .li2{
	width:100%;
	border-top: none;
	margin: -1px 0 0 0;
	padding: 0;
	font-size: 70%;	
}

#leftbox a {
	display: block;
	width: 100%;
	text-decoration: none;
	padding: 4px 0 8px 0;
}

#leftbox .li2 a{
	color: #999999;
}

#leftbox a:hover {
	background-color: #006699;
	color: white; 
}
#rightbox {
  width: 150px;
  float: right;
  background-color:white;color:black;
  margin-bottom:10px;
  }
#footer {
  width:100%;
  text-align:center;
  background-color:#cedff7;
  color:#999999;
  }
#footer p {
  padding: 5px;
  text-align:right;
  font-size:60%;
}
#footer a {
  color: #999999;
}

a:link {
	color: #006699;
}
a:visited {
	color: #006699;
}
a:hover {
	color: #006699;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #006699;
}
.tableheading {
	background-color: #DDDDDD;
}
.small {
	font-size: 10px;
}
#content h1 {
	font-size: 90%;
	font-weight:bold;
	padding-bottom:10px;
	margin:0;
}
#content h2 {
	font-size: 80%;
	font-weight:bold;
	padding-bottom:5px;
}
#content h4 {
	font-size: 12px;
	font-weight:normal;
	padding-bottom:5px;
	font-style: italic;
}

.profilbild {
	display:block;
	float:right;
	height:200px;
	margin:0 0 20px 20px;
	width:133px;
}

.profilbild img {
	border:none;
}

#suche {
	position: absolute;
	top: 65px;
	right: 0;
	width: 250px;
}

.input {
	background-color: #FFFFCC;
}

#footertext h1 {
	color: #999999;
	margin: 0;
}
.error {
	color: red;
}
ul,ol {
	margin:0 0 0 20px;
	padding:0;
}

li {
	list-style-image: url(../images/li.gif);
	margin:0 0 15px;
}
ul.liste {
	font-size:small;
}

.intro {
	color:#666666;
	border:#C8DEF4 solid 1px;
	padding:10px;
	margin:10px;
}