/* =========== Allgemeine Angaben und Layoutt =================================================================== */		

* {margin: 0; padding: 0;}
html, body	{ height: 100%; }
body 		{ background-color: #fff; color: #000; font-family: Arial, Helvetica, sans-serif; 
		  font-size: 100.01%; text-align: center;
      		  	}
#wrap		{ height: 644px; width: 481px; margin: 0 auto; 
		  background: url(../druck/bilder/content.jpg) no-repeat 0 129px;
		  border-top: 50px solid #fff; text-align: left;
			}
h1#head		{ position: relative; height: 129px; font-size: 1em; font-weight: normal; 
			}
h1#head span	{ position: absolute; height: 100%; width: 100%;
		  background: url(../druck/bilder/head.gif) no-repeat;
			}
ul#menu		{ height: 515px;
		  float: left; width: 152px; list-style-type: none;
			}
#content	{ height: 365px; color: #fff; padding-top: 150px; float: left; width: 329px;
			}
#content p	{ margin: 0 50px 7px 0; line-height: 1.2; font-size: 13px; text-align: right; 
			}
#content p#last	{ margin: 0 50px 0 0;
			}
#content a#back	{ display: block; width: 182px; height: 78px;
		  text-decoration: none; margin: 20px 0 0 115px;
			}
#content a#back span
		{ position: absolute; top: 0; left: -1000px
			}
.containing-float:after
         	{ content: "."; visibility: hidden; height: 0; display: block; clear: both;
         		}         		
* html .containing-float
         	{ /* verbergen IE-Mac \*/
         	  height: 1%;
         	  /* ende verbergen IE-Mac */
         		}

/* =========== workaround WinXP SP2 tabben ====================================================================== */		
		 
a, a:link, a:visited, a:hover, a:focus, a:active   {} 
		
/* ============ DRUCK-MENU ====================================================================================== */

ul#menu li	{ margin: 0 0 10px 23px;  padding-left: 5px; font-size: .9em;
			}
ul#menu li#grafik	
		{ display: block; width: 152px; height: 86px; font-size: .7em; background-color: #adff2f;
		  margin: 0 0 30px 0; padding-left: 0;
			}
ul#menu li#grafik p
		{ position: relative; height: 86px; 
			}
ul#menu li#grafik p span
		{ position: absolute; height: 100%; width: 100%;
		  background: url(../druck/bilder/preis.gif) no-repeat;
			}
ul#menu li a span
		{ font-size: 1.3em;
			}
ul#menu li a:link, ul#menu li a:visited
		{ text-decoration: none; color: #000; display: block; width: 124px;
			}
ul#menu li a:hover, ul#menu li a:active
		{ color: #8b0000;
			}			

/* ============ E-Mail Formular ================================================================================= */
			
fieldset	{ border: 1px solid #000; padding: .5em; width: 420px; text-align: left;
			}
#druck-fieldset label, #druck-fieldset input
		{ display: block; float: left; width: 200px;
			}
#druck-fieldset textarea#textfeld
		{ display: block; float: left; width: 400px;
			}
form #druck-fieldset br
		{ clear: left;
			}
#druck-fieldset input#absenden
		{ float: none; width: auto;
			}
textarea	{ margin-bottom: 1em;
			}
form h6		{ font-size: 1em; font-weight: normal; color: #ff8c00;
			}
a#antwort:link, a#antwort:visited
		{ color: #000;
			}
a#antwort:hover, a#antwort:active
		{ color: #0099ff;
			}			

/* ============ DRUCK-IMPRESSUM ================================================================================ */

address		{ font-style: normal; font-size: 1em; margin-bottom: 2em;
			}			
