/* CSS Document */

body {
	min-width:1000px;
	background-color:#22529d;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a:link {
	color:#FFFFFF;
	text-decoration:underline;
}

a:visited {
	color:#CCCCCC;
	text-decoration:underline;
}

a:active {
	color:#FFFFFF}

a:hover {
	color:#FFFFFF;
	font-weight:bold;
}

img {border-size: 0px}

.header,.menu,.content,.sub-section,.footer {
	overflow:hidden;
	display:inline-block;
}

/* safari and opera need this */

.header,.footer {width:100%}

.menu,.content,.sub-section {float:left}

.menu {
	width:17%;
	text-align:center;
	font-weight: bold;
}

.content {width:63%}

.sub-section {width:19.9%}

.footer {
	clear:left;
	text-align:center;
}

.header {
	background-image:url(../images/headerrepeat.gif);
	background-repeat:repeat-x;
}

.titel {font-weight:bold}

.subie {margin-top:10px}

