@charset "UTF-8";
/* CSS Document */

html, body {	
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
}


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



.textBody {
	padding-left: 30px;
	padding-right: 20px;
	margin-top:30px;
	position: relative;
	text-align: justify;
	line-height: 18px;
	height: 436px;
	width: 403px;
	overflow: auto;
	font-size: 11px;
}

.textbody img {
	left: 100%;
}
#titleCage{
	visibility:hidden;
	height: 0px;
}
#titlePageImg {
	width: 462px;
	height: 109px;
}

#leftContCage {
	visibility:hidden;
}

#leftContCageTransparency {
	visibility:hidden;
}


#navBarTransparency {
	visibility:hidden;
}










#titlePageImg.kanzleiPT {
	background-image: url(../imgs/pagetitle_diekanzlei.png);
	background-repeat: no-repeat;
}

#titlePageImg.juristenPT {
	background-image: url(../imgs/pagetitle_juristen.png);
	background-repeat: no-repeat;
}

#titlePageImg.schwerpunktePT {
	background-image: url(../imgs/pagetitle_schwerpunkte.png);
	background-repeat: no-repeat;
}

#titlePageImg.kontaktPT {
	background-image: url(../imgs/pagetitle_kontakt.png);
	background-repeat: no-repeat;
}

#titlePageImg.impressumPT {
	background-image: url(../imgs/pagetitle_impressum.png);
	background-repeat: no-repeat;
}




#lowerGradient {
	visibility:hidden;
}

#footer {
  	padding: 0px;
  	width: 100%;
  	height: 20px;
	margin-top: 10px;
	/*
	bottom: 0px;
	*/
  	position: relative;  /* Needed for Safari */
	color: #FFF;
	/*
 	bottom: 0%;
  	background-color: #FFF;
  	z-index: 0;
	*/
	overflow: hidden;
	
}

#footer .footerTransparancy {
	visibility:hidden;
}


/*---------------------  text-style elements -------------------------*/
a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #c62310;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}

h1 {
	font-size: 18px;
	font-weight: 100;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 16px;
}

h2 {
	font-size: 13px;
	line-height: 0.6em;
}

h3 {
	font-size: 12px;
	font-weight: 100;
	line-height: 12px;
}

p {
	font-size: 11px;
	font-weight: 100;
}


.pageNumber {
	padding-right: 40px;
	text-align: right;
	position: relative;
	bottom: -120px;
	font-size: 0.8em;
	color: #999;
}

.textLeftCont {
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	text-align: left;
	vertical-align: text-bottom;
	font-size: 16px;
	line-height: 22px;
}
.textList{
	padding-left: 0px;

	position: relative;
	text-align: left;
	vertical-align: text-bottom;
	font-size: 16px;
	line-height: 22px;
}

.textNavBar {
	padding-left: 40px;
	padding-right: 20px;
	position: relative;
	text-align: right;
	font-size: 11px;
	line-height: 1.5em;
	letter-spacing: 0.5px;
	/*letter-spacing: 0.8pt;
	word-spacing: 4px; 
	word-spacing: 8pt; 
	line-height: 1.5em;*/
	margin-top: 3px;
}

.arrow {
	color: #c62310;
	font-size: 1.2em;
	font-family: Verdana, Geneva, sans-serif;
}

.red {
	color: #c62310;
}

.footerContent {
	position: relative;
	color: #FFF;
	font-size: 0.72em;
	letter-spacing: 0.6pt;
	word-spacing: 1.9pt;
	line-height: 1.5em;
	text-align: center;
	margin-top: 5px;
	/*
	z-index: 0;
	*/
}

#footer a {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	color: #999;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}