/* -- Allgemeines -- */
body {
	background: #f2f3f5;
/* 	background: #000; */
	color: black;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	width: 100%;
}

a:link {
	color: #004373;
	text-decoration: none;
	font-weight: normal;
}

a:visited {
	color: #004373;
	
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}

a:active {
	color: #8c3729;
	font-weight: normal;
}

a {
	text-decoration: none;
	font-weight: normal;
}

a h1 {
	color:#004373;
}

.skip {
	/* Da ein wichtiger Screenreader das display: none; auch f�r sich versteht und nichts vorliest obwohl das hier sich vor allem an Blinde richtet, muss man es so l�sen dass man diesen Link au�erhalb des Sichtfeldes bringt. Somit wird er trotzdem vorgelesen. */
	position: absolute;
	margin-left: -999px;
	width: 990px;
}

h1 {
	font-size: 24px;
	line-height: 28px;
	color: #000000;
 	padding-bottom: 10px;
 	padding-top: 16px;
 	margin: 0;
}

h2 {
	font-size: 20px;
	line-height: 28px;
	margin-top: 2em;
	margin-bottom:0px;
}

h3 {
	color: black;
	margin-top: 2em;
}

h4 {
	margin-top: 2em;
}

h2,h3,h4,h5,h6 {
	
}

h1,h2 {
	font-family: Brawler, Georgia;
	font-weight: normal;
}

p {
	font-size: 14px;
	line-height: 20px;
	padding-top: 10px;
	margin:0;
}

p span {
	font-weight: bold;
}

ol {
	margin: 0 0 0 0;
	white-space: pre-wrap;
	padding: 0;
}

ol li:first-line {
	font-weight: bold;
}

img {
	padding: 0px;
	margin: 0;
	max-width: 100%;
	/* Gute Browser machen ein zu gro�es Bild, welches das Design sprengen w�rde, entsprechend kleiner. Funktioniert beim IE leider nicht. */
	border: 0;
}

/* -- Layoutspezifisches -- */

#search {
	
}

#opener > p{
	width:1000px;
}

#opener h1{
	width:1000px;
}

.container_bg{
	background: url('../resources/img/back_central.png') #F7F8FA;
	background-repeat: repeat-y;
	background-position: bottom;
	margin-top: 15px;
}

#container {
	/* Ist daf�r gedacht dass die viele Formatierungen einfacher werden, und auch ein gemeinsammer Rand entstehen kann, der nicht ganz au�en am Fenster ist. */
	/*          font-size:0.8em; Ein Kompromiss �ber den man sicherlich streiten kann, aber viele Leute empfinden die von Ihnen selbst eingestellte Textgr��e f�r zu gro�, wissen aber nicht wie man das �ndert. */
	width: 956px;
	/* Eine Begrenzung der Breite auf h�hstens 70em. Das machen wir um nicht zu lange Textbreiten zu erhalten, welche dann schlecht zu lesen sind. F�r den IE gibt es in ielte6.css einen Woraround. */
	margin: auto; /* Hiermit zentrieren wir unsere Seite. */
	border: 0;
	border-top: 0; /* Ganz oben. */
}

#menuLow { 
	padding: 0 0;
	height: 32px;
	position: absolute;
	top: 146px;
/* 	*top: 160px; */
	text-align: left;
}

#menuLow li {
	font-size: 24px;
	line-height: 24px;
/* 	*line-height: 32px; */
	float: left;
	list-style-type: none;
	font-family: "Times New Roman", Times, serif;
	margin-right: 10px;
}

#menuLow li a:link {
	font-family:Brawler;
	font-size:20px;
	padding-top:4px;
	padding-bottom:4px;
	line-height: 24px;
	padding-left: 12px;
	padding-right: 12px;
	color: #013571; /* Hier ist die Linkfarbe. */
	text-decoration: none;
}

