body {
	padding: 0;
	margin: 0;
	background-color: #F8F8F8;
	color: #3D3D3D;
}

body,p,div,td,li,ul,a  {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 120%;
}

li,ul,ol  {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	line-height: 120%;
}

.bodytext{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 120%;
}



img{
                border: 0px solid black;
	margin: 0px;
}


a:link {
	text-decoration: none;
	color: #3D3D3D;
}

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

a:active {
	text-decoration: none;
	color: #3D3D3D;
}

a:visited {
	text-decoration: none;
	color: #3D3D3D;
}


h1, h2, h3, h4, h5, h6 {  
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1{
	font-size: 140%;
	font-weight: normal;
}

h2{
	font-size: 120%;
	font-weight: bold;
}

h3{
	font-size: 100%;
	font-weight: normal;
}

h4{
	font-size: 100%;
	font-weight:  bold;
}

h5{
	font-size: 90%;
	font-weight: normal;
}

h6{
	font-size: 80%;
	font-weight: normal;
}

p{
	font-size: 100%;
	font-weight: normal;
}
cite {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	font-style: italic;
}

code {
	font-family:  monospace;
	font-size: 70%;
	font-weight: normal;
}

.clear {
	clear: both;50
}

.footer{

	font-size: 70%;
	text-align: center;
	text-indent:  0.5em;
	white-space: normal;

}


.header {
	color: Black;
	background-color: #CC0033;

	background-repeat: no-repeat;
	height: 115px;
	z-index: 100;

}



.headerblank {
	color: Black;
	background-color: #FFFFFF;
	height: 60px;
	z-index: 100;
}

.sitelogo {
	font-size: 17pt;
	font-style: normal;
	font-weight: bolder;
	left: 30px;
	line-height: 19pt;
	position: absolute;
	top: 15px;
	color: Gray;
	background-color: #FFFFFF;
	z-index: 110;
}

.gruss {
	font-size: 170%;
	font-style: normal;
	font-weight: bolder;
	left: 50px;
	line-height: 120%;
	position: absolute;
	top: 60%;
	color: Gray;
	z-index: 110;
}




.minimenue {
	font-size: 8pt;
	font-style: normal;
	right: 10px;
	line-height: 10pt;
	position: absolute;
	top: 45px;
	z-index: 110;
}



.topnavigation {
	position: relative;
	background-color: #3B3C3D;
	color: #FFFFFF;
	height: 35px;
	left: 0;
	width: 100%;
	z-index: 110;

}

.topnavigationtext {
	position: absolute;
	background-color: #3B3C3D; 
	color: White;
	font-size: 85%;
	font-weight: normal;
	padding-top: 8px;
	text-decoration: none;
	text-indent: 250px;
	z-index: 115;
	white-space: nowrap;

}


.topnavigationtext a:link{
	background-color: #3B3C3D;
	color:  White;
	text-decoration: none;
	text-align: center;
	}

.topnavigationtext a:hover {
	background-color: #3B3C3D;
	text-decoration: none;
	color: Silver;
	}

.topnavigationtext a:active {
	background-color: #3B3C3D;
	color: White;
	text-decoration: none;
 	}

.topnavigationtext a:visited {
	background-color: #3B3C3D;
	color: White;
	text-decoration: none;
 	}
	
.topnavigationtext img {
	margin-top: 0px;
}


.treenavigation {
	position: relative;
	color: Black;
	height: 30px;
	margin-left: 230px;
	margin-right: 20%;
	top:0px;
	z-index: 90;
}

.treenavigationtext {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:70%;
	font-weight: lighter;
	padding: 4px 4px 5px 4px;
	/* text-indent: 10px; */
	white-space: normal;
	text-decoration: none;
	z-index: 95;
}

.treenavigationtext a:link {
	text-decoration: none;
	color: Black;
}

.treenavigationtext a:hover {
	text-decoration: none;
	color: Black;
}

.treenavigationtext a:active {
	text-decoration: none;
	color: Black;
}

.treenavigationtext a:visited {
	text-decoration: none;
	color: Black;
}



.left {
	position:  absolute;
	left: 0;
	top: 210px;
	width: 230px;
	z-index: 100;
	background-color: #F8F8F8;
}
.leftcontent {
	padding:  0em;
	border-top: 30px solid #F8F8F8;
}
	 
.middle {
	position:  static;
	margin-left: 230px;
	margin-right: 230px;
	z-index: 50;
}

.content {
	padding:  0.5em;
	z-index: 55;
	}

.right {
	position: absolute;
	right: 0px;
	top: 210px;
	width: 230px;
	z-index: 10;
	background-color: #F8F8F8;
}


.searchbox {
	position: relative;
	top: 0px;
	right: 0px;
	height: 30px;
	width: 100%;
	z-index: 10;
}
.searchcontent {
 	text-align: right;
 	padding-right: 5px;
}

.rightcontentbox {
	position: relative;
	width: 100%;
	z-index: 10;
}
.rightcontenttext{
	padding:  0.5em;
	z-index: 11;
}


.leftnav1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:85%;
	display: block;
	text-indent: 10px;
	white-space: normal;
	background-color: #CC0033;
	color:  White;
	text-decoration: none;
	width: 100%;
	height: 2.5em;
	padding-top: 0.4em;
	border-top: 0.3em solid #DEDEDE;
}

