html, body{
	margin:0;
	padding:0;
	text-align:center;
	background-color: #E9E9E9;
	background-image: url(bg.gif);
	background-repeat: repeat;
} 
 
#pagewidth{
	width:760px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-image: url(top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
} 
 
#header{
	position:relative;
	height:191px;
	width:100%;
	text-align: center;
} 
 
#leftcol{
	width:200px;
	float:left;
	position:relative;
	padding-left: 10px;
  }
/* ######### NAVI ######### */


#leftcol ul, #leftcol li {
	list-style-type: none;
	margin: 0px;
	line-height: 28px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	text-indent: 6px;
	width: 160px;
}
 
.menu_default a {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-image: url(button.gif);
	background-repeat: no-repeat;
	width: 160px;
	text-decoration: none;
	padding: 0px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

.menu_default a:hover {
	color: #BF0F6B;
}

.menu_current a {
	font-family: Arial, Helvetica, sans-serif;
	color: #BF0F6B;
	background-image: url(button.gif);
	background-repeat: no-repeat;
	width: 160px;
	text-decoration: none;
	padding: 0px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

.menu_current a:hover {
	color: #BF0F6B;
}

#leftcol img {
	padding-left: 15px;
}
 


/* ######### NAVI ######### */
 
#maincol{background-color: #;
	float: right;
	display:inline;
	width:530px;
	clear: left;
	position: relative;
	text-align: left;
	padding-right: 20px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
 }
#maincol h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-variant: small-caps;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 6px;
	color: #BF0F6B;
}
#maincol h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-variant: small-caps;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 6px;
	color: #999999;
}
#maincol a {
	color: #666666;
	text-decoration: underline;
}
#maincol a:hover {
	color: #BF0F6B;
	text-decoration: underline;
}
 
#footer{
	height:15px;

  background-color:#;
	background-image: url(fuss.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
 } 
 
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
 }
 
.clearfix{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix{
	height: 1%;
	margin: 0px;
	padding: 0px;
}
.clearfix{
	display: block;
	width: 760px;
}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