#menuLow li a:visited {
	color: #013571; /* Hier ist die Linkfarbe. */
	text-decoration: none;
	background-color: #e3e4e5;
}

#menuLow li a:focus {
	color: #013571; /* Hier ist die Linkfarbe. */
	text-decoration: none;
}

#menuLow li a:hover {
	margin-right: 0;
	/*color: #8c3729;  Hier ist die Linkfarbe. */
	text-decoration: none;
}

#menuLow li a:active {
	background-color: #f7f8f9;
	color: #013571; /* Hier ist die Linkfarbe. */
	text-decoration: none;
}

/* - Subnavigation, Rechte Spalte - */
#subnav {
	background-color: #fff8eb;
	width: 300px;
	/* Je kleiner das Fenster desto kleiner soll auch die Breite der Subnavigation werden, damit immer gen�gend Platz f�r den richtigen Inhalt bleibt. */
	min-width: 10em;
	/* Damit uns die Subnavigarion nicht zu sehr zusammengeschoben wird. */
	float: right;
	/* Damit erreichen wir dass der Inhalt links neben der Subnavigation vorbeiflie�t und nicht erst unten drunter anf�ngt. */
	padding: 32px 1% 1em 1%;
	margin: 177px 0 0 32px;
	border-left: 0px dotted #aaa;
	/* Hiermit trennen wir optisch die Subnavigation vom eigentlichen Inhalt ab. */
	font-size: 1em;
	/* Die Schriftgr��e setzen wir hier ein wenig herunter damit erkennbar wird dass das Informationen zweiter Rangordnung sind. */
	font-weight: normal;
}

#subnav dt { /* Die einzelnen �berschriften in der Subnavigation */
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	padding: 0 1em 0 1em;
	margin-bottom: 2em;
	border: 1px solid #ffffff;
	/* Hier eine optische Trennungslinie zwischen den einzelnen Bereichen der Subnavigation. */
	background-image: url('../resources/img/subnav075.png');
	height: 62px;
	background-repeat: repeat-x;
}

#subnav dt a {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: black;
}

#subnav dt a:focus {
	font-weight: normal;
	color: black;
}

#subnav dt a:hover {
	font-weight: normal;
	color: #8c3729;
}

#subnav dt a:active {
	font-weight: normal;
	color: #8c3729;
}

#subnav dt:first-line {
	font-size: 1.5em;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	word-spacing: 0.025em;
	letter-spacing: 0.025em;
}

#hitlistHeading {
	font-size: 24px;
	line-height: 28px;
	color: #000000;
	padding-top: 16px;
}

/*** hitlist filter ***/
.filterList {
	list-style: none;
	margin: 0 0 0 7px;
	padding: 0;
	padding-top: 3px;
	color: #002443;
}

.filterList li a {
	color: navy;
	cursor: pointer;
}

.filterList a:visited {
	color: #004373;
}

.filterActive {
	background-image: url('../resources/img/entfernen.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

#footer {
    clear:left;
    margin-top:1em;
    text-align:center;
    padding:10px;
    color: #8a8a8a;
    font-size: 12px;
    height: 64px;
}

.filterTopCornerLeft{
	background-image: url("../resources/img/facetCornerLeft.png");
	background-repeat: no-repeat;
	background-position: top left;
	height: 9px;
	width: 9px;
}
.filterTopCornerRight{
	background-image: url("../resources/img/facetCornerRight.png");
	background-repeat: no-repeat;
	background-position: top left;
	height: 9px;
	width: 9px;
}
.filterBottomCornerLeft{
	background-image: url("../resources/img/facetCornerLeftBottom.png");
	background-repeat: no-repeat;
	background-position: top left;
	height: 9px;
	width: 9px;
}
.filterBottomCornerRight{
	background-image: url("../resources/img/facetCornerRightBottom.png");
	background-repeat: no-repeat;
	background-position: top left;
	height: 9px;
	width: 9px;
}

.filterHeader {
	font-family:ARIAL;
	font-weight: bold;
 	font-size: 20px;
	color: #013571;
	padding: 8px 0 0 0px;
	font-weight: bold;
/* 	border-top: 1px dotted white; */
}

.facetInnerTable{
	border-right: 1px solid #b8c3c9;
	border-left: 1px solid #b8c3c9;
	background-color: #D9E3EA; 
	
}

#facetMoreLink {
	color: #004373;
}

