/**
* (C) by Andreas Zeman 2008,
* Gally Websolutions, www.websolutions.gally.ch
**/

html, body {
	margin:0px;
	padding:0px;
	height:100%;
	}
	
body {
	text-align:center;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../img/bg_punkte.gif);
	background-repeat:repeat;
	}

table {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
#contenter {
	margin:0px auto 0px auto;
	padding:22px 0px 0px 0px;
	width:761px;
	text-align:center;
	background-color:#fff;
	min-height:100%; 
	height:auto;
}

/* for Internet Explorer */
/*\*/
* html #contenter {
height:100%;
}
/**/

	
#header {
	width:717px;
	height:192px;
	margin:0px auto 0px auto;
	background-image:url(../img/top.jpg);
	background-repeat:no-repeat;
	text-align:left;
	}
	
#header p {
	display:none;
}

#header #contact {
	position:relative;
	top:133px;
	font-size:9px;
	text-align:right;
}

#header #egger {
	position:relative;
	top:5px;
	display:block;
	left:562px;
	width:155px;
	height:42px;
	text-align:right;
	}

#grey {
	width:717px;
	background-color:#58585a;
	margin:0px auto;
	padding:14px 0px 0px 0px;
	min-height:450px;
	height:auto;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html #grey {
	height:450px;
	}
	
#menu {
	margin:0px;
	padding:0px;
	height:24px;
	position:relative;
	z-index:100;
	top:0px;
	left:15px;
	text-align:center;
	}
	
#content {
	width:635px;
	color:#ffffff;
	margin:0px auto;
	padding:33px 41px 20px 41px;
	text-align:left;
	line-height:1.4;
	}
	
/* a hack so that IE5.5 faulty box model is corrected */
* html #content {
	width:717px;
	w\idth:635px;
	}
	
#footer {
	text-align:center;
	width:100%;
	padding:10px 0 0 0;
}	