@charset "UTF-8";
body  {
	background: #11683D;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.thrColAbsHdr #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 800px;
	text-align: left;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	top: 40px;
} 

.thrColAbsHdr #header {
	height: 120px;
} 
.thrColAbsHdr #menytop {
	height: 15px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	background: #98F1A4;
	font-size: 90%;
	padding: 8px 138px 15px 50px;
	line-height: 1.5em;
	color: #11683D;
	text-align: justify;
	word-spacing: 0.79em;
}
.thrColAbsHdr #menytop a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #11683D;
	text-decoration: none;
}
.thrColAbsHdr #menytop a:hover {
	color:#003300;
	text-decoration: underline;
}
.thrColAbsHdr #topbild {
}
.thrColAbsHdr #mainContent {
	float: right;
	width: 700px;
	height: auto;
	text-align: justify;
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 25px;
	padding-left: 50px;
}
.thrColAbsHdr #mainContentTabell {
	width: 100%;
	padding: 0px 0px 0px 10px;
}
.thrColAbsHdr #footer {
	height: 50px;
	background-color: #CCCCCC;
	padding: 8px 0px 0 0px;
	line-height: 0;
} 
.thrColAbsHdr   #footer   p  {
	margin: 0;
	color: #666666;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: normal;
}
.thrColAbsHdr #footer a {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	color: #666666;
	font-weight: normal;
}
.thrColAbsHdr #Underfooter {
	padding: 0 0px 0 0px;
	height: 40px;
	background-color: #11683D;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin: 10px 10px 20px 0px;
}
.fltLftHighlites {
	float: left;
	background-color: #D8FADB;
	text-align: center;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	vertical-align: middle;
	padding: 10px;
	width: 200px;
}
.fltRtHighlites {
	float: right;
	background-color: #D8FADB;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	width: 180px;
	margin-left: 20px;
	padding: 10px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	padding: 2px 5px 0px 0px;
}
h1  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #11683D;
}
h2   {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
}
h3   {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0px 0px 0px 0px;
	clear: both;
	color: #000000;
}
.rensa {
	clear: both;
	height:1px;
}
strong     {
	font-size: 100%;
	color: #333333;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 0px 2px 1px 3px;
	;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #11683d;
	text-decoration: none;
}
a:hover {
	color:#000000;
	text-decoration: underline;
}
.style1 {color: #98F1A4}