/* ####################################### Steuerrecht Header ######################################## */

#top_left {
	background-image: url("../resources/img/ecke_oben_links.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 16px;
}

#top_center_bg {
	background: url('../resources/img/header_low.jpg') no-repeat center top;
	width: 100%;
	height: 197px;
	padding: 0 0px;
	overflow: hidden;
	margin: 0;
	z-index: -2;
	border-collapse: collapse;
	border: 0;
}

#top_center {
	background-image: url("../resources/img/schatten_oben_16x16.png");
	background-repeat: repeat-x;
	background-position: bottom left;
/* 	height: 10px; */
/* 	width: 10px; */
/* 	z-index: -1; */
/* 	border-collapse: collapse; */
/* 	border: 0; */
}

#top_right {
	background-image: url("../resources/img/ecke_oben_rechts.png");
	background-repeat: no-repeat;
	background-position: bottom left;
	
}

#center_left {
	background-image: url("../resources/img/schatten_links_16x16.png");
	background-repeat: repeat-y;
	background-position: top right;
/* 	width: 10px; */
	border-right: 1px solid #f7f8fa;
}

#center_center {
	background-color: #f7f8fa;
	border-right: 1px solid #f7f8fa;
/* 	border-top: 1px solid #f7f8fa; */
}

#center_right {
	background-image: url("../resources/img/schatten_rechts_16x16.png");
	background-repeat: repeat-y;
	background-position: top left;
/* 	width: 10px; */
/* 	border-left: 1px solid #f7f8fa; */
}

#bottom_left {
	background-image: url("../resources/img/ecke_unten_links.png");
	background-repeat: no-repeat;
	background-position: top right;
	height: 10px;
}

#bottom_center {
	background-image: url("../resources/img/schatten_unten_16x16.png");
	background-repeat: repeat-x;
	background-position: top left;
	height: 10px;
/* 	border-top: 1px solid #f7f8fa; */
}

#bottom_right {
	background-image: url("../resources/img/ecke_unten_rechts.png");
	background-repeat: no-repeat;
	background-position: top left;
	height: 10px;
}

#header {
	background: url('../resources/img/header_low_neutral.jpg') no-repeat center top;
	width: 100%;
	height: 224px;
	padding: 0;
	overflow: hidden;
	margin: 0;
	z-index: 3;
	border-collapse: collapse;
	border: 0;
}

#header_center {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

#headerSrLogo {
	margin-left: -36px;
	margin-top:31px;
	width: 44%;
}

#header_bb-logo {
	margin-left: -35px;
	margin-top:12px;
}

#header_login-logout_profile {
	text-align: right;
	margin-right:-38px;
   margin-top:82px;
}

#header-left {
	width: 50%;
	height: 224px;
}

#header-right {
	width: 50%;
	height: 224px;
	
}

#search {
	font-weight: bold;
	font-size: 12px;
	color: #818181;
	height: 20px;
	width: 238px;
	margin-left: 10px;
	margin-top: 8px;
	border: 0 none;
	border-collapse:collapse;
	outline: none;
	outline-width: 0;
}

#tabsSearchContent {
	width: 970px;
	margin-left: auto;
    margin-right: auto;
}

#tabsSearch {
	width: 100%;
	margin-bottom: -78px;
}

#tabsDiv {
	float: left;
	margin-bottom: -10px;
	padding-top: 5px;
	margin-left: -39px;
}

