/* ---------------- TYPO3 Stylesheet NZG ----------------------*/
/* ---------------- Michael Armbruster 2008 ----------------------*/
BODY {
	margin: 0px 0px 0px 0px;
	background: #000000;
}

a:link, a:visited {
	color: #ba041c;
	text-decoration: none;
	font-weight: normal;	
}


/* ********** master spalten ********** */
.main      {
	width: auto;
	border-color: #FFFFFF; /* Rahmenfarbe */
}

.pathway {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	margin-left: 5px;
	padding-bottom: 10px;
}

.user {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	margin-left: 5px;
	padding-bottom: 10px;
	right: 2px;
	left: 9px;
	width: 200px;
	float: right;
	text-align: right;
}

.linkespalte      {
	right: 0px;
	left: 0px;
	width: 150px;
	float: left;
	margin-left: 2px;
}

.linkespalte_counter      {
	right: 0px;
	left: 0px;
	width: 150px;
	float: left;
	margin-left: 2px;
	margin-top: 15px;
}

.linkespalte_nexthemdeglunker    {
	right: 0px;
	left: 0px;
	width: 150px;
	float: left;
	margin-left: 2px;
	margin-top:15px;
}
.mittespalte      { width: 455px; min-height: 300px; float: left }

/* ********** Breite Spalte für zweispaltige Bereiche ********** */
.mittespaltebreit      { width: 600px; min-height: 300px; float: left }

.rechtespalte      {
	right: 2px;
	left: 9px;
	width: 145px;
	float: right;
}

.loginform    {
	right: 2px;
	left: 9px;
	width: 145px;
	float: right;
}

h1 {
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	text-indent: 0px;
	width: 100%;
	height: 24px;
	text-transform: uppercase;
	background-image: url(../images/title_background.png);
	background-repeat: no-repeat;
}

h2 {
	background: url(../images/title_background.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #cccccc;
	text-align: left;
	width: 140px;
	height: 24px;
	text-transform: uppercase;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	color: #cccccc;
}


td,tr,p,div {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}


/* ********** Linkes Menü ********** */
/* ********** Erste Ebene ********** */

ul#Navigation {
    width: 10em;
    margin: 0; 
	padding: 0.2em;
  }
  * html ul#Navigation {  /* Korrekturen fuer IE 5.x */
    width: 11.6em;
    w\idth: 10em;
    padding-left: 0;
    padd\ing-left: 0.8em;
  }
  ul#Navigation li {
    list-style: none;
    margin: 0.4em; 
    text-decoration: none;
	
  }

  ul#Navigation a {
  	text-decoration: none;
	font-weight: bold;
	color: #ba041c;
  }
  ul#Navigation a:hover {
	color: #ffffff;
  }
  
 
 ul#subNavigation {
    width: 10em;
    margin: 0; 
	padding: 0.2em;
  }
  * html ul#subNavigation {  /* Korrekturen fuer IE 5.x */
    width: 11.6em;
    w\idth: 10em;
    padding-left: 0;
    padd\ing-left: 0.8em;
  }
  
   ul#subNavigation li {
    list-style: none;
    text-decoration: none;
	color:#ba041c;
  }

  ul#subNavigation a {
	list-style: none;
	text-decoration: none;
	font-weight: bold;
	color:#ffffff;
  }
  ul#subNavigation a:hover {
	color: #ffffff;
  }
 
 
/* ********** Formulare ********** */

 label,input,textarea { /* Alle Labels UND Formularelemente auswaehlen */
 display: block;
 float: left;
 width: 200px; /* Breite.*/
 text-align: left;
 margin: auto;
}

label {
 text-align: left; 
 padding-right: 1em; 
 margin: auto;
}

form br {
 clear: left;
}

input, textarea {
 border: 1px solid #000000;
 background: #FFffff;
}

textarea {
 width: 300px;
 height: 200px;
}

fieldset {
 border: 0;
}