html, body {
    /* Für festhängenden Footer benötigt */
    margin: 0;
    height: 100%;
}

body {
    /*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    /*background-image: url(./img/hintergrund.png);
    background-repeat: repeat-x;
    background-color: #e3e4e5;*/
	background-color: #FFFFFF;
}

img {
    border: 0;
}

h1, h2, h3, h4 {
    color: #1b2c57;
    font-weight: bold;
}

h1 {
    font-size: 12pt;
    color: #1b2c57;
    margin-top: 15px;
    margin-bottom: 10px;
}

h1 a, h1 a:visited, h2 a, h2 a:visited {
    color: #1b2c57 !important;
}

h2 {
    font-size: 10pt;
    margin-top: 10px;
    margin-bottom: 5px;
}

h3 {
    font-size: 9pt;
	margin-top: 32px;
	margin-bottom: 5px;
}
a {
	color: black;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
div#wrapper {
    margin-left: auto;
    margin-right: auto;
    /* Variable Breite für fließendes Layout */
    min-width: 1280px;
   /* max-width: 1600px;*/
    /* Für festhängenden Footer benötigt */
    min-height: 100%;
    position: relative;
}

.clear {
    clear: both;
}

.abstand {
    margin-top: 20px;
}

.ohne_abstand {
	margin-top: 0;
}
.unternehmen {
	font-weight: bold;
	font-size: 12pt;
	padding-top: 15px;
	padding-bottom: 5px;
}
.hinweis_unternehmen {
	margin-bottom: 10px;
	padding-top: 5px;
	clear:both;
}
.ausgrauen {
	color: #707173
}
.suche {
	margin-bottom: 10px;
	margin-left: 20px;
}
.abstand_obenUnten {
	margin-top: 20px;
	margin-bottom: 20px;
}
.span_rechts {
	margin-top: 5px;
	float: right;
}
.span_links {
	margin-top: 5px;
	float: left;
}
.zentriert {
	text-align: center;
}
.suche {
	margin-bottom: 10px;
}
.unternehmenslogo {
	float: right;
	max-height: 70px;
}
.oeffentlich {
	margin-top: -17px; 
	margin-bottom: 75px;
}
.liste_datei {
	margin-top:5px;
	margin-bottom:5px;
	padding-left: 20px;
	list-style-type:none;
	font-style:italic;
	font-size:80%;
}
.suchButton {
	border: 1px solid black;
	background-color: #1B2C57;
	border-radius: 5px;
	height: 30px;
	width: 70px;
	margin-left: 15px;
}
.lupe {
	background-image: url(img/suche.png);
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	width: 13px;
	margin: -2px;
	height: 13px;
}
.protokollButton {
	border: 1px solid #1B2C57;
	background-color: white;
	margin-top: 10px;
	float: right;
	color: #1B2C57;
}
.datenButton {
	border: 1px solid #b70003;
	background-color: #fe0000;
	border-radius: 3px;
	color: white;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 15px 15px 15px 15px;
}
.datenButtonGrau {
	border: 1px solid black;
	border-radius: 3px;
	background-color: #808080;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #d6d6d6;
	margin: 15px 15px 15px 15px;
}
div#inhalt {
    padding: 5px;
	padding-right: 410px;
    /*padding-right: 20px;*/
	margin-top: 25px;
    margin-bottom: 10px;
    margin-left: 205px;
	border-top: 1px solid #d9d9d9;
    /* Abstand Rechts für das Rechtsmenü */
    /*margin-right: 205px;*/
    /* Fläche für den Footer freischlagen
     Muss bei größer werdendem Footer angepasst werden */
	/* Aktuell zu klein bei großer Tagcloud. Muss überarbeitet werden! */
    padding-bottom: 100px;
}

div#inhalt.uebersicht {
    /* Anderer Wert für den Inhalt falls kein Rechtsmenü vorhanden ist */
    /*margin-right: 30px;*/
}
 
