* {
   padding:0;
   margin:0;
}

html, body {
height:100%;
margin-bottom: 1px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	color: #18264B;
	margin: 0;
        height:101%;
	padding: 0;
	text-align: center;
	background-color: #24396E;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:150%;
	font-weight:bold;
	background:#FFFFFF;
	text-align:left;
	margin:10px;
	padding:5px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:120%;
	font-weight:bold;
	color: #18264B;
	background:#FFFFFF;
	text-align:left;
	margin: 10px 10px 5px 10px;
	padding: 5px;
}

#wrap {
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#container {
	width:570px;
	float:left;
	margin-top: 40px;
	background-color: #FFFFFF;
}

/*content*/
#top {
	width:560px;
	height:131px;
	margin: 5px 5px 5px 5px;
}

#content_one {
	background:#fff;
	margin-top:5px;
	padding:1px 0 1px 0;
	width:560px;
	font-size:80%;
}

#content_one p {
	background:#FFFFFF;
	text-align:left;
	padding:0px 5px 5px 5px;
	margin: 0px 10px 10px 10px;
}

#content_one ul {
	text-align:left;
	margin: 10px 10px 5px 19px;
	padding: 5px 5px 5px 15px;
	list-style-type: disc;
	list-style-position: outside;
}

#content_two {
	background:#FFFFFF;
	margin-top:5px;
	padding:1px 0 1px 0;
	width:560px;
	font-size:80%;
}

#content_two p {
	background:#FFFFFF;
	text-align:left;
	margin:0px 10px 10px 10px;
	padding:0px 5px 5px 5px;
}

#content_two ul {
	text-align:left;
	margin: 0px 10px 5px 19px;
	padding: 0px 5px 5px 15px;
	list-style-type: disc;
	list-style-position: outside;
}

form {
	margin-left:10px;
	padding-left:5px;
}

a.fftext {
	text-decoration:none;
	color:#18264B;
	font-weight:bold;
}

a.fftext:hover {
	text-decoration:none;
	color:#EA800B;
	font-weight:bold;
}

#footer {
	font-size:80%;
        width:560px;
	margin: 5px 5px 5px 5px;
	background-image: url(images/balken.jpg);
	background-repeat: repeat;
}

#footer p {
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 6px;
}

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

a.fffooter {
	text-decoration:none;
	font-weight: bold;
	color: #FFFFFF;
}

a.fffooter:hover {
	text-decoration:none;
	font-weight:bold;
	color:#FFA928;
}

/*navigation*/
#sidebar {
	float:right;
	width:200px;
	background:#FFFFFF;
	margin-top: 177px;
}

#navcontainer {
	margin: 5px 5px 10px 5px;
}

#navheader {
	width:190px;
	background-image: url(images/balken2.jpg);
	font-family: Arial, Helvetica, sans-serif;
	color: #F9F8FD;
	font-size: 16px;
	font-weight: bold;
}

#navheader p {
	height:30px;
	padding-top: 12px;
}

#navcontainer ul {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #24396E;
	padding-top: 10px;
}

#navcontainer a {
	display: block;
	width: 190px;
	height:25px;
	padding-top: 10px;
}

#navcontainer a:link {
	color: #24396E;
	text-decoration: none;
}

#navcontainer a:visited {
	color: #24396E;
	text-decoration: none;
}

#navcontainer a:hover {
	background-color: #FFC062;
	color: #101A32;
}

