/* gewählte Designfarben */
/*
usercolor.dark = "#01407E"
usercolor.medium = "#0167C9"
usercolor.bright = "#62B2FE"

 */

html{height: 100%;}
body{height: 100%;}

#nonFooter {
	position:		relative;
	min-height:		auto;
}

html #nonFooter{
	height:			100%;
}

#footer	{
	width:			540px;
	position:		relative;
	margin:			100% auto 0px auto;
}
#maintopic {
	position: 		absolute;
	left: 			51px;
	top: 			40px;
}
#maintopic a {
	height:			22px;
	line-height:		22px;
	letter-spacing:		3px;
}
#topic {
	position:		absolute;
	left:			51px;
	top:			95px;
	width:			199px;
}
#eyecatcher { 
	position: 		absolute;
	left: 			250px;
	top: 			95px;
} 
#content {
	position:		absolute;
	left:			250px;
	top:			248px;
}
#sidebar {
	position: 		absolute;
	top: 			244px;
}


