html, body{
 margin:0;
 padding:0;
 text-align:center;
 background-image:url(../img/back.jpg);
 font-family:Trebuchet MS, Arial, 'Sans serif';
 font-size:0.9em;
 line-height:150%;
}

#pagewidth{
 width:771px;
 text-align:left;
 margin-left:auto;
 margin-right:auto;
 background-color: #F9F9EF;
 border-width:0px;
 border-left-width:2px;
 border-right-width:2px;
 border-style:solid;
 border-color:#600;
}

#header{
 position:relative;
 height:127px;
 background-image:url(../img/head.gif);
 width:100%;
 font-size:0.9em;
}

#leftcol{
 width:109px;
 float:left;
 position:relative;
 background-image:url(../img/l-back.gif);
 background-repeat:no-repeat;
  }

#twocols{
 width:662px;
 float:right;
 position:relative;
  }

#rightcol{
 width:221px;
 float:right;
 position:relative;
 }

#maincol{
 float: left;
 display:inline;
 position: relative;
 width:437px;
 border-width:2px;
 border-style:solid;
 border-color:#990;
 border-top-width:0px;
 }

#footer{
 height:2px;
 border-width:0px;
 border-bottom-width:2px;
 border-style:solid;
 border-color:#600;
 clear:both;
 }

img {
	border:0px;
	padding-top:7px;
	padding-bottom:7px;
	}

img.foto {
	border:0px;
	width:75px;
	height:50px;
	padding-top:0px;
	padding-bottom:0px;
	}

img.quer {
	border:0px;
	width:400px;
	height:267px;
	padding-top:0px;
	padding-bottom:0px;
	}
	
img.hoch {
	border:0px;
	width:267px;
	height:400px;
	padding-top:0px;
	padding-bottom:0px;
	}

.claim {
	font-weight:bold;
	}

a.menu {
 color:#000;
 text-decoration:none;

 }

a.menu:hover {
 color:#000;
 text-decoration:underline;
 }

a {
 text-decoration:underline;
 color:#600;
 }


 /* *** 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;}
}
