html, body{
 margin:0;
 padding:0;
 text-align:center;
 font-family:Verdana, 'Sans serif';
 font-size:0.9em;
 line-height:150%;
}

#pagewidth{
 width:772px;
 text-align:left;
 margin-left:auto;
 margin-right:auto;
 background-image:url(../img/back.gif);
}

#leftcol{
 width:422px;
 float:left;
 position:relative;
 background-image:url(../img/steinkreis.jpg);
 background-repeat:no-repeat;
  }

#twocols{
 width:350px;
 float:right;
 position:relative;
  }

#rightcol{
 width:202px;
 float:right;
 position:relative;
 background-image:url(../img/irland2004.gif);
 background-repeat:no-repeat;
 }

#maincol{
 float: left;
 display:inline;
 position: relative;
 width:146px;
 text-align:right;
 }

#footer{
 height:10px;
 background-image:url(../img/fuss.gif);
 background-repeat:no-repeat;
 background-color:#FFF;
 clear:both;
 }

img {
	border:0px;
	padding-top:7px;
	padding-bottom:7px;
	}

.claim {
	font-weight:bold;
	}

a.menu {
 color:#000;
 text-decoration:none;

 }

a.menu:hover {
 color:#000;
 text-decoration:underline;
 }

a {
 text-decoration:underline;
 color:#066;
 }



 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after {
 content: ".";
 display: block;
height: 0;
 clear: both;
 visibility: hidden;
 }

.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */



 /*printer styles*/
 @media print{
/*hide the left column when printing*/
#leftcol{display:none;}

/*hide the right column when printing*/
#rightcol{display:none;}
#twocols, #maincol{width:100%; float:none;}
}
