body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px; 
}
table {
	font-size: inherit;
	font-family: inherit;
	line-height: inherit; 
}
 
#content { 
	width: 900px; left: 60px; z-index: 1; position: absolute; visibility: visible;
	top: 0;
	border: 1px #ff0000;
	height: 99%;
}

#modul_left {
	border: 1px inherit #ff0000;
	width: 160px;
	padding-left: 20px;
	position: absolute;
	top: 15px;
	left: 0;
	background: #ffffff;
}

#modul_middle {
	border: 1px inherit #ff0000;
	width: 460px;
	padding-left: 20px;
	padding-right: 20px;
	position: absolute;
	left: 180px;
	top: 15px;
}


#modul_right {
	width: 200px;
	border: 1px inherit #ff0000;
	position: absolute;
	top: 0;
	right: 0;
}
#modul_right_google {
	width: 300px;
	border: 1px inherit #ff0000;
	position: absolute;
	top: 0;
	right: 0;
}

#modul_logo {
	width: 160px;
	height: 62px;
	vertical-align: bottom;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
#flashcontent { height: 100%; width: 900px; left: 60px; top: 0; z-index: 1; position: absolute; visibility: visible; }

a { color: #666666; text-decoration: none; }

a:visited {
	color: #666666;
}

a:hover {
	color:#333333;
}

/* html div#logo {
position: absolute;
top:expression(eval(document.compatMode &&
document.compatMode=='CSS1Compat') ?
documentElement.scrollTop
+(documentElement.clientHeight) - 45 
: document.body.scrollTop
+(document.body.clientHeight));
}*/

