

/* Presentation Stylesheet */
#content img {
	display: block;
    margin-left: auto;
   	margin-right: auto;
}

#content p {
	font-size: 100%;
	margin-left:0em;
}
	
#content h3	{
	padding:0px;
   
	}

#content h4	{
margin-left:0;
	}
		
.img {
	float:right;
}
.a	{
	font-size:12px;
	margin-left:10px;
	color:#006;
}

#content .left { 
	 float:left;
	 width:180px;
	 padding:0px;
	  }  
	  
#content .right {
	margin-left:200px;
	padding:5px;
	
	 	  }  

#content .clear {
	clear:left;
}


#content div.tk{
	color: #006;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1px;
	padding:3px;
	
}
#content div.tk h4
	{
	font-weight:bold;
	margin-left:0px;
}

#content div.tke{
	color: #999;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1px;
	padding: 10px 0px;
	}
	
#content div.tke h4{
	font-size: 12px;
	margin-left:0px;
}

#content ul {
list-style:none;
margin-left:-40px;

}

#content li  {
}

#content li img {
margin-left:300px;
}

form  {
	width: 33em;
	font-size: 1em;
	line-height: 120%;
	margin: 0em;
}

fieldset {
	color: #006;
	border: solid 1px  #006;
	padding: 2px;
}

legend {
	padding: 0.1em 0.4em;
	font-weight: bold;
	color: #006;
	border: 3px double #006;	
}

input, textarea {
	display: block;
	float: left;
	width: 10em;
	border: 1px solid #006;
	border: 1px solid #006;
	margin: 4px;
	padding: 2px;
}

textarea {
	width: 20.5em;
	height: 8em;
}
#email {
	width: 19.9em;
}
#nummer {
	width: 3em;
}
#plz {
	width: 3em;
}

.submit, .reset { 
	 border: 3px double #006;
 }
 
label { 
	width: 5em; 
	margin: 2px;
	padding: 3px;
	float:left;
	text-align: right;
	font-weight: normal;
	color: #006;
}

fieldset span {
	clear:left;
	float:left;
	width:100%;
}
input:focus, input:hover, input:active {
   
   border: 1px dashed #006;
   font-weight: bold;
}

/* Beispiel für Fehlermeldungen */
/* diese Klasse müsste per Javascript oder PHP zugewiesen werden */
input.fehler { 
	border: 1px solid #f00;
	font-weight: bold; 
	background: #fff url(achtung.gif) right no-repeat;
}

input.prima { 
	background: #fff url(ok2.gif) right no-repeat;
}
.schwererfehler {
	font-style: italic;
}

#buchst {
	margin-left: 5em;
	padding-left: 25px;
	margin-bottom: 0.5em;
	visibility: hidden;	
	display:inline; /* IE verdoppelter Aussenabstand Bug */
}

#buchst input {
	display: inline;
	width: 1.5em;
	float: none;
	border: none;
	background: #CCCC99;
	height: 1.1em;
	line-height: 1em;
	margin: 0;
	padding: 0;
	text-align: center;
}

hr { /* Opera 8 */
	visibility: hidden;
	clear: both;
}

	

