/* prolog */ 
* {
	/* reset all stylings */
    margin:0;
    padding:0;
    border:0;
	text-decoration:none;
	color:#000;

	/* set default font */
    font-family: arial, verdana, "lucida console", sans-serif;
    font-weight: normal;
    font-style: normal;
}

li {
    list-style: none;
}
.br_clear {
	clear:both;
}


html, body {
	height:100%; 
	max-height:100%; 
	overflow:hidden; 
	background:url( ../../images/balken.jpg) repeat-y right center;
}

html {
	font-size:76%;
	background:#fff; 
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow:hidden; 
	/* */ 
}



#content {
	min-width:600px;
	overflow:auto; 	
	position:absolute; 
	z-index:1; 
	top:150px; 
	bottom:30px; 
	left:0px; 
	right:73px; 
	background:#eee;
}

/* ie only */
* html #content {
	height:100%; 
	width:100%; 
	top:0; 
	left:0; 
	
	border-top:150px solid #fff; 
	border-bottom:30px solid #fff;
	border-right:73px solid #fff; 
}