div#inhalt a {
    color: black;
    text-decoration: none;
}

div#inhalt a:hover {
    text-decoration: underline;
}

div#menue_oben {
    /* Header */
    height: 80px;
    padding-left: 5px;
    padding-right: 5px;
   /* padding-bottom: 20px;
    * margin: 0 0 10px 0;	-Abstand für LastFile, erstmal weg*/
    padding-top: 20px;
    position: relative;
	background-color: #EEEEEE;
    border-bottom: 1px solid #1b2c57;
}
div#sucheA {
	margin-bottom: 40px;
}
/* Styles für Paginierung */
.paginierung {
   /* background: whitesmoke;*/
    margin: 4px;
	margin-bottom: 20px;
    padding: 2px;
    text-align: center;
}

.paginierung button {
    margin: 0px 4px;
}
.warnung {
	margin: 5px auto;
	padding: 5px;
	background-color: #ffdddd;
	border: 1px solid black;
}

/*.menueLeiste {
    margin-top: 25px;
}*/
.suche {
    /*margin-top: 25px;*/
	margin-left: 250px;
}

.menueLeiste a {
	text-decoration: none;
    font-weight: bold;
    padding: 8px;
    margin: 16px 4px;
    color: #1b2c57;
    background: white;
    border: 3px groove gray;
}

.menueLeiste a:hover, .menueLeiste a.aktiv {
	background: #1b2c57;
	color: white;
}

div#logo {
    /* Logo im Header */
    float: left;
    margin-left: 5px;
	margin-right: 25px;
}

/* Rechtsmenü */
div#menue_rechts {
    border-left: 1px solid #707173;
    width: 150px; /* Eventuell noch etwas verbreitern */
    padding-right: 5px;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 60px;
    margin: 0 30px 10px 0;
    /* Positionierung des Rechtsmenüs mit passendem Rahmen
     Top Wert muss bei Änderung der Höhe des Headers entsprechend angepasst werden
     Bottom Wert muss bei Änderung der Höhe des Footers entsprechend angepasst werden */
    position: absolute;
    left: 0;
    top: 120px;
    bottom: 70px;
}

div#menue_rechts a {
    color: #1b2c57;
    font-weight: bold;
    text-decoration: none;
}

div#menue_rechts a:hover {
    font-weight: bold;
    text-decoration: underline;
}
.impressum {
	float: left;
	margin-left: 20px;
	width: 200px;
}
.tagcloud {
	/*margin-left: 250px;*/
	margin-top: 50px;
	margin-right: 15px;
}
.lastFile {
	padding-bottom: 15px;
	border-bottom: 1px solid #d9d9d9;
}
.lastFile a {
	color: #909090;
}
P.ueberschrift {
	margin-top: 0;
	font-size: 13px;
	color: #1b2c57;
	font-weight: bold;
}
P.dateiname {
	font-size: 15px;
	font-weight: bold;
	color: #1b2c57;
}
.verzeichnis {
	float: left;
	text-align: center;
	overflow: hidden;
	min-height: 110px;
	max-height: 110px;
	min-width: 100px;
	max-width: 100px;
	padding: 5px;
}
td.underline {
	padding: 3px 0 3px 0;
	border-bottom: 1px solid #d9d9d9;
}
/* Footer */
div#footer {
    text-align: center;
    border-top: 1px solid #999;
   /* margin-left: 30px;
    margin-right: 30px;*/
    padding-top: 5px;
    /* Positionierung des Footers
     Durch die left/right Werte wird erreicht, dass das Margin genutzt wird
     Feste Höhe wird für festhängenden Footer benötigt */
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
}
div#footer a {
    text-decoration: none;
    color: black;
}

div#footer a:hover {
    text-decoration: underline;
}

