/* global configuration */
html, body {
	background-color: white;
	font-family: Arial,Helvetica,Tahoma,sans-serif;
	margin: 0px;
	padding: 0px;
}

.small {
	font-size: .7em;
	color: black;
}

.medium {
	font-size: 1.2em;
	color: black;
}

.large {
	font-size: 2em;
	color: black;
}

.emp {
    
}

h1 {
    color: #004080;
}

.table {
	border-color: #CCCCCC;
	border-style: dashed;
	border-width: thin;
	padding: 3px;
}

#center {
	text-align: center;
}

/* header */
#header {
	/*background-image: url(./_img/head01.jpg);*/
	background-image: url(./_img/Haberger_Logo-500x239.jpg);
	background-repeat: no-repeat;
	width: 850px;
	position: absolute;
	left: 150px;
	top: 5px;
	height: 240px;
	padding: 0px;
	margin: 0px;
	/*border-width: thin;
	border-color: #000000;
	border-style: solid;*/
}

#logo {
	position: absolute;
	top: 8px;
	left: 120px;
}

.logo {
	color: black;
	font-size: 2.3em;
	font-weight: bold;
	font-style: italic;
}

/* Navigation */
#navi {
	clear: left;
	position: absolute;
	width: 99%;
	top: 255px;
	left: 0px;
	padding: 0px;
	margin: 0px;
}

ul.navi {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

li.navi {
	width: 120px;
	margin: 5px;
	float: left;
	text-align: center;
}

a.navi {
	text-decoration: underline;
	color: #0080FF;
	background-color: #FFFFFF;
	font-weight: bold;
}

a:hover.navi {
	background-color: #FFFFFF;
}

a:visited.navi {
	color: #000000;
}

/* Content */
#content {
	background-image: url(./_img/wallpaper01.gif);
	background-repeat: repeat-y;
	width: 99%;
	/*height: 1000px;*/
	position: absolute;
	top: 285px;
	left: 15px;
	padding: 20px;
}

/* IE 3px Bug on Win */
* html #content {
	/* \*/
	margin-top: 3px;
	/* */
}

/* Footer */
#footer {
	width: 99%;
	position: absolute;
	top: 1200px;
	left: 15px;
}
