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

/*---------------------  general elements -------------------------*/
html, body {
	padding: 0px;
	text-align: center;
	margin: 0px;
	height: 100%;
	/*
	margin-left: 0px;
	/*
	margin-top: 5%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	*/
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
a img {
	border: 0px;
}
a {
	color: #c62310;
	text-decoration: none;
	border: 0px;
}
a:hover {
	color: #c62310;
	border-bottom-width: 3px;
	border-bottom-style: solid;
}
.white{
	color: #ffffff;
}
/*---------------------  basic interface -------------------------*/
#bg {
	background-image: url();
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #0e0e0e;
	display: table;
	height: 100%;
	width: 100%;	
}
#credits a{
	color: #666;
}
#credits2 a{
	color: #666;
}
#intCage {
	text-align: left;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 949px;
	height: 621px;
	margin-left: -475px;
	margin-top: -310px; 
	background-color: #000;
	/* border: 1px solid #1e1e1e; ORIGINGAL */
	border: 1px solid #333;
}
#menu
{
	position: absolute;
	background-image: url(01_menubar.png);
	top: 21px;
	left: 431px;
	border: 0px;
	margin-left: 0px;
	margin-top: 0px;
	width: 731px;
	height: 22px;
	text-align: left;
	z-index: 200;
}
#menu ul
{
	border: 0px;
	padding: 5px 30px 0px 0px;
	margin: 0px 0px 0px 0px;
	white-space: nowrap;

}

#menu ul li
{
	color: #f00;
	padding: 0px 0px 0px 0px;
	margin: 3px 0px 0px 20px;
	list-style-position: inside;
	list-style-type: none;
	vertical-align: baseline;
	display: inline;
}
#menu ul li a
{
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-weight: normal; 
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
#menu ul li a:hover
{
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #ff0000;
	text-decoration: none;
}
#menu_inverted
{
	position: absolute;
	background-image: url(01_menubar.png);
	top: 21px;
	left: 431px;
	border: 0px;
	margin-left: 0px;
	margin-top: 0px;
	width: 731px;
	height: 22px;
	text-align: left;
	z-index: 200;
}
#menu_inverted ul
{
	border: 0px;
	padding: 5px 30px 0px 0px;
	margin: 0px 0px 0px 0px;
	white-space: nowrap;

}

#menu_inverted ul li
{
	color: #f00;
	padding: 0px 0px 0px 0px;
	margin: 3px 0px 0px 20px;
	list-style-position: inside;
	list-style-type: none;
	vertical-align: baseline;
	display: inline;
}
#menu_inverted ul li a
{
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-weight: normal; 
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
#menu_inverted ul li a:hover
{
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #ff0000;
	text-decoration: none;
}
.mainmenu_inactive
{
	font-size: 12px;
}
#submenu
{
	position: absolute;
	background-image: url(01_menubar.png);
	top: 41px;
	
	border: 0px;
	margin-left: 0px;
	margin-top: 0px;
	width: 150px;
	height: 220px;
	text-align: left;
	z-index: 200;
}
#submenu ul
{
	border: 0px;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	/* white-space: nowrap; 
	background-color: #f00;*/
	line-height: 17px;
}

#submenu ul li
{
	color: #F00;
	padding: 0px 0px 0px 0px;
	margin: 13px 0px 0px 20px;
	list-style-position: inside;
	list-style-type: none;
	vertical-align: baseline;
	display: inline;
}
#submenu ul li a
{
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-weight: normal; 
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
#submenu ul li a:hover
{
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #f00;
	text-decoration: none;
}
#submenu_inverted
{
	position: absolute;
	background-image: url(01_menubar.png);
	top: 41px;
	
	border: 0px;
	margin-left: 0px;
	margin-top: 0px;
	width: 150px;
	height: 220px;
	text-align: left;
	z-index: 200;
}
#submenu_inverted ul
{
	border: 0px;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	/* white-space: nowrap; 
	background-color: #f00;*/
	line-height: 17px;
}

#submenu_inverted ul li
{
	color: #F00;
	padding: 0px 0px 0px 0px;
	margin: 13px 0px 0px 20px;
	list-style-position: inside;
	list-style-type: none;
	vertical-align: baseline;
	display: inline;
}
#submenu_inverted ul li a
{
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-weight: normal; 
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
#submenu_inverted ul li a:hover
{
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #f00;
	text-decoration: none;
}
#logo {
	position: absolute;
	left: 443px;
	top: 276px;
	border: 0px;
	margin-left: 0px;
	margin-top: 0px;
	width: 249;
	height: 47px;
	z-index: 200;
}
#logoContent {
	position: absolute;
	left: 29px;
	top: 30px;
	border: 0px;
	margin-left: 0px;
	margin-top: 0px;
	width: 249;
	height: 47px;
	z-index: 200;
}
#insert2 {
	position: absolute;
	left: 776px;
	top: 584px;
	border: 0px;
	margin-left: 0px;
	margin-top: 0px;
	width: 132px;
	height: 15px;
	z-index: 200;
}
#content {
	position: absolute;
	left: 27px;
	top: 115px;
	border: 1px;
	margin-left: 0px;
	margin-top: 0px;
	padding: 10px;
	/* padding-top: 50px; */
	width: 361px;
	height: 458px;
	z-index: 200;
	background-color: #0e0e0e;
	/* border: 1px solid #1e1e1e; ORIGINGAL */
	border: 1px solid #212121;
	vertical-align: bottom;
}
#content_video{
	position: absolute;
	left: 27px;
	top: 115px;
	border: 1px;
	margin-left: 0px;
	margin-top: 0px;
	padding: 10px;
	/* padding-top: 50px; */
	width: 800px;
	height: 400px;
	z-index: 200;
	background-color: #0e0e0e;
	/* border: 1px solid #1e1e1e; ORIGINGAL */
	border: 1px solid #212121;
	vertical-align: bottom;
}
#content_nada {
	position: absolute;
	left: 27px;
	top: 115px;
	border: 1px;
	margin-left: 0px;
	margin-top: 0px;
	padding: 10px;
	/* padding-top: 50px; */
	width: 361px;
	height: 458px;
	z-index: 220;
	background-color: #17191d;
	/* border: 1px solid #1e1e1e; ORIGINGAL */
	border: 1px solid #1a1616;
	vertical-align: bottom;
}
#content_trans {
	position: absolute;
	left: 27px;
	top: 115px;
	border: 1px;
	margin-left: 0px;
	margin-top: 0px;
	padding: 10px;
	/* padding-top: 50px; */
	width: 361px;
	height: 458px;
	z-index: 200;
	background-color: #0a0a0a;
	/* border: 1px solid #1e1e1e; ORIGINGAL */
	vertical-align: bottom;
	opacity:0.2;  				-------- values for Opera and Safari */
    filter:alpha(opacity=20);  	/*-------- value for Firefox */
    -moz-opacity:0.2; 			/*-------- value for IE6 */	
}
#credits {
	position: absolute;
	left: 0px;
	top: 635px;
}
#credits2 {
	position: absolute;
	left: 750px;
	top: 635px;
	text-align: right;
	width: 200px;
}
#content_spacer {
	height:70px;
}
#content_hl{
	position:relative;
	height: 40px;
	vertical-align: bottom;
	font-size: 16px;
	font-weight: bold;
}
#content_hl2{
	position:relative;
	padding-top: 20px;
	height: 60px;
	vertical-align: bottom;
	font-size: 16px;
	font-weight: bold;
}
#content_text{
	position:relative;
	/* background-color: #0aff0a; */
	height: 400px;
	vertical-align: bottom;
	line-height: 17px;
}
#content_video_content{
	position:relative;	
	height: 600px;
	vertical-align: bottom;
	line-height: 17px;
	text-align: center;
	align: center;
	padding-left: 120px;
}


