html, body {
	height:100%;
	margin:0px;
}

body {
	font-family:arial;
	font-size:13px;
	color:#4a4e4e;
	background:#ffffff;
}

strong {
	font-family:arial;
	font-size:13px;
	font-weight: normal;
	color:#4a4e4e;
}

#distance { 

	width:1px;
	height:50%;
	margin-bottom:-245px;
	float:left;
}

#container {

	margin:0 auto;
	position:relative;
	text-align:left;
	height:490px;
	width:980px;
	clear:left;
	background:#ffffff;
}


#lnav {
	position:absolute; left:0px; top:0px;
	width:170px;
	height:490px;
	background:#ffffff url('../pic/rechtsanwalt-kiel.png');
}

#main {
	position:absolute; left:170px; top:0px;
	width:640px;
	height:490px;
	/*background:#ffffff url('../pic/navi-back.jpg'); */
	background:#ffffff;
	
}

#rnav {
	position:absolute; left:810px; top:0px;
	width:170px;
	height:490px;
	background:#ffffff url('../pic/anwalt-kiel.png');
}

#menu a {
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	color:#0d6f64;
	font-size:13px;
	line-height:1.5em;	}

#menu a:hover{
	color:#4a4e4e;
	text-decoration: underline;	}
	

.Slink a {
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	color:#0d6f64;
	font-size:13px;	}

.Slink a:hover{
	color:#4a4e4e;
	text-decoration: none;	}

h2{
	color:#4a4e4e;
	font-size:16px;
	font-weight: bold;
}
h1 {
	color:#4a4e4e;
	font-size:13px;
	font-weight: bold;
}
h3 {
	color:#4a4e4e;
	font-size:12px;
}

#Mcontent {	padding: 5px 0 0 25px; }
#Mcontent  a {
	font-family: Arial;
	font-weight: regular;
	text-decoration: none;
	color:#0d6f64;
	font-size:13px;
	line-height:1.5em;	}
#Mcontent a:hover{ color:#4a4e4e; text-decoration: underline;	}

input, textarea {
	border:1px solid #000000;
	background:#ffffff;
	color:#000000;
	font-family:arial;
	font-size:12px;
}

