/*
	Ludwig & Reuter Website: 
	BOB Design http://www.bob-design.de/
	CSS Datei
	07.06.2006 Daan Meskers
	$last_change: 12.10.2006 Daan Meskers
*/

/* ==================================================================================== */
/* == TAG STYLES == */
HTML, BODY {
	background-color: #828282;
	margin: 0;
	padding: 0;
	width: 100%; height: 100%;
	overflow: hidden;
	font-family: Arial, helvetica, sans-serif;
} 

/* ==================================================================================== */
/* == ID STYLES == */
DIV#Main {
	position: relative;
	background-color: #fff;
	margin: 25px; padding: 0;
	height: 93%;
        z-index: 0;
}

/* ======== MENU ======== */
UL#Menu {
	position: relative;
	padding: 0; margin: 0;
	display: block;
	float: left;
	height: 100%; width: 285px;
	background-color: #E6E6E6;
	list-style: none;
	z-index: 10;
}
UL#Menu LI {
	border-bottom: 1px solid #FFF;
	width: 240px;
	padding: 0; margin: 0;
}
UL#Menu LI#Logo {
	border-bottom: 0;
	margin-bottom: 18px;
}
UL#Menu LI#Logo IMG {
	padding: 0; margin: 0; 
}
UL#Menu LI A {
	border: 0;
	display: block;
}
UL#Menu LI A IMG {
	border: 0;
	margin: 8px 0 10px 40px;
}
UL#Menu LI#Login {
	border: 0;
}
UL#Menu LI#Impressum {
	border: 0; margin: 0; padding: 0 0 0 40px;
	width: 250px;
}
UL#Menu LI#Impressum A {
	display: inline !important; 
}
UL#Menu LI#Impressum IMG {
	margin: 0;
}
UL#Menu LI.on {
	border: 1px solid #FFF;
	background-color: #fff;
	width: 283px;
}
DIV > UL#Menu LI.on {
	margin-top: -1px;
}
DIV > UL#Menu LI.on A {
	margin-top: 1px;
}
UL#Menu LI.logout A {
	display: block;
	padding: 2px 5px 4px 40px;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}
UL#Menu LI.logout A:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #444;
}

/* ======== HEADER ======== */
DIV#Header {
	position: relative;
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #1B2855;
	height: 113px; 
	padding: 0; margin: 0 0 0 285px;
	z-index: 1;
	background-image: url(../../img/Header/Ludwig_Links.jpg);
}
DIV#Main DIV.Kontakt 	{ background-image: url(../../img/Header/Ludwig_Kontakt.jpg); }
DIV#Main DIV.Taetigkeit 	{ background-image: url(../../img/Header/Ludwig_Taetigkeit.jpg); }
DIV#Main DIV.Aktuelles 	{ background-image: url( ../../img/Header/Ludwig_Aktuelles.jpg ); }
DIV#Main DIV.Team 		{ background-image: url( ../../img/Header/Ludwig_Team.jpg ); }
DIV#Main DIV.Links 		{ background-image: url( ../../img/Header/Ludwig_Links.jpg ); }
DIV#Main DIV.Mandanten 	{ background-image: url( ../../img/Header/Ludwig_Mandanten.jpg ); }
DIV#Main DIV.Gesetz 	{ background-image: url( ../../img/Header/Ludwig_Gesetz.jpg ); }
DIV#Main DIV.Home 		{ background-image: url( ../../img/Header/Home.jpg ); height: 250px; }

