@charset "utf-8";

/* ------------------------------*/
/* -- witt-david.de -- */
/* ------------------------------*/



@import url("kontaktstyle.css");
@import url("SpryAccordion.css");

/* ------------------------------*/
/* -- alles auf null -- */
/* ------------------------------*/

html, body {
height: 100%; /* Anzeigebereich in der Vertikalen auf 100% strecken */
}


html, body, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,  font, img, ins,  kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ul, li, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 13px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif ;
	color: #424242; 
		}
		
		
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}




/* ------------------------------*/
/* -- 0# -- globale einstellungen -- */
/* ------------------------------*/


body{
	background-color: #63000b;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	}


h1{
	
	}
h2{
	font-size: 18px;
	color: #d00d13;
	margin-bottom: 10px;
	background-image: url(../images/bg-h2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 2px;
	}
h3{
	font-size: 15px;
	color: #d00d13;
	}
	


h4{
	font-size: 12px;
	color: #d00d13;
	
	}
	
h5{
	}

p{
	line-height: 1.5em;
	margin: 0 0 7px 0;
	padding: 0px;
	}

strong{
	font-weight: bold;
	color: #666;
	}
	
em{
	font-style: normal;
	color: #63000b;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}

a{
	color: #d00d13;
	text-decoration: underline;
	}
a:hover{
	color: #000;
	text-decoration: none;
	}

/* ------------------------------*/
/* -- layout  -- */
/* ------------------------------*/

.fixl{
	clear: left;
	}
.fixr{
	clear: right;
	}
.fixb{
	clear: both;
	}
.dist{
	margin: 0 0 5px 0;
	}
.distl{
	padding-left: 20px;
	}

.container{
	width: 961px;
	position: relative;
	margin: 0px auto;
	z-index: 100;
	}

	
/* ------------------------------*/
/* -- accessibility --*/
/* ------------------------------*/






/* ------------------------------*/
/* -- #1 -- header -- */
/* ------------------------------*/
h1#header{
	width: 961px;
	height: 228px;
	background:url(../images/bg-header.jpg) right top no-repeat;
	position: relative;
	z-index: 10;
	margin: 0px auto;
	}

h1#header  a{
	width: 373px;
	height: 120px;
	display: block;
	font-size: 20px;
	line-height: 18px;
	color: #000;
	text-indent: -10000px;
	z-index: 2;
	text-decoration: none;
	position: relative;
	top: 45px;
	left: 59px;
	background-image: url(../images/kanzlei-witt-david.png);
	background-repeat: no-repeat;	
	}
	
h1#header  a:hover{color: #d00d13; text-decoration: none; }
html>body h1#header  a:hover{color: #d00d13; text-decoration: none; }



/* ------------------------------*/
/* --subnav --*/ 
/* ------------------------------*/

	
ul.subnav{
	width: 150px;
	position: absolute;
	top: 2px;
	left: 755px;
	z-index: 200;
	margin: 0 0px 0 0;
		}
ul.subnav li{
	float: left;
		}
ul.subnav li a{
	float: left;
	color: #000;
	text-decoration: none;
	font-size: 11px;
	padding: 3px 0 3px 10px ;
	}
ul.subnav a:hover{
	color: #000;
	text-decoration: underline;
	}
	
	




/* ------------------------------*/
/* -- 2# -- navigation  content -- */
/* ------------------------------*/
ul#nav {
	width: 961px;
	height: 38px;
	margin: 0px auto;
	background-image: url(../images/bg-nav2.png);
	background-repeat: no-repeat;
	position: relative;
	z-index: 100;
	}
ul#nav li{
	text-align: center;
	float: left;
	height: 13px;
	padding: 4px 0 0 0;
	margin: 0 1px 0 0;
	}

ul#nav li a{
	font-size: 13px;
	color : #000;
	font-weight: bold;
	text-decoration : none;
	display: block;	
	}
ul#nav li a:hover{
	color : #666;
	text-decoration : none;
	}

ul#nav li ul { /* second-level lists */
	position: absolute;	
	width: 15.3em;
	left: -999em;
	background-color: #9b9b9b;
	}

ul#nav li:hover ul, ul#nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

ul#nav li ul li{
	background-image: none;
	padding: 0px ;
	text-align: left;
	border-bottom: 1px solid #fff;
	width: 15.3em;
	margin: 0px;
	height: 26px;
	line-height: 26px;
	
	}
ul#nav li ul li a{
	font-size: 12px;
	font-weight: bold;
	color : #fff;	
	text-decoration : none;
	
	
	padding: 0px 0 0px 8px;
	height: 26px;
	line-height: 26px;
	}
ul#nav li ul li a:hover{
	font-size: 12px;
	font-weight: bold;
	color : #63000b;	
	text-decoration : none;	
	padding: 0px 0 0px 14px;
	height: 26px;
	line-height: 26px;
	}
ul#nav a {
	display: block;
	}
	
