/*
 +----------------------------------------------------------------------+
 | 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: 11px;
  background:  #ffffff;
  color:       #cccc00;
  margin:      0px;
  border:      0px;
  vertical-align: middle;
}

HR {
}

h1, h2, h3 {
	margin: 0px;

}

h1 {
	text-align: left;
	font-size: 20px;
	color: 			#00CC00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	margin: 0px 0 10px 0px;
	padding: 0;
	font-size: 16px;
        color: 			#666666;

}

h3 {
        font-size: 14px;
	line-height: 120%;

}

h4 {

	font-size: 13px;
	font-weight: bold;
         color:         #ffcc00;
         background:    #FFFFFF;	

}



table, td, th {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  text-align: left;
  vertical-align: top;
  
}

th {
  text-align: left;
  color: #ffcc00;
  font-weight: 800;

}

img {
  margin:      0px;
  border:      2px;
}

A:link {
  text-decoration: underline;
}

A:visited {
  text-decoration: underline;
}
A:hover {
  text-decoration: underline;
}

/*
 +----------------------------------------------------------------------+
 | Menue Attribute fuer Links
 +----------------------------------------------------------------------+
*/
.wahl:link {
  font-weight:	bold;
  background: #000000;
  color: #ffcc00;
  text-decoration:none;
}
.wahl:visited {
  font-weight:	bold;
  background: #000000;
  color: #ffcc00;
  text-decoration:none;
}
.wahl:hover {
  font-weight:	bold;
  background:  #ffcc00;
  color: #ffffff;
  text-decoration:none;
}

.zurueck:link {
  background:  #ffffff;
  color: #000000;
  text-decoration:none;
}

.zurueck:visited {
  background:  #ffffff;
  color: #000000;
  text-decoration: underline;
  text-decoration:none;
}

.zurueck:hover {
  background:  #ffcc00;
  color: #ffffff;
  text-decoration:none;
}


/*
 +----------------------------------------------------------------------+
 | Frameset I (Aeusserer Rahmen)
 +----------------------------------------------------------------------+
*/

.BorderLR {
/* Formatiert den linken und rechten Seitenrand
*/
  font-family: Impact ,Verdana, Arial, Helvetica, sans-serif;
  font-size:   11px;
  width:       8px;
  max-width:   8px;
  background:  #ffffff;
  color:       #000000;
}

.kopf_logo {
/* Formatiert die Kopfzeile mit dpx Logo
*/
  background:  #000000;
  text-align: right;
  img-align: center;
  valign-align: top;
}

.hgFarbeGrau {
/* Graue Linie der 2. Zeile
*/
  font-size:     11px;
  background:    #cccccc;
  width:         100%;
  margin:        0px;
  border-top:    6px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  line-height:   2px;
}


*.gb1 {
  background:    #cccccc;
}

*.gb2 {
  background:    #ffcc00;
  line-height:   1px;
}

*.gb3 {
  background:    #FFFFFF;
}



*.werbungG {
  font-family: Impact;
  text-align: center;
  font-size:  45px;
  background:  #FFFFFF;
  color: #666666;
}
*.werbungO {
  font-family: Impact;
  text-align: center;
  font-size:  45px;
  background:  #FFFFFF;
  color: #FFCC00;
}

.Gallerie:link {
  font-size: 16px;
  background:  #FFFFFF;
  color: #000000;
  text-decoration: underline;
  text-decoration:none;
}

.Gallerie:visited {
  font-size: 16px;
  background:  #FFFFFF;
  color: #000000;
  text-decoration: underline;
  text-decoration:none;
}

.Gallerie:hover {
  font-size: 16px;
  background:  #FFFFFF;
  color: #ffcc00;
  text-decoration: underline;
  text-decoration:none;
}


/* Galerie Schattenwurf */
DIV.shadow {
   float: left;
   background-color: #bbb;
   padding: 0;
   margin: 0.7em 1em;
   }

DIV.shadow IMG {
   display:block;
   border: 1px solid #666;
   position: relative;
   top: -3px;
   left: -3px;
   }

/* Farben simple*/



*.fuss_logo{
  background:  #000000;
  text-align: center;
  valign-align: top;
}


.footercredit:link {
	text-align: right;
	margin: 0px;
	padding: 1px 0 10px 10px;
	float: left;
	color: #555555;
	text-decoration: none;
}

.footercredit:visited {
	text-align: right;
	margin: 0px;
	padding: 1px 0 10px 10px;
	float: left;
	color: #555555;
	text-decoration: none;
}

.footercredit:hover {
	text-align: right;
	margin: 0px;
	padding: 1px 0 10px 10px;

	float: left;
	color: #222222;
	text-decoration: none;
}

*.Main_Menue {
  background:  #000000;
  text-align: center;
  valign-align: top;

  border:     0px solid #000000;
  padding:    0px;
  margin:     0px solid red;
  
}

*.Menue {
  font: 12px, Arial, Verdana, Helvetica;

  text-align:  center;
 valign-align: top;

  width:       10px;
  max-width:   100px;

  color:       #ffcc00;
  background:  #000000; 

}