#tabs {
	border: 0; 
	border-collapse: collapse; 
	margin-top:-67px; 
	margin-left: auto; 
	margin-right: auto; 
	height: 32px; 
	width: 958px; 
	position: relative;
}

#tabs a:hover {
	text-decoration: none;
}

#tabs a:visited {
	color: #004373;
}

#content {
/* 	margin-top: -12px; */
/* 	max-width: 1250px; */
	width: 100%;
	clear: both;
	margin-left:-53px;
	width: 1170px;
}

.contentTable {
	border: 0 none #f2f3f5;
	width: 1195px;
	border-collapse: collapse;
	margin-left:-53px;
}

.spacer {
	width: 2%;
}

#headerBackgroundLeft {
	background: #bdbebf;
	width: 50%;
}
				
#headerBackgroundRight {
	background: #e3e4e6;
	width: 50%;
}

.tab {
	list-style: none;
	
	border: 0 none;
    height: 32px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -67px;
    position: relative;
    width: 958px;
}

.tab li {
	float: left;
	border-radius: 5px 5px 0 0;
	font-family: brawler;
	font-size: 20px;
	text-align: center;
	margin-right: 5px;
}

.activeTab {
	background-color: #F7F8FA;
}

.hoverTab {
	background-color: #f0f1f2;
	background-image: url("../resources/img/schatten_reiter_inaktiv.png");
	background-position: left bottom;
	background-repeat: repeat-x;
}

.inactiveTab {
	background-color: #e3e4e5;
	background-image: url("../resources/img/schatten_reiter_inaktiv.png");
	background-position: left bottom;
	background-repeat: repeat-x;
}

.searchButton {
	line-height:24px;
	vertical-align:middle;
	margin-top:-5px;
	margin-bottom:1px;
	margin-left:0px;
}

/* ####################################### Tab List ######################################## */

.tabList{
	list-style: none;
	
	border: 0 none;
    width: 500px;
}

.tabList li div {
	float: left;
	border-radius: 5px 5px 0 0;
    font-family: brawler;
    font-size: 20px;
    text-align: center;
    height: 24px;
    margin-right: 5px;
    padding: 4px 5px;
}

.tabList li div.activeTab {
	background-color: #F7F8FA;
	float: left;
	border-radius: 5px 5px 0 0;
    font-family: brawler;
    font-size: 20px;
    text-align: center;
}

.activeTab {
	background-color: #F7F8FA;
	float: left;
	border-radius: 5px 5px 0 0;
    font-family: brawler;
    font-size: 20px;
    text-align: center;
}

.tabList li div.inactiveTab {
	background-color: #e3e4e5;
	float: left;
	border-radius: 5px 5px 0 0;
    font-family: brawler;
    font-size: 20px;
    text-align: center;
}

.tabList li div.activeTab:hover {
	background-color: #f0f1f2;
	float: left;
	border-radius: 5px 5px 0 0;
    font-family: brawler;
    font-size: 20px;
    text-align: center;
}

.tabList li div.activeTab a:hover {
	text-decoration: none;
}

.tabList li div.activeTab a:visited {
	color: #004373;
}

.tabList li div.inactiveTab:hover {
	background-color: #f0f1f2;
	float: left;
	border-radius: 5px 5px 0 0;
    font-family: brawler;
    font-size: 20px;R
    text-align: center;
}

.tabList li div.inactiveTab a:hover {
	text-decoration: none;
}

.tabList li div.inactiveTab a:visited {
	color: #004373;
}

.searchFormDiv {
	background-repeat: no-repeat;
	background-image: url(../resources/img/suche_feld.png);
	float: right;
	margin-right: -2px;
	margin-top: 21px;
	margin-bottom: -10px;
	width: 282px;
}

/* ####################################### Steuerrecht Docs ######################################## */

#aktstrTopHitLink {
	font-family: brawler;
	font-size: 20px;
	color: black;
}