/* ======== CONTENT ======== */
DIV#Content {
	position: relative;
	height: 400px;
	overflow: auto;
	margin-top: 20px;
	margin-left: 10px;
}
HR.divider {
	width: 95%;
	float: left;
	clear: all;
}
A.intern {
	width: 200px;
	margin-top: 15px;
	display: block;
	border: 1px solid #A6ABBE;
	background-color: #DDDFE6;
	text-decoration: none;
	color: #222F5C;
	font-size: 10pt;
	font-weight: bold;
	margin-left: 35px;
}
A.intern:hover {
	background-color: #A6ABBE;
	color: #fff;
	border-color: #A6ABBE;
}
A.intern IMG {
	vertical-align: middle;
}
/* ======== TABLE FILELIST ======== */
TABLE.tx-filelist-pi1-table {
	width: 95%;
	border: 1px solid #A6ABBE;
	margin-bottom: 10px;
}
TR.tx-filelist-pi1-header-tr {
	color: #FFF;
	background-color: #4E587C;
	font-size: 8pt;
	font-weight: bold;
}
TABLE.tx-filelist-pi1-table  TR.tx-filelist-pi1-header-tr A {
	margin:0; padding: 0;
}
TABLE.tx-filelist-pi1-table TR TD {
	padding: 2px 3px;
}
TABLE.tx-filelist-pi1-table TD {
	border-bottom: 1xp solid #4E587C;
}
TABLE.tx-filelist-pi1-table  TR.row1 {
	background-color: #E0E9ED;
}
TABLE.tx-filelist-pi1-table TR TD A {
	display: inline-block;
	padding: 2px 3px;
	color: #1E2972;
	text-decoration: none;
}
TABLE.tx-filelist-pi1-table TR TD.tx-filelist-pi1-filename {
	font-size: 9pt;
}
DIV.tx-fileupload-pi1 FORM {
	margin-left: 35px;
}
DIV.tx-fileupload-pi1 FORM INPUT.upload {
	width:85%;
}

/* ======== SUBMENU ======== */
UL#SubNavigation {
	float: left;
	display: block;
	width: 225px; height: 50%;
	list-style: none;
	margin: 0 0 0 0; padding: 20px 0 0 0;
	background-color: #F5F5F5;
}
UL#SubNavigation LI {
	list-style: none;
	margin: 0; padding: 0;
}
UL#SubNavigation LI A {
	display: block;
	padding: 10px 5px 10px 20px;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #AAA; 
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 1px solid #E9E9E9;
	border-top: 1px solid #E9E9E9;
}
UL#SubNavigation LI + LI A {
	border-top: 0;
}
UL#SubNavigation LI A:hover {
	color: #444; 
	text-decoration: underline;
	background-color: #f0f0f0;
}
UL#SubNavigation LI.on A {
	color: #27337E; 
	background-color: #fff;
}
UL#SubNavigation LI.on A:hover {
	color: #27337E; 
	background-color: #eee;
	text-decoration: none;
}
/* ======== CONTENT LISTING ======== */

DIV#Content UL.Listing {
	list-style: none;
	margin: 15px 25px 5px 30px; padding: 0;
}
DIV#Content UL.Listing LI {
	list-style: none;
	margin: 10px 0 0 0 !important; 
	padding: 2px 5px 10px 10px !important;
	border-bottom: 1px solid #BBB;
	position: relative;
	height: 50px;
}
DIV#Content UL.Listing LI UL {
	margin: 0; padding: 0;
}
DIV#Content UL.Listing LI UL LI {
	margin: 0; padding: 0;
}
DIV#Content UL.Listing LI DIV {
	display: block; 
	vertical-align: top;
	position:absolute;
	bottom: 10px; left: 125px;
	font-size: 11px; 
	color: #666;
}
DIV#Content UL.Listing LI.Leitung {
	height: 110px;
	font-size: 12px; 
}
DIV#Content UL.Listing LI DIV H3 {
	font-size: 13px;
	font-weight: bold; 
	color: #27337E;
	margin: 0; padding: 0;
}
DIV#Content UL.Listing LI.Leitung  DIV H3 {
	font-size: 14px;
}
DIV#Content UL.Listing LI.Leitung  IMG {
	border: 1px solid #27337E;
}
DIV#Content UL.Listing.noimage LI DIV {
	left: 0;
}
DIV#Content UL.Listing.noimage LI.Leitung {
	height: 35px; 
}



/* ==================================================================================== */
/* == CLASS STYLES == */




/* ==================================================================================== */
/* == PAGE STYLES == */


