/*
 +----------------------------------------------------------------------+
 | CSS level 2
 +----------------------------------------------------------------------+
 | W3C Specification
 | http://www.w3.org/TR/REC-CSS2/
 +----------------------------------------------------------------------+
 | Default Style Sheets for Kopfschmuck
 +----------------------------------------------------------------------+
 | Author: Ali Imran Goeresli
 +----------------------------------------------------------------------+
 | Verwendete Farben:
 |
 | #ffffff White;
 | #ffcc00 Orange;
 | #000000 black;
 | #cccccc grey;
 +----------------------------------------------------------------------+
 | Standard Attribute:
 |  Body
 |   hr
 |   H3, H5, H6
 |   table
 |    th (table head)
 |    tr (table row)
 |     td (table cell)
 | 
 |   a: link, visited, hover
 +----------------------------------------------------------------------+
*/

/*
 +----------------------------------------------------------------------+
 | Standard Attribute
 +----------------------------------------------------------------------+
*/

BODY {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
  background:  #ffffff;
  color:       #cccc00;
  margin:      0em;
  border:      0em;
  vertical-align: middle;
}

HR {
}

h1 {
	margin-top: 1em;
	font-size: medium;
	font-weight: bold;
    color: 			#000000;
}

h2  {
	margin-top: 	0.5em;
	margin-bottom: 	1em;
	font-weight:	bold;
	background: 	#ff6633;
    background: 	#ffffff;
    color: 			#000000;
}


h3 {
	margin-top: 1em;
	margin-bottom: .5em;
	font-size: small;
	font-weight: bold; 
}

h4 {
	font-size: x-small; 
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: .5em;
	margin-right: 1em;
}


H5, H6  {
  font-size:  x-small;
}

table, td, th {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: x-small;
  color: #000000;
  text-align: left;
  vertical-align: middle;
}

th {
  text-align: left;
  color: #000000
  font-weight: 800;

}

img {
  margin:      0em;
  border:      2em;
}

A:link {
  text-decoration: underline;
}

A:visited {
  text-decoration: underline;
}
A:hover {
  text-decoration: underline;
}

/*
 +----------------------------------------------------------------------+
 | Menue Attribute fuer Links
 +----------------------------------------------------------------------+
*/
.wahl:link {
  background: #000000;
  color: #ffcc00;
  text-decoration: underline;
  text-decoration:none;
}
.wahl:visited {
  background: #000000;
  color: #ffcc00;
  text-decoration: underline;
  text-decoration:none;
}
.wahl:hover {
  background:  #ffcc00;
  color: #ffffff;
  text-decoration: underline;
  text-decoration:none;
}

.zurueck:link {
  background:  #ffffff;
  color: #000000;
  text-decoration: underline;
  text-decoration:none;
}

.zurueck:visited {
  background:  #ffffff;
  color: #000000;
  text-decoration: underline;
  text-decoration:none;
}

.zurueck:hover {
  background:  #ffcc00;
  color: #ffffff;
  text-decoration: underline;
  text-decoration:none;
}


/*
 +----------------------------------------------------------------------+
 | Frameset I (Aeusserer Rahmen)
 +----------------------------------------------------------------------+
*/

.BorderLR {
/* Formatiert den linken und rechten Seitenrand
*/
  font-family: Impact ,Verdana, Arial, Helvetica, sans-serif;
  font-size:   xx-small;
  width:       8em;
  max-width:   8em;
  background:  #ffffff;
  color:       #000000;
}

.kopf_logo {
/* Formatiert die Kopfzeile mit dem Logo
*/
  background:  #000000;
  text-align: right;
  img-align: center;
  valign-align: top;
}

.hgFarbeGrau {
/* Graue Linie der 2. Zeile
*/
  font-size:     xx-small;
  background:    #cccccc;
  width:         100%;
  margin:        0em;
  border-top:    2em solid #ffffff;
  border-bottom: 0.2em solid #ffffff;
  line-height:   0.4em;
}


*.gb1 {
  background:    #cccccc;
}

*.gb2 {
  background:    #ffcc00;
}

*.gb3 {
  background:    #FFFFFF;
}

*.werbungG {
  font-family: Impact;
  text-align: center;
  font-size:  45px;
  background:  #FFFFFF;
  color: #cccccc;
}
*.werbungO {
  font-family: Impact;
  text-align: center;
  font-size:  45px;
  background:  #FFFFFF;
  color: #FFCC00;
}



/* Farben simple*/
*.orange {
   color:    #ffcc00;
	background:    #FFFFFF;
}


.fuss_logo {
/* Formatiert die Fusszeile mit dem Logo
*/
  background:  #000000;
  text-align: center;
  valign-align: top;
}


*.Main_Menue {
  background:  #000000;
  text-align: center;
  valign-align: top;

  border:     0em solid #000000;
  padding:    0em;
  margin:     0em solid red;
  
}

*.Menue {
  font-family: Impact ,sans-serif, Helvetica, Verdana, Arial ;
  font-size:   small;
  text-align:  center;
  valign-align: top;

  width:       9em;
  max-width:   10em;

  color:       #ffcc00;
  background:  #000000;

  margin-top:     0em;
  margin-left:    0em solid red;
  margin-right:   0em;
  margin-bottom:  0em;
  border-top:     0em;
  border-left:    0em solid #ffffff;
  border-right:   0em solid #ffffff;
  border-bottom:  0em;
  padding-top:    0em;
  padding-left:   0em;
  padding-right:  0em;
  padding-bottom: 0em;
}