#content_text_big{
	position:relative;
	/* background-color: #0aff0a; */
	height: 400px;
	vertical-align: bottom;
	line-height: 22px;
	font-size: 14px;
}

#content_text_long{
	position:relative;
	/* background-color: #0aff0a; */
	height: 400px;
	vertical-align: bottom;
	line-height: 17px;
	overflow: auto;
	padding-right: 10px;
}
#content_text_long{
	position:relative;
	/* background-color: #0aff0a; */
	height: 400px;
	vertical-align: bottom;
	line-height: 17px;
	overflow: auto;
}

#content_text2 {
	line-height: 18px;
	position: absolute;
	left: 0px;
	top: 0px;	
	padding: 20px;
	text-align: justify;
	width: 341px;
	height: 370px;
	background-color: #0aff0a;
}
/*---------------------  layout elements -------------------------*/



#titleCage {
	width: 308px;
	height: 75px;
}

#imgFrame {
	float: left;
	width: 288px;
	height: 310px;
	border: 10px solid #FFF; /*----------------- for ie */
	opacity:0.8;  				/*-------- values for Opera and Safari */
    filter:alpha(opacity=80);  	/*-------- value for Firefox */
    -moz-opacity:0.8; 			/*-------- value for IE6 */
}
#imgFrameMod{
	float: left;
	width: 288px;
	height: 310px;
	border: 10px solid #FFF; /*----------------- for ie */
}

#contCage {
	padding: 0px;	
	float: right;
	width: 462px;
	height: 475px;	
	position: relative;
}

#contCageTransparency {
	position: relative;
	overflow: hidden;
	opacity:0.0;  				/*-------- values for Opera and Safari */
    filter:alpha(opacity=00);  	/*-------- value for Firefox */
    -moz-opacity:0.0; 			/*-------- value for IE6 */
	background-color: #FFF;	
	width: 462px;
	height: 475px; /* 510px; */
	position: absolute;
	top: 0px;
	left: 0px;
	
}

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

.textbody img {
	left: 100%;
}

#titlePageImg {
	width: 462px;
	height: 109px;
}

#leftContCage {
	padding: 0px;
	float: left;
	width: 308px;
	height: 140px;
	margin-top: 5px;
	position: relative;
}

#leftContCageTransparency {
	overflow: hidden;
	opacity:0.9;  				/*-------- values for Opera and Safari */
    filter:alpha(opacity=90);  	/*-------- value for Firefox */
    -moz-opacity:0.9; 			/*-------- value for IE6 */
	background-color: #FFF;
	width: 308px;
	height: 140px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#navBar {
	padding: 0px;
	float: right;
	height: 23px;
	width: 100%;
	margin-top: 5px;
	position: relative;
}

#navBarTransparency {
	overflow: hidden;
	opacity: 0.8;  				/*-------- values for Opera and Safari */
    filter: alpha(opacity=80);  /*-------- value for Firefox */
    -moz-opacity: 0.8;			/*-------- value for IE6 */
	background-color: #FFF; 	
	height: 23px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}










#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 {
	/*
  	margin: 0px auto;
  	padding: 0px;
	*/
  	width: 100%;
  	height: 30px;
	/*
	margin-top: 10px;
  	position: absolute;  /* Needed for Safari
 	bottom: 0%;
	*/
	background-image: url(../imgs/lowergradient.png);
	background-repeat: repeat-x;
	/*
  	z-index: -2;
	*/
	overflow: 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 {
	opacity: 0.1;  				/*-------- values for Opera and Safari */
    filter: alpha(opacity=10);  	/*-------- value for Firefox */
    -moz-opacity: 0.1;
	background-color: #000;
	width: 100%;
	height: 35px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
	
}



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;
}