html
	{
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	}

body
	{
	height:100%;
	margin:0%;
	padding:0%;
	}

#Rahmen
	{
	width: 996px;
	min-height: 100%;
	height: auto !important; /* alle Browser (Firefox 2.0.1, Opera 9.x, IE7) */
	height: 100%; /* nur fuer IE<7, ignoriert !important */
	background-image:url(/images/elements/abakus_background.jpg);
	background-repeat:repeat-y;
	}
	
#Header
	{
	width: 996px;
	height: 140px;
	}
	
#TopNavigation
	{
	width: 757px !important; /* alle Browser (Firefox 2.0.1, Opera 9.x, IE7) */
	width: 996px; /* nur fuer IE<7 wegen Fehler im Boxmodell, ignoriert !important */
	height: 44px;
	padding-left: 239px;
	margin-top: 0px !important; /* alle Browser (Firefox 2.0.1, Opera 9.x, IE7) */
	margin-top: -3px; /* nur fuer IE<7 wegen Fehler im Boxmodell, ignoriert !important */
	background-image:url(/images/elements/abakus_navi_background.jpg);
	}

#Left
	{
	float: left;
	width: 230px;
	margin-bottom: 30px;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	}
	
#IndexImpressum
	{
	float: left;
	width: 190px;
	margin-left: 30px;
	margin-right: 10px;
	margin-bottom: 30px;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	}
	
#IndexImpressum h1
	{
	margin-top: 22px;
	font-size: 14px;
	font-weight:bold;
	}
	
#IndexImpressum a
	{
	color: #FFFFFF;
	text-decoration:underline;
	}
	
#IndexImpressum a:hover
	{
	color: #0092D2;
	}
	
#IndexImpressum img
	{
	border: 0px solid black;
	}
	
#Middle
	{
	float: left;
	width: 521px;
	margin-left: 19px;
	margin-bottom: 30px;
	}

#Right
	{
	float: right;
	width: 177px !important; /* alle Browser (Firefox 2.0.1, Opera 9.x, IE7) */
	width: 207px; /* nur fuer IE<7, ignoriert !important */
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
	}