/* Konfigurationsdatei f�r die Postitionierung und Ma�e der einzelnen Seitenelemente  */
html { /*height:100%;*/
	
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-image: url(../pic/nav_bg.gif);
	background-repeat: repeat-y;
}

img {
	border: none;
}

form {
	margin: 0px;
}

.clearer {
	clear: both;
}

/* head-bereich */
div.head {
	width: auto;
	height: 90px;
}

div.head div.head-pic {
	float: left;
	width: 88px;
	height: 90px;
	background-image: url(../pic/rotary_logo.gif);
	background-repeat: no-repeat;
}

div.head div.head-text {
	float: left;
	width: 245px;
	height: 90px;
	background-image: url(../pic/rotary_logo_text.gif);
	background-repeat: no-repeat;
	border: 1px solid #f00;
}

div.head div.head-hw-text {
	text-align: right;
	margin-right: 20px;
}

/* Standalone Seiten zB. Login Seite */
.alone {
	height: 80%;
	margin: 0;
	padding: 0;
	background-image: url();
	background-repeat: no-repeat;
	background-color: #ffffff;
}

#rahmen {
	width: 800px;
	height: 80%;
	margin: 0 auto;
	background-color: #CFD4D5;
	padding-top: 100px;
}

#logwindow {
	width: 200px;
	height: 170px;
	margin: 0;
	background-color: #CFD4D5;
	padding-top: 60px;
	padding-left: 50px;
	border: 2px solid #000000;
}

/* statuszeile */
div.status {
	text-align: right;
	width: auto;
	height: 18px;
	background-color: #415A69;
	padding-top: 2px;
	padding-right: 20px;
}

/* navigation und content  */
div.nav-content {
	
}

/* navigation */
div.nav {
	width: 184px;
	margin-right: 25px;
	padding-top: 46px;
}

