/* CSS Basic Setup*/

html {overflow:scroll;}
body{font-family:Verdana, Arial, Helvetica, sans-serif;text-align:center;background: url(../graphics/bg-widmann.gif) #ccb080; margin:50px 0 0 19px;font-size:13px;color:#000;}
ul, ol,li,p, form, fieldset { margin:0;padding:0;border:0;list-style-type:none;}
strong {font-weight:bold;}




/*Hack for floating*/

.clear {
  clear:both;	
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE-Patches für Clearfix */
.clearfix { display: inline-block; }
/* Vor IE5/Mac verstecken \*/
* html .clearfix { height: 1px; }
.clearfix { display: block; }
/* Ende des Versteckspiels für den IE5/Mac */


.choco_mainimg{
	position:absolute;
	right:30px;
	top:200px;
	z-index:9999
	}


