html, body { overflow:auto; }

BODY
{
	PADDING: 0px;
	MARGIN: 0px; 
	COLOR: #000000;
	FONT-SIZE: 12px;
	FONT-STYLE: normal;
	FONT-WEIGHT: 500;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-VARIANT: normal;
	BACKGROUND-IMAGE: url(bilder/back.gif);
}
.bold
{
	font-weight: bold;
}
.submit
{
	font-size: 8pt;
	background-color: #a00;
	cursor: hand;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffcccc;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-color: #fcc;
	border-right-color: #ff8080;
	border-bottom-color: #ff8080;
	border-right-width: 2px;
	border-bottom-width: 2px;
	margin: 1px;
	color: #fff;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}
.back
{
	width: 800px; height: 800px;
	background-color: fff;
	padding: 10px; 
}

.top
{
	background: url(bilder/topback.jpg) #FFF repeat;
	width:780px; height:40px;
	background-color: transparent;
	margin-bottom: 2px; font-size: 18px; color: fff;
}
.top a
{
	color: fff;
}
.top a:link visited
{
	border-color:#FFF;
	
}
.top a:hover
{
	border-top-width:2px; 
	border-top-style:solid; 
	border-top-color:#FF0000;
	color: ff0;
}
.menuentry
{
	position: relative;
	float: left;
	width: 150px; height: 40px;
}
.contentblock
{
	width:780px; height:149px; margin-top: 1px;
}
.left
{
	position: relative; float: left; width: 180px; height: 400px; background-color: aaa; text-align: left;
}
.right
{
	position: relative; float: right; width: 598px; height: 400px; background-color: 333333; color: fff;
	text-align: left;
}
.text
{
	padding: 4px;
}
.inline
{
	display:inline;
}
.nofloat
{
	clear: both;
}
.fleft { position: relative; float:left; }
.fright { position: relative; float:right; }
}

