/* CSS Document */

body { 
  font-family:arial;
  font-size:11px;
  height:auto%;
  text-align:center;
  FONT-SIZE:100.01%; 
  COLOR:#FFFFFF; 
  background:#000000;
  margin:0; padding: 0;
  min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */  
}

#head {
	width:1000px;
	height:150px;
    background:#000000 url(gfx/logo.png) no-repeat 100% 45%;
}

#border {
	width:100%;
	height:5px;
    border-bottom: 1px solid silver;
}

#table1 {
	width: 1000px;
	border: 1px solid silver;
}

p {
 font-size:12px;
 font-family:arial;
 padding:0.2em;
}

b {
	line-height:1.4em;
	font-size: 0.82em;
 	padding: 0.2em; 
 	font-weight: bold;
}

p#shows {
 	margin-left:10px;
 	padding-left:10px;	
}

a {
	line-height:1.4em;
  	font-size: 0.83em;
    padding: 0.2em;    
    font-weight: bold;
}

  a:link {
    color: white; background-color: #000000; text-decoration:none;
  }
  a:visited {
    color: white; background-color: #000000; text-decoration:none;
  }
  a:hover {
    color: silver; background-color: #000000; text-decoration:none;
  }
  a:active {
    color: white; background-color: #000000; text-decoration:none;
  }

.a2:link {color:white; background-color: #000000; text-decoration:none; font-size: 0.95em; padding: 0.2em; font-weight: bold;}
.a2:visited {color:white; background-color: #000000; text-decoration:none; font-size: 0.95em; padding: 0.2em; font-weight: bold;}
.a2:active {color:white; background-color: #000000; text-decoration:none; font-size: 0.95em; padding: 0.2em; font-weight: bold;}
.a2:hover {color:white; background-color: #000000; text-decoration:none; font-size: 0.95em; padding: 0.2em; font-weight: bold;}

.a3:link {color:white; background-color: #000000; text-decoration:none; font-size: 0.75em; padding: 0.2em; font-weight: bold;}
.a3:visited {color:white; background-color: #000000; text-decoration:none; font-size: 0.75em; padding: 0.2em; font-weight: bold;}
.a3:active {color:white; background-color: #000000; text-decoration:none; font-size: 0.75em; padding: 0.2em; font-weight: bold;}
.a3:hover {color:white; background-color: #000000; text-decoration:none; font-size: 0.75em; padding: 0.2em; font-weight: bold;}


ul#Navigation {
    font-size: 0.83em;
    float: left; width: 12em;
    margin: 0 0 1.2em; padding: 0;
    align: left;
    border: none;
  }
  ul#Navigation li {
    list-style: none;
    margin: 0; padding: 0.5em;
  }
  ul#Navigation a {
    display: block;
    padding: 0.2em;    
    font-weight: bold;
  }
  ul#Navigation a:link {
    color: white; background-color: #000000; text-decoration:none;
  }
  ul#Navigation a:visited {
    color: white; background-color: #000000; text-decoration:none;
  }
  ul#Navigation a:hover {
    color: silver; background-color: #000000; text-decoration:none;
  }
  ul#Navigation a:active {
    color: white; background-color: #000000; text-decoration:none;
  }

  div#Info {
    font-size: 0.9em;
    float: right; width: 12em;
    margin: 0 0 1.1em; padding: 0;
    background-color: #000000; 
    border: none;
  }
  div#Info h2 {
    font-size: 1.33em;
    margin: 0.2em 0.5em;
  }
  div#Info p {
    font-size: 1em;
    margin: 0.5em;
  }

  div#Inhalt {

    margin: 0 12em 1em 11em;
    padding: 0 0.5em;
    border: none;
  }
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
  }
  div#Inhalt h2 {
    font-size: 1.0em;
    margin: 0.2em 0;
  }
  div#Inhalt p {
    font-size: 0.9em;
    margin: 0.5em 0;
  }
  
  div#Inhalt a {
    font-size: 0.9em;
    margin: 0.5em 0;
  }

p#Fusszeile {
    clear: both;
    font-size: 0.9em;
    margin: 0; padding: 0;
    text-align: center;
    font-color: white;
    background-color: #000000; 
    border-top: 1px solid silver;
    border-bottom: none;
    border-right:none;
    border-left:none;
}
  
form {
	width:480px;
}

* html form  {
	width:470px;
}

form p {
	padding:1px 0;
}

* html form p {
	padding:1px;
}

form.shop {
	width:120px;
}  

* html form.shop  {
	width:120px;
}

form.shop p {
	padding:0px 0;
}

* html form.shop p {
	padding:0px;
}


#person label {
	display:block;
	font-weight:normal;
}

#anfrage label {
	display:block;
	font-weight:normal;
}

#absenden label {
	display:block;
	font-weight:normal;
}


legend {
	font:8pt;
	color:#FFFFFF;
 	margin:0;
	padding:0px;
}

fieldset {
	border:1px solid #FFFFFF;
	padding:0 0 0px 0px;
	margin:0 0 0px 0;
}


.feld {
	padding:0;
	width:350px;
	color:#FFFFFF;
	border:1px solid #FFFFFF;
	background-color:#000000;
}

.feld2 {
	padding:0;
	width:200px;
	color:#FFFFFF;
	border:1px solid #FFFFFF;
	background-color:#000000;
}

.feld3 {
	padding:0;
	width:20px;
	color:#FFFFFF;
	border:1px solid #FFFFFF;
	background-color:#000000;
}

.feld4 {
	padding:0;
	width:100px;
	color:#FFFFFF;
	border:1px solid #FFFFFF;
	background-color:#000000;
}