ul#nav li:hover, ul#nav li.hover {  
 position: static;  
}  

.recht{
	width: 144px;
	margin-left: 107px; 
	}
li a.anwalt {
	width: 162px;
	padding-bottom: 7px;
	background-image: url(../images/nav-a.png);
	background-repeat: no-repeat;
	background-position: right bottom;	
	}
a.anwalt:hover /*, a.notar:hover*/ {
	background-image: url(../images/nav-hover.png);
	background-repeat: no-repeat;
	background-position: right bottom;	
	}
li a.notar{
	width: 106px;
	/*padding-bottom: 7px;
	background-image: url(../images/nav-a.png);
	background-repeat: no-repeat;
	background-position: right bottom;	*/
	}
.profil{
	width: 130px;
	background-image: url(../images/nav-formulare.png);
	background-repeat: no-repeat;
	}
.kontakt{
	width: 96px;
	background-image: url(../images/nav-kontakt.png);
	}
.karte{
	width: 93px;
	background-image: url(../images/nav-anfahrt2.png);
	}


.und{
	font-family:Arial, Helvetica, sans-serif;}





/* ------------------------------*/
/* -- 3# --content -- */
/* ------------------------------*/
.helper{
	position: relative;
	width: 100%;
	background-color: #fff;
	z-index: 40;
	}
.content{
	width: 961px;
	margin: 0px auto;
	padding-top: 40px;
	background-image: url(../images/bg-content.png);
	background-color: #fff;
	min-height: 326px;
	background-repeat: no-repeat;
	}

.rechts{
	width: 512px;
	float: right;
	position:relative;
	z-index: 50;
	padding: 20px 82px 20px 0;
	}
.rechts h3{
	
	padding: 0 0 3px 0;
	
	}
.rechts h3 a{
	font-size: 14px;
	color: #424242;
	background-image: url(../images/bg-h3-a.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 15px;
	
	}	
.rechts h3 a:hover{
	font-size: 14px;
	color: #d00d13;
	background-image: url(../images/bg-h3-hover.png);
	background-repeat: no-repeat;
	background-position: left center;
	}

.rechts h3 a.noh3{
	font-size: 14px;
	color: #424242;
	background-image: none;
	padding: 0 0 0 0px;
	
	}	

/* -- accordion --*/
.Accordionbio{
	width: 340px;
	float: left;
	margin-bottom: 25px;
	}
h3.Accordionbio{
	width: 340px;
	float: left;
	margin: 10px 0 0 0;
	}
.AccordionPanelContent ul{
	background-color: #f6f5f5;
	padding: 10px 0;
	margin: 0 0 15px 0px;
	}

	
.AccordionPanelContent ul li{
	margin: 0 10px 0 10px;
	padding: 0 0 0 15px;
	line-height: 1.5em;
	background-image: url(../images/bg-accordion-ul.png);
	background-repeat: no-repeat;
	background-position: left top;
		}
.AccordionPanelContent ul ul{
	padding: 0px 0;
	margin: 3px 0 5px 0px;	
	}	
.AccordionPanelContent ul ul li{
	padding: 0px 0 0 10px;
	margin: 0 0 0px 0px;
	background-image: url(../images/bg-accordion-ul-ul-li.png);
	background-repeat: no-repeat;
	background-position: left top;
	}

/* -- end of accordion --*/

/*-- bio --*/

.bilder{
	float: right;
	margin: 5px 15px 5px 0px;
	}
.bilder img{
	width: 150px;
	padding: 1px;
	border: 1px solid #919191;
	
	}
.bilder p{
	margin: 0;	
	background-color: #d4d4d3;
	padding: 2px;
	font-size: 10px;
	line-height: 1.2em;
	margin: 1px 0 0 0px;
	width: 150px;
	}

dl.bio dt{
	font-size: 14px;
	color: #d00d13;
	margin: 0px 0 2px 0;
	font-weight:bold;
	line-height: 1.3em;
	position: relative;
	
	}
dl.bio dd{
 	position: relative;
	top: -20px;
	left: 60px;
	width: 290px;
	}
dl.bio{
	margin: 0 0 15px 0;
	width: 335px;
	float: left;
	}
h3.bio{
	width: 300px;
	float: left;
	font-size: 14px;
	color: #424242;
	margin-bottom: 10px;
	}
	

/* -- end of bio --*/

/* --kanzlei profil --*/

.bild{
	float: left;
	margin: 5px 1px 10px 0px;
	}
.bildr{
	float: right;
	margin: 5px 0px 10px 1px;
	}
.bild img, .bildr img{
	width: 100px;
	
	
	}
.bild p, .bildr p{
	margin: 0;	
	background-color: #d4d4d3;
	padding: 2px;
	font-size: 10px;
	line-height: 1.2em;
	margin: 1px 0 0 0px;
	width: 97px;
	}

/* -- end of kanzleiprofil --*/
	
/* ------------------------------*/


.links{
	width: 295px;
	min-height: 385px;
	float: left;
	position:relative;
	z-index: 50;
	margin: 20px 0 0px 70px;
	}
.links h3{
	font-size: 18px;
	color: #4b4b4b;
	background-image: url(../images/bg-links-h3.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 15px;
	padding-bottom: 2px;	
	}
	
/* -- adresse floatende dl --*/

dl.addi{
	position: relative;
	z-index: 20;
	}
dl.addi dt.name{
	margin: 0 0 5px 0;
	color: #6b6b6b;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}
dl.addi dt.shi{	
	clear: left;
	color: #6b6b6b;
	position: relative;
	float: left;
	width: 55px;
	}
dl.addi dt.shi2{	
	clear: left;
	color: #fff;
	position: relative;
	float: left;
	width: 55px;
	}
dd{
	
	color: #6b6b6b;
	}
dd.shift{
	float: left;
	color: #6b6b6b;
	width: 200px
	}
	


.homer{
	position: absolute;
	top: 198px;
	left: -42px;
	width: 277px;
	height: 225px;
	background-image: url(../images/witt-david-kanzlei2.jpg);
	background-repeat: no-repeat;
	margin-top:259px;
	}

/*.homer{
	position: absolute;
	top: 184px;
	left: -35px;
	width: 276px;
	height: 236px;
	background-image: url(../images/witt-david-kanzlei3.jpg);
	background-repeat: no-repeat;
	z-index: 1;
	}*/



		

/* ------------------------------*/
/* -- 5# -- footer -- */
/* ------------------------------*/


.footer{
	width: 100%;
	height: 67px;
	background-image: url(../images/bg-footer.jpg);
	background-repeat: repeat-x;
	}

/* ------------------------------*/
/* -- print und top verweise --*/
/* ------------------------------*/






/* ------------------------------*/
/* -- 6# standard seiten --*/
/* ------------------------------*/

/* --  impressum -- */
#euroweb{
	margin: 4px 0 0 0px;
	border: none;
	}

p.floatbox{
	width: 220px;
	float: left;
	margin: 0 0 20px 0; 
	}
p.floatbox1{
	width: 237px;
	float: left;
	margin: 0 0 20px 0;
	}

/* ------------------------------*/
/* --  anfahrt -- */
/* ------------------------------*/

form#link2map24{
	width: 490px;
	margin: 0 0 0 0px;
	
	/*background-color: #e6edff;*/
	}
	
form#link2map24 label, form#link2map24 input {		/* Allgemeine Stile für Labels und Formularfelder */
	font:inherit;
	color:inherit;
	width:150px;
	margin:10px 0px 0 0;
	padding:1px;

/* Diese beiden Angaben bitte nicht verändern: */
	display:block;
	float:left;
}

