@charset "utf-8";
/**
* THW-Jugend Ludwigsburg
*
* @link http://www.thw-jugend-ludwigsburg.de
* @version 0
*/
/*------------------------------------------------------------*/
/**
* Globale Einstellungen und Bugfixes
* 
* @section Browser-Reset
*/
/* Zurücksetzen der Innen- und Außenabstände */
* {
  margin: 0;
  padding: 0;
}
/* Schriftgröße kontrollieren */
body,
td {
	font-family: Arial;
	color: #000000;
	font-size: 10pt;
}
/*------------------------------------------------------------*/
/**
* Regeln für allgemeine Elemente
*
* @section Überschriften
*/
h1 {
	font-family: Tahoma;
	font-size: 20pt;
	font-weight: bold;
}
/*
* @section Bilder
*/
/* Rahmen verlinkter Bilder entfernen */
a img { border: 0; }
/*
* @section Links und Anker
*/
a {
	text-decoration: none;
}
a:visited {	color: #000066; }
/*
* @section Listen
*/
/*------------------------------------------------------------*/
/**
* Regeln für besondere Bereiche
* 
* @section Kopfbereich
*/
div#head {
	height: 7em;
	background-image: url(images/Kopf2.jpg);
/*	background-color: #001272;*/
	color: white;
}
div#head ul {
	position: absolute;
	right: 0;
	top: 5em;
	z-index: 1;
	list-style: none;
}
/* Listenpunkte nebeneinander anzeigen */
div#head ul li {
	float: left;
	margin-right: 1em;
}
div#head a,
div#head a:visited { color: white; }
div#head a:hover { color: #FF6F0F; }
/**
* @section Hauptmenü
*/
div#navi {
	float: left;
	width: 15%;
	padding-top: 1em;
}
div#navi ul {
	padding-left: 15px;
	list-style: none;
}
div#navi li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3a428c;
}
div#navi a { color: #3a428c; }
div#navi a:hover { color: #FF6F0F; }
/**
* @section Hauptbereich
*/
div#content {
	float:right;
	width:83%;
}
div#content li { margin-left: 20px; }
/**
* @section Sidebar
*/
/*------------------------------------------------------------*/
/**
* Regeln für spezielle Elemente
*
* @section Logos
*/
h1#jugendlogo {
	position: absolute;
	left: 10px;
	top: 1em;
}
p#thwlogo {
	position: absolute;
	right: 0;
	z-index: 2;
}
/**
* @section Kalender
*/
#kalender { font-size: 10px; }
#kalender .ueberschrift { font-size: 1.5em; }
#kalender td {
	/*background-color: #F0F0F0;*/
	width: 20px;
	height: 20px;
	text-align: center;
	font-size: 13px;
}
#kalender span.tip {
	cursor: help;
	position: relative;
}
#kalender span.tip:hover {
	background: transparent;
	z-index: 1;
}
#kalender span.tip span {
	display: none;
	text-decoration: none;
}
#kalender span.tip:hover span { 
	display: block;
	position: absolute; 
	top: 25px; 
	right: 0; 
	width: 170px;
	background-color: #F0F0F0; 
	text-align: left;
	border: 1px solid blue;
}
#kalender .heute { font-weight: bold; }
#kalender .ausbildung { background-color: #00FFFF; }
#kalender .jugendraum { background-color: #CD853F; }
#kalender .einsatz { background-color: #228B22; }
#kalender .freizeit { background-color: #6CA6CD; }
#kalender .jugendgruppenleitung { background-color: #FF4500; }
#kalender .lehrgang { background-color: #98FB97; }
#kalender .oeffentlichkeitsarbeit { background-color: #FFC125; }
#kalender .pruefung { background-color: #FFDAB9; }
#kalender .sonderdienst { background-color: #EE82EE; }
#kalender .uebung { background-color: #8A2BE2; }
#kalender .wettkampf { background-color: #BEBEBE; }
#kalender .sonstige { background-color: #DDDDDD; }




/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/* Noch nicht sortiert */
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/* CSS vs. Adblock tabs */
.swiff-uploader-box a {
	display: none !important;
}

