@charset "utf-8";



/* ------------------------------*/
/* -- anwaltskanzlei-burghardt.de -- */
/* ------------------------------*/

@import url("kontaktstyle.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, form, label, input, fieldset, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
		}
		
		
/* 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: #154480;
	background-image: url(../images/bg-body.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding: 0 0 0px 0;
	}


h1{
	
	}
h2{
	color: #fff;
	font-size: 24px;
	}

	


h4{
	font-size: 13px;
	color: #22722c;
	margin: 0 0px 0px 11px;
	}
	
h5{
	}

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


	
strong{
	color: #0468b4;
	font-weight: bold;
		}
em, em a{
	font-style: normal;
	color: #780f0f;
	}

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



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

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


.wrapper{
	width: 795px;
	margin: 0px auto;
	position: relative;
	z-index:10;
	}

/*.helpfade{
	width: 100%;
	background-image:url(../images/bg-fade.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}*/

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






/* ------------------------------*/
/* -- #1 -- header -- */
/* ------------------------------*/
.head{
	width: 795px;
	height: 296px;
	position: relative;
	z-index: 10;
	margin: 0px auto;
	background-image: url(../images/bg-head.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
.head h1 a{
	width: 229px;
	height: 164px;
	background-image: url(../images/bg-branding.png);
	background-repeat: no-repeat;
	display: block;
	position: relative;
	float: left;
	margin: 32px 0 0 1px;
	font-size: 16px;
	color: #fff;
	text-indent: -10000px;
	z-index: 60;
	text-decoration: none;
	}
	
.head h1 a:hover{color: #d00d13; text-decoration: none; }
html>body .head h1 a:hover{color: #d00d13; text-decoration: none; }


.head h2 {
	width: 485px;
	height: 53px;
	display: block;
	position: relative;
	float: left;
	margin: 30px 0 10px 46px;
	font-size: 30px;
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	text-indent: -10000px;
	background-image: url(../images/bg-branding-h2.png);
	background-repeat: no-repeat;
	}
.head h2 span.job{	
	font-size: 14px;
	color: #fff;
	}

.head p{	
	font-size: 13px;
	color: #fff;
	width: 485px;
	line-height: 1.2em;
	margin: 0 0px 7px 0px;
	padding: 0px;
	float: left;
	margin: 1px 0 9px 47px;
	}



/* ------------------------------*/
/* -- 2# -- navigation  content -- */
/* ------------------------------

/*  via @group Accordion */

dl.accordion
{
	
}

/* @group Ebene 1 */

dl.accordion dt a
{
	position: relative;
	font-size: 12px;
	color : #0468b4;
	line-height: 25px;
	
	text-decoration : none;		
	background-image: url(../images/li-navigation-arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0 0 0 10px;
	font-weight: bold;
}
dl.accordion dt a:hover{
	color : #780f0f;
	text-decoration : none;
	background-position: 0px -12px;
	}


dl.accordion dt.open
{
	
}


dl.accordion dd 
{	position: relative;
	overflow: hidden;
	
	}
dl.accordion dd p a{
	line-height: 1.4em;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	color: #780f0f;
	}
/* @group Inhalt */



dl.accordion dd.accordion_content p
{
	
}

/* @end */

	
/* ------------------------------*/
/* -- 3# --content -- */
/* ------------------------------*/

.helper{
	width: 100%;	
	position: relative;
	z-index: 30;
	background-color: #fff;
	
	}

	
/* --- rechter inhaltsbereich --- */
.rechts{
	width: 515px;
	min-height: 300px;
	float: right;
	position:relative;
	z-index: 20;
	padding: 30px 0px 50px 0px;
	}
	
.rechts h2{
	color: #154480;
	font-size: 18px;
	margin-bottom: 10px;
	}
.rechts h3{
	font-size: 14px;
	color: #154480;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 7px;
	}
.rechts .block p{
	margin-left: 16px;
	}
	
.rechts cite{
	display: block;
	color: #780f0f;
	font-weight: bold;
	margin: 15px 80px 20px 80px;
	}

.rechts ul{
	width: 510px;
	margin: 10px 0 15px 0px;
	}
.rechts ul li{
	margin: 0 0 5px 0;
	padding: 0 0 10px 20px;
	background-image: url(../images/li-content-arrow.png);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
.rechts ul.biglist{
	width: 270px;
	margin: 10px 0 15px 20px;
	float: left;
	}
.rechts ul.biglist1{
	width: 210px;
	margin: 10px 0 15px 0px;
	float: left;
	}
.rechts ul.biglist li, .rechts ul.biglist1 li{
	margin: 0 0 5px 0;
	padding: 0 0 4px 25px;
	background-image: url(../images/li-content-bigarrow.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 13px;
	color: #154480;
	font-weight: bold;
	}
	
/* -- home --*/

.rechts ul.leilist{
	width: 270px;
	margin: 10px 0 15px 10px;
	float: left;
	}
.rechts ul.leilist1{
	width: 230px;
	margin: 10px 0 15px 0px;
	float: left;
	}
.rechts ul.leilist li, .rechts ul.leilist1 li{
	margin: 0 0 2px 0;
	padding: 0 0 0px 25px;
	background-image: url(../images/li-content-arrow.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 13px;
	color: #000;
	}	
		

/* -- vollmachten download --*/


.down{
	margin: 10px 0 15px 0;
	padding: 10px 0 10px 0;
	border-bottom: 1px dashed #999;
	}
p.text{
	width: 390px;
	float: left;
	}
.down a{
	background-image: url(../images/pdf.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 25px 0 27px 0px;
	margin: 0px 0 15px 15px;
	line-height: 56px;
	float: left;
	width: 67px;
	display: block;
	}
.down a:hover{
	background-position: 0px -54px;
	
	}
	


/* floatende dl link-liste*/
.rechts dl.linked{
	}
.rechts dl.linked dt{
	width: 330px;
	float: left;
	margin-bottom: 6px;
	}
	
.rechts dl.linked dd a{
	color: #154480;
	display: block;
	width: 150px;
	padding-left: 15px;
	margin-bottom: 6px;
	float: left;
	background-image: url(../images/content-dl-dd-a.png);
	background-repeat: no-repeat;
	background-position: left top;
	}
.rechts dl.linked dt.col, .rechts dl.linked dd.col a {
	background-color: #eee;
	}	

/* --  end of floatende dl --*/
	
/* -- adresse --*/

 dl.addi{
	position: relative;
	z-index: 20;
	margin-top: 25px;
	}
dl.addi dt.h3-titel{
	font-size: 14px;
	color: #154480;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 7px;
	font-weight: bold;
	}
dl.addi dt{
	font-size: 12px;
	
	padding: 0px 0px 0px 2px;
	}

dl.addi dd{
	line-height: 1.5em;
	
	
	padding: 0px 0px 0px 2px;
	}
dl.addi dd a{
	line-height: 1.5em;
	color: #000;
	text-decoration: underline;
	}
dl.addi dd a:hover{
	color: #0468b4;
	text-decoration: none;
	}

.rechts .karte p a{	
	line-height: 1.8em;
	}
/* ----linker inhaltsbereich-------------------  */
.links{
	width: 272px;
	float: left;
	position:relative;
	z-index: 30;
	margin: 0px 0px 0px 0px;
	padding: 30px 0 45px 0;
	}

.links h3{
	width: 236px;	
	line-height: 29px;
	background-color: #61a0d0;
	padding: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	}
	


/* -- adresse / v-card --*/
#hcard-burghardt{
	width: 515px;
	margin: 15px auto 30px auto;
	position: relative;
	padding-left: 280px;
	}
	
#hcard-burghardt p.addi{
	width: 150px;
	float: left;
	}
#hcard-burghardt p.number{
	width: 360px;
	float: left;
	}

#hcard-burghardt p{
	line-height: 1.5em;
	margin: 0 0px 7px 0px;
	padding: 0px;
	color: #abbcd1;
	font-size: 12px;
	}
#hcard-burghardt p a{
	line-height: 1.5em;
	margin: 0 0px 7px 0px;
	padding: 0px;
	color: #abbcd1;
	font-size: 12px;
	text-decoration: underline;
	}
#hcard-burghardt p a:hover{
	text-decoration: none;
	color: #abbcd1;
	
	}
.tab55{
	display:block;
    float:left;
    width:55px;
	}
.tabPipe{
	display: inline;
    padding: 0px 5px 0px 5px;
	}
.type{
	display:none;
	}
.type1{
	display:none;
	}
.type2{
	display:none;
	}
span.address{
	display: block;
	}
h3.fn{
	width: 286px;
	line-height: 24px;
	color: #fff;
	font-size: 14px;
	text-indent: -10000px;
	display: block;
	margin: 6px 0px 3px 0px;
	background-image: url(../images/bg-footer-fnOrg.png);
	background-repeat: no-repeat;
	}

/* --end of adresse / v-card --*/

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


/*.footer{
	width: 795px;
	margin: 0px auto;
	position: relative;
	
	}*/
	.footer{
	width: 100%;
	margin: 0px auto;
	position: relative;
	background-color: #fff;
	}
	
/* ------------------------------*/
/* --subnav --*/ 
/* ------------------------------*/


	
.footer ul{
	width: 795px;
	height: 23px;
	margin: 0px auto;
	position: relative;	
	z-index: 90;
	
	
	}
/*.footer ul{
	width: 300px;
	float: right;
	height: 40px;
	margin-top: -23px;
	position: relative;	
	z-index: 90;
	}*/
.footer ul li{
	
	display: inline;
		}
.footer ul li a{
	float: right;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	padding: 5px 7px;
	margin-left: 1px;
	background-color: #780f0f;	
	}
.footer ul a:hover{
	color: #fff;
	text-decoration: none;
	background-color: #033256;
	}
	

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






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

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

p.floatbox{
	width: 100%;
	float: none;
	margin: 0 0 20px 0px; 
	}
p.floatbox1{
	width: 100%;
	float: none;
	margin: 0 0 20px 0;
	}


/* --------------------------------------------------------------------*/

a.ewcms_edit_link{
	background-image: none;
	float: none;
	padding: 0px;
	line-height: 1.0em;
	margin: 0px;
	width: auto; }
	
td.ewcms_edit_submit a, td.ewcms_edit_cancel a{
	background-image: none;
	}
	
a.ewcms_edit_img{
	width: 16px;
	height: 16px;
	float: none;
	background-image: none;
	}
