*{margin: 0; padding: 0;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
p	{
	margin: 5px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #b8d2ec;
}
h3 {
	font-size: 12px;
	margin: 5px;
	padding-top:5px;
	padding-bottom:5px;
	color: #000000;
	font-weight: bold;
}

a:link { color:#000000; text-decoration:underline;}
a:visited { color:#000000; text-decoration:underline;}
a:hover { color:#00877f; text-decoration:underline;}
a:active { color:#00877f; text-decoration:underline;}
a:focus { color:#FFFFFF; text-decoration:underline;}

div#stripe {
	background-color: #bec9e6;
	height: 150px;
	width: 100%;
	margin-top: 30px;
}
div#box {
	background-color: #999999;
	width: 800px;
	margin-top: -180px;
}
div#overheader {
	background-color: #FFFFFF;
	width: 800px;
	height:30px;
}
div#header {
	width: 800px;
	height:150px;
	background-image: url(graphics/header.jpg);
	background-repeat: no-repeat;
}
div#content {
	background-color: #FFFFFF;
	width: 780px;
	height:100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
div#navigation {
	background-color: #FFFFFF;
	width: 800px;
	height:35px;
}
div#infobox {
	background-color: #000000;
	width: 200px;
	height:200px;
}


  ul#Navigation {
	font-size: 12px;
	font-weight: bold;
	list-style-type: none;
  }
  ul#Navigation li {
	display:inline;
	float:left;
	width:133px;
	height: 21px;
	text-align: center;
	line-height:21px;
	margin-top: 5px;
	background-repeat: no-repeat;
  }
  ul#Navigation a {
	color: black;
	text-decoration: none;
  }
  ul#Navigation a:link {
    color: black;
  }
  ul#Navigation a:visited {
    color: black;
  }
  ul#Navigation a:hover {
    color: black;
	float:left;
	width:133px;
	height: 21px;
	background-repeat: no-repeat;
	text-decoration: none;
  }
  ul#Navigation a:active {
    color: black;
	float:left;
	width:133px;
	height: 21px;
	background-repeat: no-repeat;
	text-decoration: none;
  }

div#infobox	{
	padding:5px;
	margin:0px;
	background-color:#bec9e6;
	border-width:1px;
	border-style:solid;
	border-color:#000000;
	}
div#infoboxheader	{
	padding:-5px;
	padding-left:5px;
	margin:0px;
	margin-top:-6px;
	margin-left:-6px;
	height:21px;
	background-image: url(/graphics/infoboxecken.gif);
	background-repeat:no-repeat;
	background-position:right;
	background-left-color:#0099CC;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#000000;
	line-height:21px;
	}