form#link2map24 input{				/* Stile, die nur auf Formularfelder angewandt werden sollen */
	border:1px solid #999;
	background:#eee ;
	color: #000;
}



form#link2map24 input:focus {		/* Stile für aktivierte Formularfelder */
	border:1px solid #d00d13;	
}

form#link2map24 label {							/* Feldbeschriftungen */
	text-align:right;				
	width:60px;						
	padding:0 15px 0 0;			
}

form#link2map24 legend {							/* Stile für die Überschriften der Formularabschnitte ("fieldset") */

	/* Hiermit werden die Überschriften nicht angezeigt.
	Falls gewünscht entfernen, um die Anzeige zu ermöglichen */
	/*display:none;*/
	font-size: 13px;
	color: #d00d13;
	font-weight: bold;
	padding: 0 5px 5px 5px;
	}

form#link2map24 fieldset {						/* Formularabschnitte */
	border-top: 1px solid #d00d13;
	border-bottom: none;
	border-left: none;
	border-right: none;
	
	padding:0 0 0px 0px;
	margin: 0 0 0px 0;
	width: 240px;
	float: left
}
form#link2map24 fieldset#but{
	border: none;	
	padding:0px 0 0px 0px;
	}

form#link2map24 fieldset#but input#submitRoute {				/* Gestaltung des Submit-Buttons */
	width:150px;
	padding:2px;
	background:#d00d13;
	color:#fff;
	font-size:0.9em;
	font-weight:bold;
	font-variant:small-caps !important;
	cursor:pointer;
	border:none;
}

form#link2map24 fieldset#but input#submitRoute {			/* Element zur Ausrichtung des Submit-Buttons */
	width:150px;
	height: 20px;
	margin: 5px 0 0 20px;	/* Diese Angabe bestimmt den Abstand zum linken Rand des Formulars */
	}	
form#link2map24 fieldset#ziel p{
	margin: 5px 0 0px 20px;
	
	}	
	
form#link2map24 fieldset#hidden{			
	display:none;
}
form#link2map24 fieldset#berechnen input#scountry{			
	display:none;
}		

.einzug {
margin-left:20px;
}

.list {
	list-style:square;
	margin-left: 16px;
}



