/* Textfarbe, muß als erstes stehen */
body {
  background-color: white;
  color: black;
  height: 100%;
  font-family: Verdana, sans-serif;
}

body#main {
	background: url("/img/main_bg.png");
}

.webcam div {
	text-align: center;
	border-bottom: 1px solid black;
	padding-bottom: .5ex;
	width: 90%;
	margin-left: 5%;
	color: #006;
}

.webcam img {
	padding: 2ex;
}

.webcam h1 {
	color: #006;
	font-size: 20pt;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	padding-top: 1ex;
	padding-bottom: 1ex;
	width: 90%;
	margin-left: 5%;
	border-bottom: 1px solid black;
}

#sponsoren a {
	display: block;
	margin: 3px;
	width: 100%;
	text-align: center;
}

/* Für Absätze ohne vertikalen Abstand
p {
	margin-top: 0;
	margin-bottom: 0;
}
*/


/* verschiedene allgemeine Einstellungen, üblicherweise nicht nötig anzupassen */
td {
  font-size: 80%;
}

.rot {
  color:red;
}

.gruen	{
  color:green;
}

.fett{
  font-weight:bold;
}

img {
  border: 0;
}

label {
  cursor: default;
}

h2 {
  font-size: 100%;
  font-weight: bold;
}

/* verschiedene Überschriften */
.art_head, .cms_head, .listen_head {
  font-size: 100%;
  font-weight: bold;
  color: #333;
}

.listen_head {
  font-size: 80%;
}

/* Links: allgemein (im Artikel und anderswo) */
a {
  font-size: 95%;
  font-weight: bold;
  color: black;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #2A56A8;
}

/* Links: Navigation (beide) */
a.kategorie {
  font-size: 100%;
  color: black;
  font-weight: bold;
  text-decoration: none;
}

a.artikel, a.active {
  display: block;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  background: #008;
  color: white;
  line-height: 16px;
  text-align: center;
  overflow: hidden;
  width: 150px;
  margin: 0;
  margin-bottom: 3px;
  padding: 1px;
  padding-left: 5px;
  padding-right: 5px;
}

a.active {
  background: #00c
}

#navigation {
  display: block;
  margin: 5%;
  padding: 0;
}

/* Links: AGB/Datenschutz/Kontakt */
a.bottom {
  font-weight: normal;
}

/* für Modul Laufschrift */
.laufschrift {
	overflow: hidden;
	white-space: nowrap;
}

/* Umfrage-Balken */

.umfrage {
	width: 90%;
	border: 1px solid black;
}

.umfrage div {
	height: 10px;
	background: url("../img/umfrage.png");
	font-size: 10px;
	line-height: 10px;
}

/* Vertikales Menü */

div.end {
    display: block;
    padding-left: 11px;
    height: 1px;
}
div.kat, div.active {
    display: block;
    width: 146px;
}
div a.active, div a.kat, div a.katonly {
    display: block;
}
div.kat a, div.active a {
    color: black;
    font-weight: bold;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 6px;
    height: 24px;
    line-height: 12px;
    padding-left: 21px;
}

div.active a.kat {
    background: #888;
    border-bottom: 1px solid #000;
}
div.kat:hover, div.active a.kat:hover, div.active div.kat:hover {
    background: #fff !important;
}

div.active {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #BBB;
	overflow: hidden;
}

div.active div.active {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #CCC;
}

div.active div.active a.kat {
	background: #AAA;
	border-bottom: 1px solid #000;
	padding-left: 32px;
}

div.active div.active a.artikel {
	padding-left: 43px;
}

div.kat a {
    display: block;
    overflow: hidden;
}
div.kat a.del, div.kat a.pref, div.kat a.kpref {
    display: block;
    float: left;
    vertical-align: middle;
    padding: 2px;
    margin: 0;
    border: 0;
}
div.kat a.artikel {
    display: none;
}
div.kat div.kat {
	display: none;
}

div.active div.kat a.artikel {
	display: none;
}

div.active div.kat {
	padding-left: 11px;
}

div.active div.kat, div.active div.kat a.kat {
	background: transparent;
	border: 0;
}

div.active a.artikel {
    display: block;
}

div.kat a.artikel, div.active a.artikel, div.active a.active {
    padding-left: 31px;
    color: black;
}
div a.artikel:hover, div.active a.active {
    background: #fff;
}
div a.active, div.active a.kat {
    font-weight: bold;
}


/**********************************************************************************************/
/********************* Ab hier nur noch Deklarationen für die Verwaltung **********************/
/**********************************************************************************************/

/* verschiedene Tabellen, hauptsächlich Verwaltung, genauer Zweck nicht klar definiert */
.shead {
    text-decoration: underline;
    font-weight: bold;
}
.stext {
    font-weight: normal;
}
td.tbl_bgr {
  background-color: #666;
}

td.tbl_dark {
  background-color: #bbb;
}

td.tbl_dark_fett {
  background-color: #bbb;
  font-weight: bold;
}

td.tbl_light {
  background-color: #eee;
}

td.tbl_white {
  background-color: white;
}

/* Links: Verwaltung */
a.gesperrt, a.kategorie.gesperrt {
  color: red;
  text-decoration: line-through;
}

a.gesperrt:hover {
  text-decoration: none;
}

a.funktion {
  color: #333;
  background-color: #ddd;
  text-decoration: underline;
  font-weight: bold;
}

a.auflistung { 
  color: #000000;
  background-color: #ddd;
  text-decoration: underline;
}

a.disabled {
 color: #ccc;
}

/* Formulare */
input.flat {
  border-width: 0px;
}

.upload input { 
  background-color: #ddd;
  font-size: 100%;
  border: 1px solid #333;
}

.form-error { 
  color: red;
  font-weight: bold;
}

/* Grafik-/Anlagenarchiv */
.archiv {
  width: 35em;
  border: 2px solid #777;
  border-collapse: collapse;
}

.archiv td {
  border-left: 2px solid #777;
  padding: 1ex;
}

.archiv td.grafik {
  height: 80px;
}

.archiv td.preview {
  width: 60px;
}

.archiv td.grafik.preview {
  width: 120px;
  height: 160px;
}

.archiv td.label {
  width: 15ex;
}

/* HTML-Editor */
#controls {
  border: 1px transparent !important;
}

.btnImage {
  border: 1px transparent !important;
  vertical-align: top !important;
}

.btnImage:hover {
 border: 1px solid #888 !important;
 background: #ccc;
}