/* navi als liste */
div.nav ul.level-0,div.nav ul.level-1 {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.nav ul.level-0 {
	margin-top: 46px;
}

ul.level-0 {
	border-top: 1px solid #E0E5E7;
}

ul.level-0 li {
	border-bottom: 1px solid #E0E5E7;
	padding: 3px 0px 3px 0px;
}

ul.level-0 li.selected {
	border-bottom: 1px solid #E0E5E7;
	padding: 3px 0px 0px 0px;
	background-color: #E0E5E7;
}

ul.level-1 li {
	border-bottom: 1px solid #E0E5E7;
	padding: 3px 0px 3px 0px;
	background-color: #fff;
}

ul.level-1 li.selected {
	padding: 3px 0px 3px 0px;
	background-color: #fff;
}

/* navi mit div's */
div.level-0 {
	padding: 3px 0px 3px 0px;
	border-top: 1px solid #E0E5E7;
}

div.level-1 {
	padding: 3px 0px 3px 0px;
	border-bottom: 1px solid #E0E5E7;
	background-color: #fff;
}

/* content */
div.content {
	
}

div.content h1 {
	margin-top: 20px;
	margin-bottom: 5px;
}

div.linie {
	height:2px;
	border-top:2px solid #CFCFCF;
	margin-bottom:14px;
	line-height:2px;
}

/* Kopfzeile Listenansicht */
tr.list-head {
	height: 30px;
	background-color: #CFD4D5;
}

/* einzelner Listenreihe (heller Hintergrund) */
tr.list-each-1,tr.list-each-1-normal {
	height: 20px;
	background-color: #E5E9EA;
}

/* einzelner Listenreihe (dunler Hintergrund) */
tr.list-each-2,tr.list-each-2-normal {
	height: 20px;
	background-color: #DCE0E1;
}

/* mouese-over-zustand */
tr.list-each-1-over   ,tr.list-each-2-over,tr.list-each-1-normal-over,tr.list-each-2-normal-over
	{
	height: 20px;
	background-color: #aaa;
}

div.list-padding {
	padding: 2px 3px 2px 9px;
}

td.list-each-spacer {
	background-color: #fff;
	width:1px;
}

.img-reiter {
	border-right: 1px solid #fff;
}

span.reiter {
	display: block;
	padding: 7px 10px 7px 5px;
	background-color: #CFD4D5;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

span.reiter-selected {
	display: block;
	padding: 7px 10px 7px 5px;
	background-color: #E5E9EA;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #E5E9EA;
}

/* Links vom Text stehende Bildelemente */
.obj-fliess-left {
	/* Aussenabstand der umflossenen Elemente zum Text bzw Nachbarelementen */
	padding-top: 0px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 0px;
	float: left;
	width: auto;
}

/* Rechts vom Text stehende Bildelemente */
.obj-fliess-right {
	/* Aussenabstand der umflossenen Elemente zum Text bzw Nachbarelementen */
	padding-top: 0px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 10px;
	float: right;
	width: auto;
}

.unsichtbar {
	display: none;
}

/* Formulare */
label {
	cursor: pointer;
}

label.locked {
	color: #A0A0A0;
}


div.v-detail-block,div.wb-block {
	margin-bottom: 4px;
}

div.label-v-detail {
	float: left;
	font-weight: bold;
	width: 150px;
}

div.label-wb {
	float: left;
	font-weight: bold;
	width: 100px;
}

div.v-detail {
	float: left;
	width: 300px;
}

div.wb-detail {
	float: left;
	width: 200px;
}

div.wb-footer {
	float: left;
	margin: 0px 4px 0px 2px;
	padding: 0px 0px 0px 0px;
	background-image: url(../pic/form_breit.gif);
	width: 548px;
	height: 22px;
	text-align: right;
}

div.wb-footer-text {
	padding: 2px 20px 0px 0px;
}

span.wb-footer-text {
    position: relative;
    top: -4px;
}

label.veroeffentlichen {
	position: relative;
	top: -4px;
}

.table-v-detail-anmeldung {
	margin-left: 5px;
	width: 760px;
}

div.abstand-input {
	float: left;
	margin-left: 20px;
}

input.page-nav {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	border: 1px solid #C7C7C7;
	color: #000;
	background-color: #fff;
	text-align: center;
}

input.color {
	font-family: Verdana, Arial, Helvetica;
	font-size: 1.00em;
	border: 1px solid #C7C7C7;
	color: #000;
	background-color: #fff;
	width: 150px;
}

input.locked {
	font-family: Verdana, Arial, Helvetica;
	font-size: 1.00em;
	border: 1px solid #C7C7C7;
	color: #000;
	background-color: #DFDFDF;
	width: 150px;
}

select.locked {
	font-family: Verdana, Arial, Helvetica;
	font-size: 1.00em;
	/*border:1px solid #C7C7C7;*/
	color: #AAAAAA;
	background-color: #DFDFDF;
	width: 150px;
}

input.r-big {
	font-family: Verdana, Arial, Helvetica;
	font-size: 1.40em;
	border: 1px solid #C7C7C7;
	/*color: #aaaaaa;*/
	background-color: #fff;
	width: 200px;
}

input.r-small {
	font-family: Verdana, Arial, Helvetica;
	font-size: 1.00em;
	border: 1px solid #C7C7C7;
	/*color: #aaaaaa;*/
	background-color: #fff;
	width: 160px;
}

input.submit-color {
	font-family: Verdana, Arial, Helvetica;
	font-size: 1.00em;
	border: 1px solid #C7C7C7;
	color: #000;
	background-color: #C0C7CD;
	width: 75px;
}

input.entfernen,input.entfernen_liste {
	background-image: url('../pic/trash_pfeil.gif');
	background-repeat: no-repeat;
	width: 31px;
	height: 18px;
	background-color: transparent;
	border: none;
	color: #e5e9ea;
	font-size: 0.00em;
	cursor: pointer;
}

input.entfernen_liste {
	background-image: url('../pic/trash.gif');
}

input.pfeil-up {
	background-image: url('../pic/pfeil_up.gif');
	background-repeat: no-repeat;
	width: 11px;
	height: 10px;
	background-color: transparent;
	border: none;
	color: #e5e9ea;
	font-size: 0.00em;
	cursor: pointer;
}

input.pfeil-down {
	background-image: url('../pic/pfeil_down.gif');
	background-repeat: no-repeat;
	width: 11px;
	height: 10px;
	background-color: transparent;
	border: none;
	color: #e5e9ea;
	font-size: 0.00em;
	cursor: pointer;
}

input.upload {
	background-image: url('../pic/upload.gif');
	background-repeat: no-repeat;
	width: 31px;
	height: 18px;
	background-color: transparent;
	border: none;
	color: #e5e9ea;
	font-size: 0.00em;
	cursor: pointer;
}

input.editieren {
	background-image: url('../pic/bearbeiten.gif');
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	border: none;
	background-color: transparent;
	font-size: 0.00em;
	cursor: pointer;
}

input.liste-minus {
	background-image: url('../pic/liste_minus.gif');
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	background-color: transparent;
	border: none;
	color: #e5e9ea;
	font-size: 0.00em;
	cursor: pointer;
}

input.liste-plus {
	background-image: url('../pic/liste_plus.gif');
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	background-color: transparent;
	border: none;
	color: #e5e9ea;
	font-size: 0.00em;
	cursor: pointer;
}

input.pdficon {
	background-image: url('../pic/icon_pdf.gif');
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	border: none;
	background-color: transparent;
	font-size: 0.00em;
	cursor: pointer;
}

input.csvicon {
	background-image: url('../pic/csv.gif');
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	border: none;
	background-color: transparent;
	font-size: 0.00em;
	cursor: pointer;
}

input.csvicon-off {
	background-image: url('../pic/csv_grau.gif');
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	border: none;
	background-color: transparent;
	font-size: 0.00em;
	cursor: pointer;
}

input.details {
	background-image: url('../pic/detail.gif');
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	border: none;
	background-color: transparent;
	font-size: 0.00em;
	cursor: pointer;
}

input.status {
	background-image: url('../pic/bearbeiten.gif');
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
	border: none;
	background-color: transparent;
	font-size: 0.00em;
	cursor: pointer;
}

input.verlag,input.verlag0,input.verlag1 {
	background-image: url('../pic/buch_pfeil.gif');
	background-repeat: no-repeat;
	width: 31px;
	height: 18px;
	border: none;
	background-color: transparent;
	color: #e5e9ea;
	font-size: 0.00em;
	cursor: pointer;
}

input.verlag0 {
	background-image: url('../pic/buch_pfeil.gif');
}

input.verlag1 {
	background-image: url('../pic/buch.gif');
}

input.loeschen {
	background-image: url('../pic/loeschen.gif');
	background-repeat: no-repeat;
	width: 112px;
	height: 22px;
	border: none;
	background-color: transparent;
	font-size: 0.00em;
	cursor: pointer;
}

input.freigabe {
	background-image: url('../pic/freigabe.gif');
	background-repeat: no-repeat;
	width: 112px;
	height: 22px;
	border: none;
	background-color: transparent;
	font-size: 0.00em;
	cursor: pointer;
}

input.parken {
	background-image: url('../pic/form_parken.gif');
	background-repeat: no-repeat;
	width: 112px;
	height: 22px;
	border: none;
	background-color: transparent;
	font-size: 0.00em;
	cursor: pointer;
}

input.verlag-nein {
	background-image: url('../pic/buch.gif');
	background-repeat: no-repeat;
	width: 31px;
	height: 18px;
	border: none;
	background-color: transparent;
	font-size: 0.00em;
	cursor: pointer;
}

input.anmeldung {
	background-image: url('../pic/anmelden.gif');
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	border: none;
	background-color: transparent;
	font-size: 0.00em;
	cursor: pointer;
}

input.hinzufuegen {
	background-image: url('../pic/hinzufuegen.gif');
	background-repeat: no-repeat;
	width: 89px;
	height: 13px;
	border: none;
	background-color: transparent;
	font-size: 0.00em;
	cursor: pointer;
}

input.anhang-entfernen {
	background-image: url('../pic/anhang_entfernen.gif');
	background-repeat: no-repeat;
	width: 227px;
	height: 13px;
	border: none;
	background-color: transparent;
	font-size: 0.00em;
	cursor: pointer;
}

select.color {
	font-family: Verdana, Arial, Helvetica;
	font-size: 1.00em;
	border: 1px solid #C7C7C7;
	color: #000;
	background-color: #fff;
	width: 150px;
}

textarea.color {
	font-family: Verdana, Arial, Helvetica;
	font-size: 1.00em;
	border: 1px solid #C7C7C7;
	color: #000;
	background-color: #fff;
	width: 150px;
}

textarea.locked {
	color: #A0A0A0;
	background-color: #DFDFDF;
}

/* Wochenbericht */
textarea.color-wb {
	font-family: Verdana, Arial, Helvetica;
	font-size: 1.00em;
	border: 1px solid #C7C7C7;
	color: #000;
	background-color: #fff;
	width: 550px;
}

/* Pr�senz Verwaltung - Zusatzpr�senz/Beurlaubung */
textarea.color-praes-verw {
	font-family: Verdana, Arial, Helvetica;
	font-size: 1.00em;
	border: 1px solid #C7C7C7;
	color: #000;
	background-color: #fff;
	width: 200px;
}

/* Formular Mitgliederverwaltung */
div.form-mitglieder {
	background-color: #E5E9EA;
	padding: 10px 0px 25px 0px;
	margin-bottom: 4px;
}

/* Formular�berschrift */
div.form-head {
	background-color: #CFD4D5;
	margin: 0px 10px 0px 10px;
	padding: 4px 0px 3px 8px;
	border-bottom: 1px solid #B8BBBD;
}

/* linke spalte */
div.form-content-left {
	float: left;
	width: 380px;
	margin: 10px 0px 0px 10px;
	/*overflow:hidden;*/
}

/* rechte spalte */
div.form-content-right {
	float: left;
	width: 380px;
	margin: 10px 0px 0px 10px;
	/*overflow:hidden;*/
}

div.form-content-whole {
	float: left;
	width: 760px;
	margin: 10px 0px 0px 10px;
}

div.form-row {
	margin-bottom: 6px;
}

/* einzelne reihe (linke spalte) */
div.form-row-left,div.form-row-left-normal {
	width: 155px;
	text-align: right;
	float: left;
}

/* einzelne reihe (mittlere spalte) */
div.form-row-middle {
	float: left;
	width: 180px;
	margin-left: 6px;
}

/* einzelne reihe (rechte spalte) */
div.form-row-right {
	
}

div.form-bottom-nav {
	margin-top:6px;
	margin-bottom:25px;
	width:100%;
}

/* page-navigation */
.pag-nav-pos {
	position: relative;
	top: 4px;
	margin-right: 3px;
}

/* logout-bereich unterhalb der navi */
div.logout-bereich {
	color: #61686C;
	margin-top: 20px;
	background-color: #DAE2E9;
}

div.powered {
	margin: 5px 0px 5px 20px;
}

div.rocas-logo-gross {
	padding-top: 20px;
	padding-left: 15px;
}

div.datenschutz ul {
	margin-top: 5px;
}
