/*-------------------------------------------------------------
 * advokaten-basel
 * screen-css für webauftritt IE6
 * authorin:   Kathrin Stärk 	kst	4in@peripteros.ch
 * datum:   2007-06-28
-------------------------------------------------------------*/
/* 
Farben:
blau: #546f83;  ---> ev: 546f83
dunkelrot: #8B1713;
hellgrau: #B2B2B2;
grau navigation: #8C8C8C;
*/

#contentbox {
	/*background-image: url(struktur.gif);
	background-repeat: no-repeat;*/
}
body, html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #B2B2B2;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
#abst{width: 100px; height: 5%;}
#contentbox { /* Weisser Bereich */
	position: relative;
	background-color: #FFF;
	width: 795px;
	min-height: 539px;
	margin: auto;
	text-align: left;
	top: auto;
	font-size: 11px;
}
#servicenav{
	position: absolute;
	top: 15px;
	left: 10px;
	color: #8C8C8C;
	width: 400px;
}
#logobox{
	position: relative;
	width: 348px;
	height: 130px;
	margin-left: 447px;
}
#nav{
	position: relative;
	width: 90px;
	float: left;
	margin-left: 15px;
	padding: 0px;
}
#content{
	postition: relative;
	float: none;
	margin: 5px 80px 0px 136px;
}
#footerbox{
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 130px;
	width: 193px;
}

/* header elements */
#headerstroke{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 168px;
	height: 25px;
	border-bottom: 1px solid #8B1713;
}
#headerrect{
	position: absolute;
	top: 0px;
	left: 168px;
	width: 180px;
	height: 25px;
	background-color: #8B1713;
	border-bottom: 1px solid #8B1713;
}
#logo{
	position: absolute;
	top: 35px;
	left: 1px;
}
/* servicenavigation elements*/
#servicenav a, #servicnav a:visited{
	text-decoration: none;
	color: #8C8C8C;
	padding: 0px 6px 0px 6px;
	display: block;
	float:left;
	font-size: 12px;
}
#servicenav a:active, #servicenav a:hover{
	color: #8B1713;
}
#servicenav a.serviceactive, #servicenav a.serviceactive:visited{
	color: #8B1713;
}
/* footer elements */
#address{
	margin-left: 2px;
}
#footerrect{
	position: absolute;
	top: 105px;
	left: 13px;
	width: 180px;
	height: 25px;
	background-color: #8B1713;
}
/* navigation elements */
#navelements{
	list-style: none;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#navelements li{
	display: block;
	width: 90px;
	height: 19px;
	border-bottom: 1px solid #546f83;
	margin: 0px 0px 0px 0px;
	line-height: 19px;
	padding: 0px 0px 0px 1px;
}
#navelements a, #navelements a:visited{
	text-decoration: none;
	color: #546f83;
}
#navelements a:active, #navelements a:hover{
	color: #8B1713;
}
#navelements a.navactive, #navelements a.navactive:visited{
	color: #8B1713;
}
/* portrait elements */
#portrait{
	position: relative;
	float: left;
	margin-top: 2px;
}
#personal{
	float: none;
	margin-left: 165px;
	width: 295px;
}
#personaldata{ /* Table with personal data */
	margin-top: 8px;
	width: 295px; /* vorher: 400px */
	font-size: 12px;
}
#personaldata td{
	height: 16px;
	padding-right: 5px;
	vertical-align: top;
}
#personaldata td.c1{
	width: 60px;
}
#personaldata td.c2{
	width: 335px;
}
#personaldata a, #personaldata a:visited{
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
#personaldata a:active,#personaldata a:hover{
	color: #8B1713;
}
#captions{ /* Table with detail information */
	width: 460px;
	margin-top: 5px;
	margin-bottom: 0px;
	font-size:11px;
	/*padding-bottom: 30px;*/
}
#captions td.navelement{
	padding-left: 1px;
	width: 150px;
	border-bottom: 1px solid #546f83;
}

#captions td.list{
	width: 310px;
	padding-left: 15px;
}
#captions td {
	height: 19px;
	padding-top: 1px;
}
#captions td.navelement a, #captions td.navelement a:visited{
	text-decoration: none;
	color: #546f83;
}
#captions td.navelement a:hover, #captions td.navelement a:active{
	color: #8B1713;
}
#captions td.navelement a.captionactive, #captions td.navelement a.captionactive:visited{
	color: #8B1713;
}
#captions td.list a, #captions td.list a:visited{
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
#captions td.list a:active,#captions td.list a:hover{
	color: #8B1713;
}

/* Lageplan elements */
#weg{
	margin-top: 15px;
	padding-bottom: 25px;
	font-size: 12px;
	width: 430px;
}
/* Kontakt and Impressum elements */

#kontakt a, #kontakt a:visited{
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
#impressum a, #impressum a:visited{
	text-decoration: none;
	color: #000;
	font-size: 11px;
}
#kontakt a:active,#kontakt a:hover, #impressum a:active,#impressum a:hover{
	color: #8B1713;
}
#impressum{
	position: absolute;
	bottom: 25px;
}
#impressum h2 {
	font-size: 11px;
	font-weight: normal;
}

/* misc. text elements */
h1{	
	font-size: 12px; 
	font-style:bold; 
	/*color: #546f83;*/
	color: #627380;
	margin: 0px 0px 0px 0px;	
}
h2{
	font-size: 12px; 
	font-style:bold; 
	/*color: #546f83;*/
	color: #627380;
	margin: 0px 0px 0px 0px;	
}
p{
	font-size: 11px; 
	margin: 2px 0px 2px 0px;	
	line-height: 16px;
	font-size: 12px;
}
#impressum p{
	margin: 0px 0px 10px 0px;
}
#kontakt p{
	margin: 8px 0px 2px 0px;	
}

td.list p{
	margin: 0px 0px 10px 0px;
}
.clear{
	clear: both;
	height: 2px;
}
.border{
	height: 20px;
}

.keinumbr {
	white-space: nowrap;
}