/* == PAGE::FORM STYLES == */
/* == Login Form == */
UL#Menu LI#Login IMG {
	margin: 3px 0 1px 5px;
}
UL#Menu LI#Login FORM {
	position: relative;
	padding: 0; margin: 5px 15px 0 40px; 
}
UL#Menu LI#Login FORM FIELDSET {
	position: relative;
	border: 1px solid #fff;
	padding: 0; margin: 0; 
	background-color: #D2D2D2;
	width: 198px;
}
UL#Menu LI#Login FORM FIELDSET LEGEND {
	display: none;
	color:  #fff;
	font-size: 10px;
}
UL#Menu LI#Login FORM UL {
	border: 0;
	padding: 0 0 5px 0; margin: 0;
	list-style: none;
}
UL#Menu LI#Login FORM UL LI {
	border-color: #E9E9E9;
	padding: 0; margin: 0;
	width: 100%;
}
UL#Menu LI#Login FORM LABEL {
	font-size: 11px;
	color: #999;
	padding: 10px 0 2px 8px;
	display: block;
	float: left;
	width: 57px;
}
UL#Menu LI#Login FORM INPUT {
	width: 65px;
	margin: 4px 2px 4px 0;
	background-color: #F1F1F1;
	color: #999;
	padding: 1px 1px 2px 4px
}
UL#Menu LI#Login FORM BUTTON {
	margin: 3px 0 3px 0;
	color: #999;
	font-size: 10px;
	background-color: #C1C1C1;
        width: 40px;
}
UL#Menu LI#Login FORM INPUT.tx-newloginbox-pi1-submit {
	margin: 3px 0 3px 0;
	color: #999;
	font-size: 10pt;
	background-color: #C1C1C1;
        width: 100px;
}

/* == PAGE::BODY_TEXT STYLES == */
/* == Content Text == */

DIV#Content H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #1E2972;
	margin: 8px 10px 15px 33px;
	padding: 0;
	text-transform: uppercase;
}
DIV#Content H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #1E2972;
	margin: 0 10px 0 33px;
	padding: 10px 0 0 0;
	text-transform: uppercase;
}

DIV#Content DIV.csc-header-n2 H1, DIV.tx-newloginbox-pi1 H3  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #1E2972;
	margin: 8px 10px 0 33px;
	padding: 0;
}
DIV.tx-newloginbox-pi1 TABLE TD P {
	margin: 5px !important;
}
DIV.tx-newloginbox-pi1 TABLE  {
	margin: 0 0 0 45px;
	background-color: #F0f0f0;
	padding: 5px;
}

DIV#Content P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #515B97;
	line-height: 160%;
	margin: 10px 25px 15px 33px;
	padding: 0;
}
DIV#Content P STRONG, DIV#Content P B  {
	color: #1E2972;
}
DIV#Content UL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 160%;
	margin: 10px 35px 15px 55px;
	padding: 0;
	color: #1E2972;
}

DIV#Content P A {
	display: inline-block;
	color: #1E2972;
	background-color: #FcFcFc;
	padding: 1px 3px 2px 3px;
}
DIV#Content P A:hover {
	color: #30f;
	background-color: #e9e9e9;
}
DIV#Content A[name], DIV#Content A {
	display: auto;
	padding: 0;
}
DIV#Content P IMG {
	border:0;
}


DIV#Content TABLE.imgtext-table   {
      width: 400px; height: auto;
margin: 0; text-align: left;
}
DIV#Content TABLE.imgtext-table  A IMG {
      width: 400px; height: auto;
      border: 0;
}

DIV#Content TABLE.Telefon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #515B97;
	line-height: 160%;
	margin: 10px 25px 15px 33px;
	padding: 0;
}

/* == EMAIL FORMULAR == */
DIV#Content FORM {
   margin-left: 20px !important;
}

DIV#Content FIELDSET.csc-mailform {
   border: 1px solid #EEE;
   width: 450px;
   background-color: #F9F9F9;
   padding: 10px;
}

DIV#Content FIELDSET.csc-mailform  DIV.csc-mailform-field {
  border-bottom: 1px solid #EEE;
  padding: 5px;
}
DIV#Content FIELDSET.csc-mailform  DIV.csc-mailform-field LABEL {
   width: 100px;
   display: block;
    float: left;
    font-size: 10pt;
    color: #999;
}
DIV#Content FIELDSET.csc-mailform  DIV.csc-mailform-field.csc-checkbox LABEL {
   width: auto;
   display: inline;
    float: none;
}
DIV#Content FIELDSET.csc-mailform  DIV.csc-checkbox {
   padding-left: 100px;
}
 


