
html {
	overflow: hidden;
}

body, div {
	padding: 0;
	margin: 0;
}

img {
	border: 0;
}

h3 {
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 17px;
	font-weight: bolder !important;
}

body {
	background-color: #f4f4ee;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/*****************************************************************************/

#head {
	height: 80px !important;

	background-color: #cdcdcd;
	
	text-align: center;
	vertical-align: center;
	
	font-size: 20px;

}

#headline {
	vertical-align: middle;
	padding-top:15px;
}

/*****************************************************************************/

#navi {
	position: absolute;
	
	top: 80px;
	left: 0px;
	right: 0px;
	
	height: 24px;

	padding: 2px;
	
	background-color: #2167e3;

	border-top: 1px solid black;
}

#navi ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	min-width: 800px;
}

#navi ul li {
	font-size: 13px;
	text-align: center;
	height: 16px;
	margin: 0px;
	padding: 4px;

	float: left;
	width: 24%;
	min-width: 200px;
	
	border-bottom: 0;
}

#navi ul li a:link, #navi ul li a:active, #navi ul li a:visited {
	text-decoration: none;
	color: white;
}
#navi ul li a:hover {
	text-decoration: underline;
}

/*****************************************************************************/

#content {
	position: absolute;
	
	border-top: 1px solid black;
	
	top: 108px;
	left: 0px;
	right: 0px;
	bottom: 28px;
	
	overflow: auto;
	overflow-x: hidden;
	
	padding: 15px;
}

/*****************************************************************************/

#footer {
	position: absolute;
	
	font-size: 13px;

	left: 0px;
	right: 0px;
	bottom: 0px;
	
	height: 19px;
	
	padding: 4px;
	
	text-align: center;
	
	background-color: #2167e3;
	color: #dadada;

	border-top: 1px solid black;
}

#footer a:link, a:active, a:visited {
	text-decoration: none;
	color: #c8c8c8;
}
#footer a:hover {
	text-decoration: underline;
}

/*****************************************************************************/

a:link, a:active, a:visited {
	text-decoration: none;
	color: #717171;
}
a:hover {
	text-decoration: underline;
}

/*****************************************************************************/

input, textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 200px;
}