div#form_parent ul:first-child {
	padding-left: 0;
	list-style: none;
}
div#links_menue {
	float: left;
    width: 210px;
    /*padding-right: 5px;
    padding-left: 5px;*/
    padding-top: 5px;
    /*padding-bottom: 60px;*/
    /*margin: 0 0 10px 30px;*/
    position: absolute;
    left: 0;
    /*top: 120px;
    bottom: 70px;*/
}
div#links_menue a {
	text-decoration: none;
	color: black;
}
div#links_menue a:hover{
	text-decoration: underline;
}
.linksEintrag {
	padding-bottom: 60px;
	margin-left: 15px;
}
div#aenderung {
	border: 1px solid #707173;
    float: left;
    width: 360px;
    /*padding-right: 5px;
    padding-left: 5px;*/
    padding: 5px;
	padding-bottom: 10px;
	margin-top: 46px;
	margin-right: 15px;
    /*padding-bottom: 60px;*/
    /*margin: 0 0 10px 30px;*/
    position: absolute;
    right: 0;
	background-color: #fbfbfb;
    /*top: 120px;
    bottom: 70px;*/
}
/* Userbereich oben rechts */
div.user_header {
    /*background-color: #1b2c57;*/
    /*color: 	white;*/
    font-size: 8pt;
	font-weight: bold;
    float: right;
    padding: 5px;
    margin-right: 5px;
}

div.user_header a {
    color: black;
    text-decoration: none;
    vertical-align: middle;
}

div.user_header img {
    vertical-align: middle;
}

div.user_header a:hover {
    text-decoration: underline;
}

/*Breadcrumb Bar*/
.breadcrumb {
    padding-left: 205px;
    padding-top: 7px;
	margin-bottom: -19px;
    font-size: 8pt;
	color: #909090;
}