/* ==== TEAM ==== */
DIV#Content  UL.Listing LI.Leitung {
   border-top: 1px solid #FFF;
   border-left: 1px solid #FFF;
   border-right: 1px solid #FFF;
   position: relative;
   clear: left;
	min-height: 105px; height: auto;
}

DIV#Content  UL.Listing LI.Leitung DIV {
   position: relative; top: 0;
   margin:  0 !important; padding: 0 0 10px 0  !important;
   width: 75% !important;
   float: none;
}
DIV#Content UL.Listing LI.Leitung IMG {
   position: absolute;
   top: 5px; left: 5px;
}
/* ==== LINKS ==== */
DIV#Content DIV.tx-ablinklist-pi1 UL.Listing LI.Leitung {
   height: auto !important;
   min-height: 25px;
   margin: 0  !important; padding: 0 !important;
}
DIV#Content DIV.tx-ablinklist-pi1 UL.Listing LI.Leitung DIV {
   position: relative; top: -15px;
   margin: 0  !important; padding: 0 !important;
   width: auto  !important;
}
DIV#Content DIV.tx-ablinklist-pi1 UL.Listing LI.Leitung DIV A {
  width: auto !important;
  display: inline;
}


/* == SITEMAP == */
DIV#Content DIV.csc-menu, DIV#Content DIV.csc-menu-2 {
	margin: 5px 35px 15px 25px;
}
DIV#Content DIV.csc-menu P.csc-sitemap {
	margin: 0 !important;
	padding: 0;
}
DIV#Content DIV.csc-menu P.csc-sitemap-level1 {
	padding: 1px 0 1px 30px !important;
	font-size: 11pt;
	border-bottom: 1px dotted #DDDFE6;
	font-weight: bold
}
DIV#Content DIV.csc-menu P.csc-sitemap-level2 {
	padding: 1px 0 1px 60px !important;
	font-size: 10pt;
	border-bottom: 1px dotted #DDDFE6;
}
DIV#Content DIV.csc-menu P.csc-sitemap-level3 {
	padding: 0 0 0 90px !important;
	font-size: 9pt;
	border-bottom: 1px dotted #DDDFE6;
}
DIV#Content DIV.csc-menu P.csc-sitemap A {
	display: inline-block;
	color: #000080;
	padding: 1px 5px 3px 5px;
}
DIV#Content DIV.csc-menu P.csc-sitemap-level3 A {
	color: #669;
}
DIV#Content DIV.csc-menu P.csc-sitemap A:hover {
	/* color: #f30;
	background-color: #FF0; */
}

/* ===== */
DIV.tx-filelist-pi1 {
   margin-left: 32px;
}

DIV.news-list-container  DIV.news-list-category {
   display: none;
}
DIV.news-list-container   DIV.news-list-item {
   border-top: 0 !important;
   border-left: 0 !important;
   border-right: 0 !important;
   background-color: #FFF !important;
}
DIV#Content DIV.news-list-container   DIV.news-list-item P.bodytext {
   margin-left: 0; padding-left: 0;
   color: #515B97;
}

DIV#Content DIV.news-single-item H3 {
	margin: 12px 10px 16px 33px;
        line-height: 165%;
}

DIV#Content DIV.news-list-container   DIV.news-list-item  {
	clear: all;
	height: auto;
}
DIV#Content DIV.news-search-form {
	margin-left: 32px;
}
DIV.news-search-emptyMsg {
	margin: -10px 0 45px 45px; color: #AAA;
}

TABLE.imgtext-table {
	width: 200px !important;
	border: 1px solid red;
	float: left;
}

TABLE.typo3-adminPanel {
   position: absolute:
   left: 0; bottom: 0;
   z-index: 100;
}

FORM { z-index: 10; }

Div#Footer {
	position: absolute;
	bottom: 5px; left: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #909090;
	margin: 0;
	padding: 0;
	width: 99%;
}
Div#Footer A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	margin: 0;
	padding: 0;
}