/* General Style Information */
/* ------------------------- */
body {
	font-family: "Lucida Grande", Helvetica, Geneva, Swiss, sans-serif; 
	font-size: 0.8em;
	background-image: url(../images/schilf3.jpg);
	background-repeat: repeat-x;
}

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

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

a:hover {
	text-decoration: underline;
	color: #ff6600;
}

a:active {
	text-decoration: underline;
	color: #cc0000;
}

h1 a:link {
	text-decoration: none;
	color: #3399CC;
}

h1 a:visited {
	text-decoration: none;
	color: #3399CC;
}

h2 a:link {
	text-decoration: none;
	color: #3399CC;
}

h2 a:visited {
	text-decoration: none;
	color: #3399CC;
}

h3 a:link {
	text-decoration: none;
	color: #3399CC;
}

h3 a:visited {
	text-decoration: none;
	color: #3399CC;
}

h4 a:link {
	text-decoration: none;
	color: #3399CC;
}

h4 a:visited {
	text-decoration: none;
	color: #3399CC;
}

h1 {
	font-size: 1.8em;
	font-weight: 300;
	margin-bottom: 0.3em;
	border-bottom: 1px solid black;
}

h2 {
	font-size: 1.6em;
	font-weight: 300;
	margin-bottom: 0.3em;
}

h3 {
	font-size: 1.3em;
	font-weight: 500;
	margin-bottom: 0.1em;
}

h4 {
	font-size: 1.1em;
	font-weight: 500;
	margin-bottom: -0.5em;
}

h5 {
	font-size: 1em;
	font-weight: 500;
	margin-bottom: -0.5em;
}

h6 {
	font-size: 0.8em;
	font-weight: 500;
	margin-bottom: -0.5em
}

/* Content & Frame Style Information */
/* --------------------------------- */
#contentwrapper {
	position: absolute;
	top: 15px;
	left: 211px;
	bottom: 0px;
	background: #f0f0f0;
	padding: 0px 0px 0px 0px;
	height: 100%;
	min-height: 750px;
	width: 749px;
}

#contentwrapper #maincontent { 
	height: 100%;
	width: auto;
	min-height: 750px;
	color: #000000;  
	padding: 145px 65px 20px 90px; 
	margin: 0px 0px -15px 100px;
	min-width: 350px;
	background-color: #ffffff;
}

#background {
	background-color: #F0F0F0;
}

/* Main Navigation */
/* --------------- */
#navigation {
	position: absolute;
	top: 15px;
	left: 60px;
	width: 900px;
	height: 68px;
	margin: 0px -20px 0px auto;
	padding: 0px; 
	background-color: transparent;
	background-image: url(../images/maske2.png);
	background-position: top left;
	background-attachment: fixed;
	border-top: 1px solid #313c2e;
	border-bottom: solid 3px #ccc;   
	z-index: 2;
}

#navbar {
	position: absolute; 
	top: 2em;
	bottom: 0px;
	margin: 0px;
	padding: 0px 0px 0px 150px; 
	list-style: none;
}

#navbar li {
	float: left;
	width: auto;
	height: auto;
	margin: 1em 1.0em 0px 0px;
	padding: 0px; 
	font-size: 18px;
	font-weight: 500;
	color: white; 
}

a:link.navboxlink { color: #ccc }
a:hover.navboxlink { color: #ccc }
a:active.navboxlink { color: #ccc }
a:visited.navboxlink { color: #ccc }

.selected a:link { color: white;  }
.selected a:hover { color: white;  }
.selected a:active { color: white;  }
.selected a:visited { color: white;  }

/* Sub navigation */
/* -------------- */
#subnav {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 60px;
	width: 151px;
	height: 100%;
	min-height: 835px;
	margin: 87px 0px 0px 0px;
	padding: 0px 0px 5px 0px; 
	list-style: none; 
	background-color: transparent;
	background-image: url(../images/maske2.png);
	background-position: top left;
	background-attachment: fixed;
	border-bottom: 3px solid #ccc;
	z-index: 2;
}

#subnav .subnavitem {
	width: 139px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 4px 7px 4px 5px; 
	font-family: "Trebuchet MS", Helvetica, sans-serif;  
	font-weight: 700;
	font-size: 14px; 
	line-height: 1.05em; 
	text-align: right;
	background-color: #6a8067;
}

#subnav li#subnavheader {
	width: auto;
	height: 17px; 
	padding: 25px 5px 2px 0px;
	margin: 0px 0px 15px 0px; 
	font-size: 15px; 
	font-family: "Trebuchet MS", Helvetica, sans-serif;  
	font-weight: 700; 
	text-align: right; 
	color: white;
	background-color: #6a8067;
}

a:link.subnavlink {color: white; text-decoration: none; }
a:hover.subnavlink {color: white; text-decoration: underline;}
a:active.subnavlink {color: white; text-decoration: underline;}
a:visited.subnavlink {color: white; text-decoration: none;}

.topjump {
	position: absolute;
	top: -1px; 
	left: 0px;
	right: 0px;
	height: 85px;
	width: 100%; 
	margin: 0px;
	padding: 0px;
	color: black;
	background-color: transparent;	
	background-image: url(../images/schilf.jpg);
	background-position: top left;
	background-attachment: fixed;
	z-index: 1;
}