.leftnav1-act {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:85%;
	/*display: block;	*/
	text-indent: 10px;
	white-space: normal;
	background-color: #CC0033;
	color:  White;
	text-decoration: none;
	width: 100%;
	height: 2.5em;	
	padding-top: 0.4em;
	border-top: 0.3em solid #DEDEDE;
}

.leftnav2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 85%;
	/*	display: block; */
	text-indent: 30px;
	white-space: nowrap;
	background-color: #E2004D;
	color:  White;
	text-decoration: none;
	width: 100%;
	padding-top: 0.4em;
	height: 2.5em;
	border-top: 0.3em solid #DEDEDE;
}
		
.leftnav2-act {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 85%;
	/* display: block; */
	text-indent: 30px;
	white-space: nowrap;
	background-color: #E2004D;
	color: White;
	text-decoration: none;
	width: 100%;
	padding-top: 0.4em;
	height: 2.5em;
	border-top: 0.3em solid #DEDEDE;
}

.leftnav3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 85%;
	/* display: block; */
	text-indent: 44px;
	white-space: nowrap;
	background-color: #FF0066;
	color:  White;
	text-decoration: none;
	padding-top: 0.4em;
	height: 2.5em;
	width: 100%; 
	border-top: 0.3em solid #DEDEDE;
}

.leftnav3-act {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:85%;
	text-indent: 44px;
	white-space: nowrap;
	background-color: #FF0066;
	color: White;
	text-decoration: none;
	width: 100%;
	padding-top: 0.4em;
	height: 2.5em;
	border-top: 0.3em solid #DEDEDE;
}

.leftnav1 a:link {
		text-decoration: none;
		color: White;
}
.leftnav1 a:visited {
	text-decoration: none;
	color: White;

}
.leftnav1 a:active {
	text-decoration: none;

}
.leftnav1 a:hover {
	text-decoration: none;

}


.leftnav1-act a:link {
	text-decoration: none;
	color: White;

	
}
.leftnav1-act a:visited { 
	text-decoration: none; 
	color:  White;

}
.leftnav1-act a:active {
	text-decoration: none;

}
.leftnav1-act a:hover {
	text-decoration: none;

}
 
.leftnav2 a:link {
	text-decoration: none;
	color: White;

}
.leftnav2 a:visited {
	text-decoration: none;
	color:  White;
}
.leftnav2 a:active {
	text-decoration: none;

}

.leftnav2 a:hover {
	text-decoration: none;
}

.leftnav2-act a:link {
	text-decoration: none;
	color: White;

}

.leftnav2-act a:visited {
	text-decoration: none;
	color:  White;
}
.leftnav2-act a:active {
	text-decoration: none;

}
.leftnav2-act a:hover {
	text-decoration: none;

}


.leftnav3 a:link {
	text-decoration: none;
	color: White;

}
.leftnav3 a:visited {
	text-decoration: none;
	color:  White;
}
.leftnav3 a:active {
	text-decoration: none;

}
.leftnav3 a:hover {
	text-decoration: none;
}


.leftnav3-act a:link {
	text-decoration: none;
	color: White;

}
.leftnav3-act a:visited {
	text-decoration: none;
	color:  White;
}
.leftnav3-act a:active {
	text-decoration: none;

}
.leftnav3-act a:hover {
	text-decoration: none;
 }
