body, table {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
	line-height: 14pt;
}

/* website elements */
#logo {
	position: absolute;
	left: 65px;
	top: 12px;
	width: 185px;
	height: 72px;
}

#headtitle {
	position: absolute;
	left: 256px;
	top: 50px;
	width: 639px;
	height: 36px;
}

#headbackground {
	position: absolute;
	left: 0px;
	top: 110px;
	width: 734px;
	height: 120px;
	background: #7ea2d5;
}

#headimage1 {
	position: absolute;
	left: 250px;
	top: 84px;
	width: 484px;
	height: 120px;
}

#headimage2 {
	position: absolute;
	left: 734px;
	top: 84px;
	width: 242px;
	height: 120px;
}

#headmenu {
	position: absolute;
	top: 205px;
	left: 250px;
}

#navigation {
	position: absolute;
	left: 20px;
	top: 275px;
	width: 180px;
	height: auto;
}

#content {
	position: absolute;
	left: 250px;
	top: 275px;
    width: 484px;
	height: auto;
}

#sidebox {
	position: absolute;
	left: 765px;
	top: 275px;
	width: 212px;
	height: auto;
}

/* navigation settings */
ul.navi {
	padding-left: 0px;
}

li.navi {
	border-bottom: 1px dashed #7ea2d5;
	list-style-image: url(http://www.uni-bielefeld.de/images/template_2009/menuponits_gray.gif);
	list-style-position: inside;
	line-height: 20px;
	margin-bottom: 5px;
}

li.navi:hover {
	list-style-image: url(http://www.uni-bielefeld.de/images/template_2009/menuponits_blue_2A9DDF.gif);
}

a.navi {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	color: black;
}

/* headlines */
h1 {
	border-bottom-style: solid;
	border-bottom-color: #7ea2d5; 
	border-bottom-width: 4px;
	padding-top: 0px;
	padding-bottom: 4px;
	font-size: 16px;
}

h2 {
	border-bottom-style: dashed;
	border-bottom-color: #7ea2d5;
	border-bottom-width: 1px;
	padding-top: 0px;
	padding-bottom: 4px;
	font-size: 15px;
}

a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	font-weight: bold;
	color: #20496e;
}

#user_name {
	border: none;
}