.breadcrumb a {
    text-decoration: none;
	color: #909090;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

p.breadcrumb img {
    height: 10px;
}

/* Div für Multiuploder */
.uploader {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 390px;
}

/* Diverse Styles für Meldungen */
.meldung {
    border: 1px solid #999;
    margin: 20px auto;
    padding: 5px;
    width: 350px;
}

.meldung_oben {
    text-align: center;
    padding: 5px;
    background: #1b2c57;
    color: white;
    font-size: 110%;
}

.meldung_fehler_oben {
    color: white;
    text-align: center;
    padding: 5px;
    background-color: #1b2c57;
    font-size: 110%;
}

.meldung_erfolg_oben {
    color: white;
    text-align: center;
    padding: 5px;
    background-color: #1b2c57;
    font-size: 110%;
}

.meldung_link {
    text-align: right;
    padding: 5px;
    margin: 0;
    border: 1px solid #999;
}

.meldung_link a {
    color: #000;
    font-weight: bold;
}

.meldung_form {
    border: 0;
    padding: 0;
    margin: 0;
    text-align: right;
}

.meldung_form input {
    border: 1px solid #999;
    background: #CCC;
    color: #000;
    padding: 5px;
}

/* Styles für die Formulardarstellung */
.form {
    border: 1px solid #999;
    margin: 20px auto;
    padding: 5px;
    width: 550px;
}

.formlogin {
    border: 1px solid #999;
    margin: 20px auto;
    width: 450px;
}

.form_big {
    padding: 4px 8px;
	margin: 15px auto;
	/*width: 750px;*/
    border: 1px solid #999;
}

.form_inside {
	float: left;
	margin: 4px 10px 10px 4px;
    border: 1px solid #CCC;
    padding: 5px;
	min-height: 130px;
	width: 215px;
	display: block;
}

.form_inside ul {
	list-style: none;
	margin-left: 2px;
	padding-left: 2px;
}

.form_inside_heading {
	font-size: 10pt;
	font-weight: bold;
	color: #1b2c57;
    margin-top: 15px;
    margin-bottom: 10px;
}

.form .textinput, .form_big .textinput {
    width: 350px;
}

.form textarea {
    min-width: 800px;
}

.form_checkbox {
    padding-top: 5px;
    padding-bottom: 5px;
}

.form_heading {
    /*text-align: center;*/
    padding: 5px 5px 10px 5px;
    font-size: 100%;
    font-weight: bold;
}

.form_text {
    float: left;
    width: 120px;
    padding: 5px 5px 5px 0;
    margin: 0 5px 0 0;
    border-bottom: 1px solid #999;
}

.form_space {
    float: left;
    width: 200px;
    padding: 5px 5px 5px 0;
    margin: 0 5px 0 0;
}

.form_input {
    padding: 5px 5px 5px 0;
}

.form_fieldset {
	border: 1px solid #999;
	margin-top: 15px
}

.form_fieldset ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.form_fieldset li {
	float: left;
	width: 180px;
	display: block;
	margin-top: 5px;
}

/* Styles für Tabellen */
.table {
    width: 100%;
}
.table_heading {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #1b2c57;
}

.table_heading a {
	color: #FFFFFF !important;
}

.table_row {
}

.table_td {
    font-size: 100%;
    border: 1px solid #999;
    padding: 1px;
}

.table_icon {
	font-size: 100%;
    border: 1px solid #999;
    padding: 1px;
	width: 25px;
	text-align: center;
}

/*Daten tabellen*/
.table_row_head {
	background-color: #f5f5f5;
	font-weight: bold;
    color: black;
	/*text-align: center;*/
	border-collapse: collapse;
}
/*Zelle für Kopfzeile*/
.table_td_headborder {
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	padding-top: 5px;
	padding-bottom: 5px;
}
.table_head_links {
	border-left: 1px solid gray;
}
.table_head_rechts {
	border-right: 1px solid gray;
}
/*Zelle für Inhalt*/
.table_td_contentborder {
    border-bottom: 1px solid gray;
	padding-top: 10px;
	padding-bottom: 10px;
}
/*Zelle für Icon*/
.table_td_icon {
	font-size: 100%;
	width: 25px;
	padding: 0px !important;
	text-align: center;
}

/*  Tabellenzelleninhalt bei Notizen wird auf 5 Zeilen begrenzt */
.notizzeilen {
    max-height: 80px;
    overflow: auto;
}

/* Hervorhebung im Rechtsmenü bei Aktivierung eines Menüpunktes */
.menue_markiert {
    background-color: #c6c7c9;
}

/* Ansicht der Kategorie */
.content {
    background: whitesmoke;
    border: 2px solid gray;
    padding: 5px;
    margin-top: 15px;
	margin-bottom: 15px;
}

span.link:hover {
    text-decoration: underline;
}

div.menue_unter a {
    margin-left: 10px;
}

.company {
	padding: 8px;
	border: 3px groove gray;
	margin-top: 16px;
}

/* Styles für Auswahl des Elternelements bei Kategorie Edit/Anlegen */
div.parent_auswahl {
    margin: 25px 0 15px 0;
    padding: 5px;
    border: 1px solid #999;
	text-align: center;
}

div.parent_auswahl ul {
    list-style: none;
	text-align: left;
}

div.parent_auswahl ul li {
    margin-top: 2px;
    margin-bottom: 2px;
}

div.parent_auswahl ul li input {
    margin-right: 10px;
}

/* Styles für Inhaltsübersicht */
.inhaltsuebersicht ul {
	margin: 0;
	font-weight: bold;
}

.inhaltsuebersicht li {
	margin: 4px 0;
}

.inhaltsuebersicht ul:first-child {
	padding-left: 0;
	list-style: none;
}

.inhaltsuebersicht ul ul {
	font-weight: normal;
}

/*.inhaltsuebersicht li > ul {
	font-weight: normal !important;
}*/

/*.inhaltsuebersicht  li li {
	margin-bottom: 4px;
	margin-top: 4px;
	list-style-type: circle;
}*/

.inhaltsuebersicht li img {
	margin: 0px 4px;
}

.inhaltsuebersicht .unternehmen_name {
	margin: 0px 4px;
	font-style: italic;
	font-size: 80%;
	font-weight: normal;
}