/* .hover simulates the flash interactions */
a:hover, a.hover {
	color: red;
}

#demo-status {
	padding: 10px 15px;
	width: 420px;
	border: 1px solid #eee;
}

#demo-status .progress {
	background: url(../images/progress.gif) no-repeat;
	background-position: +50% 0;
	margin-right: 0.5em;
	vertical-align: middle;
}

#demo-status .progress-text {
	font-size: 0.9em;
	font-weight: bold;
}

#demo-list {
	list-style: none;
	width: 450px;
	margin: 0;
}

#demo-list li.validation-error {
	padding-left: 44px;
	display: block;
	clear: left;
	line-height: 40px;
	color: #8a1f11;
	cursor: pointer;
	border-bottom: 1px solid #fbc2c4;
	background: #fbe3e4 url(../images/failed.png) no-repeat 4px 4px;
}

#demo-list li.file {
	border-bottom: 1px solid #eee;
	background: url(../images/file.png) no-repeat 4px 4px;
	overflow: auto;
}
#demo-list li.file.file-uploading {
	background-image: url(../images/uploading.png);
	background-color: #D9DDE9;
}
#demo-list li.file.file-success {
	background-image: url(../images/success.png);
}
#demo-list li.file.file-failed {
	background-image: url(../images/failed.png);
}

#demo-list li.file .file-name {
	font-size: 1.2em;
	margin-left: 44px;
	display: block;
	clear: left;
	line-height: 40px;
	height: 40px;
	font-weight: bold;
}
#demo-list li.file .file-size {
	font-size: 0.9em;
	line-height: 18px;
	float: right;
	margin-top: 2px;
	margin-right: 6px;
}
#demo-list li.file .file-info {
	display: block;
	margin-left: 44px;
	font-size: 0.9em;
	line-height: 20px;
	clear
}
#demo-list li.file .file-remove {
	clear: right;
	float: right;
	line-height: 18px;
	margin-right: 6px;
}	</style>















a.unsicht { color: #000000; }

/*
body {
	font-family: Verdana;
	color: #3a428c;
}
th {
	font-family: Arial;
	font-size: 12pt;
	color: #FFFFFF;
	background-color: #003399
}
*/
th.kopf {
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	background-color: #FFFFFF
}
th.akte {
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	background-color: #FFFFFF
}
th.fotos {
	font-family: Arial;
	background-image: url(images/Tabelle1.jpg);
	font-size: 11pt;
	color: #FFFFFF;
}
th.hochkant {
	font-family: Arial;
	font-size:11pt;
	color: #000000;
	background-color: #FFFFFF
}
th.neu {
	font-family: Tahoma;
	font-size: 16px;
	color: #000000;
	background-color: #FFFFFF
}
table.akte {
	font-size: 10pt;
	border-color: #000000;
	border-width: 1px;
	padding: 0;
	margin: 0;
	border-style: solid;
}
table.tabelle {
	font-size: 8pt;
	border-color: #000000;
	border-width: 3px;
	border-style: solid;
}
table.gbooka {
	font-size: 8pt;
	border-color: #FFFFFF;
	border-width: 1px;
	padding: 0;
	margin: 0;
	border-style: solid;
	background-color: #FFFFFF;
	outline-color: #000000
}
table.gbookb {
	font-size: 8pt;
	border-color: #bbbbbb;
	border-width: 1px;
	padding: 0;
}
table.inhalt {
	font-size: 8pt;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}
table.fotos {
	font-size: 8pt;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	background-color: #DEEEFF
}
td.inner {
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}
td.gbooka { background-color: white; }
td.akte { background-color: #bbbbbb; }

td.fotos {
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	background-color: #DEEEFF;
	padding: 2px;
}
tr.gbooka { background-color: white; }
tr.akte { background-color: #bbbbbb; }
tr.fotos {
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	background-color: #DEEEFF
}
div.header {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
.unsicht {
	font-family: Arial;
	color: #000000;
	font-size: 10pt;
	text-decoration: none;
}
div.kopf {
	font-family: Arial;
	font-size: 12pt;
	color: #000000;
	background-color: #000082
}
hr.fotos {
	height: 1px;
	color: #001272;
	background: #001272
}
