/* gewählte Designfarben */
/*
usercolor.dark = "#0F358A"
usercolor.medium = "#1549B7"
usercolor.bright = "#A3BEF5"

 */

html{height: 100%;}
body{height: 100%;}

#nonFooter {
	position:		relative;
	min-height:		auto;
}

html #nonFooter{
	height:			100%;
}

#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;
}