#aktstrTitle {
	font-family: brawler;
	font-size: 20px;
	color: black;
}

#aktstrHighlight em {
	font-style:normal;
	font-weight:bold;
}

#aktstrSnippet {
	color: black;
	font-size: 14px;
}

#aktstrMehrLink {
	text-align: right;
}

.taxTyp{
	width:50px;
}

.taxDatum{
	
	width:70px;
}
.taxGericht{
	width:75px;
}
.taxakt{
	width:125px;
}

.taxkuurz{
}


.taxTypH{
	text-align: left;
}
.taxDatumH{
	text-align: left;
}
.taxGerichtH{
	text-align: left;
}
.taxaktH{
	text-align: left;
}

.taxkuurzH{
	
}

.taxRow{
	border-top: 1px dashed #8a8a8a;
	padding: 10px 0;
	vertical-align:top;
}

.caption{   
   font-weight: bold;
   float: left;
   width: 450px;
   padding-top: 0px;
}

.copyright{
   font-size: 11px;
   text-align: right;
   float: right;
   width: 190px;
   padding-top: 0px;
   padding-right:30px;
   font-weight:normal;
}

/* ####################################### Steuerrecht Paging ######################################## */

.pagingBack {
	margin-left: 13px;
}

.pagingCurrentPage {
	margin-left: 13px;
	color: black;
	font-weight: bold;
	font-size: 14px;
}

.pagingNotCurrentPage {
	margin-left: 13px;
	font-size: 14px;
}

a:link.pagingNotCurrentPage {
	margin-left: 13px;
	color: #013571;
	font-size: 14px;
}

a:visited.pagingNotCurrentPage {
	margin-left: 13px;
	color: #013571;
	font-size: 14px;
}

.pagingForward {
	margin-left: 13px;
}

.pagingEnd {
	margin-left: 13px;
}

.paging-div {
	float: right;
}

#sortAndPaging_bottom {
	border-top: 1px dashed #8a8a8a;
	padding: 10px 0;
}

/* ####################################### Steuerrecht Sort ######################################## */

.removeSort {
	font-size: 14px;
	color: #7e7f80;
}

a:link.removeSort {
	font-size: 14px;
	color: #7e7f80;
}

a:visited.removeSort {
	font-size: 14px;
	color: #7e7f80;
}

.removeSort_active {
	font-size: 14px;
	color: #013571;
}

a:link.removeSort_active {
	font-size: 14px;
	color: #013571;
}

a:visited.removeSort_active {
	font-size: 14px;
	color: #013571;
}

.columnHeader_sortIsActive {
	font-size: 14px;
	color: #013571;
}

.columnHeader_sortIsInactive {
	font-size: 14px;
	color: black;
}


/* ################################ in article images ################################# */

.GS img {
	max-width: 590px;
}

/* ################################ Startpage ################################# */

.fleft {
    /* Sachen, an denen der Text vorbeiflie�en soll, wierden diese Klassen zugewiesen. */
    float: left;
    margin: 0 32px 32px 0px;
    /* Man sollte einen sch�nen Abstand w�hlen, sonst kleben die Sachen so am Text. */
}

.hitlistPicture {
	margin-left: -84px;
	width: 304px;
}

.hitlistPictureTd {
	width:300px;
	padding-left:86px;
}

.headerBackgroundColors {
    width: 100%;
    height: 224px;
    position: absolute;
    z-index: -5;
}

.headerBackgroundLeft {
    background-image: url(../resources/img//fueller_links.jpg);
    background-repeat: repeat-x;
    height: 100%;
}

.headerBackgroundRight {
    background-image: url(../resources/img/fueller_rechts.jpg);
    background-repeat: repeat-x;
    height: 100%;
}

.startPageMainImg {
	width:640px;
	padding-bottom:12px;
}

.startPageImg {
	width:304px;
}

#startTable {
	width:912px;
}

#startTable th {
	vertical-align:top;
}
