/*Setting full page height in FireFox*/
html { height:100%; }
body { height:100%; margin: 0px 0px 0px 0px; vertical-align:top; }

/*Formatierung Layouttabelle*/

#main {
	width: 1003px;
}

#submenu {
	width: 200px;
	/*height: 100%;*/
	border-collapse: collapse;
	text-align: left;
	vertical-align: top;
	border-right-color: #999999;
	border-right-style: dotted;
	border-right-width: 1px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom-color: #999999;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

#content {
	width: 606px;
	/*height: 100%;*/
	border-collapse: collapse;
	text-align: left;
	vertical-align: top;
	border-width: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom-color: #999999;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
#content-pad {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
}

#hotnews {
	width: 197px;
	vertical-align: top;
	border-collapse: collapse;
	text-align: left;
	border-left-color: #999999;
	border-left-style: dotted;
	border-left-width: 1px;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	border-bottom-color: #999999;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-right-color: #999999;
	border-right-style: dotted;
	border-right-width: 1px;
}

#rootline {
	border-bottom-color: #999999;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-left-color: #999999;
	border-left-style: dotted;
	border-left-width: 1px;
	padding: 5px 5px 5px 5px;
	white-space: nowrap;
}

#icons {
	height: 28px;
	padding: 2px 5px 2px 5px;
	background-image: url(images/menu/background_button_left.gif);
	padding: 0px 0px 0px 0px;
	border-top-color: black;
	border-top-style: solid;
	border-top-width: 1px;
}

#navigation {
	height: 28px;
	width: 606px;
	padding: 0px 0px 0px 0px;
	border-top-color: black;
	border-top-style: solid;
	border-top-width: 1px;
	white-space: nowrap;
}

#search {
	width: 197px;
	height: 28px;
	text-align: center;
	vertical-align: middle;
	border-right-color: #999999;
	border-right-style: dotted;
	border-right-width: 1px;
	border-top-color: black;
	border-top-style: solid;
	border-top-width: 1px;
	padding: 0px 0px 0px 10px;
	background-image: url(images/menu/background_button_left.gif);
	white-space: nowrap;
}
#search-div {
	padding-top: 5px; 
	white-space: nowrap;
}

#copyright {
	width: 197px;
	text-align: right;
	padding-right: 5px;
	border-right-color: #999999;
	border-right-style: dotted;
	border-right-width: 1px;
	border-bottom-color: #999999;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
#copyright a:link,
#copyright a:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
/***********************************************************************/
/*Formatierung Menütabelle*/
/*Erste Ebene*/
.subnavi1-no {
   font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px #999999 dotted;
	background: #0060ad;
} 

.subnavi1-no a:link,
.subnavi1-no a:visited,
.subnavi1-no a:hover {
	font-weight: normal;
	color: white;
}

.subnavi1-act {
   font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px #999999 dotted;
	background: #ffcc66;
} 

.subnavi1-act a:link,
.subnavi1-act a:visited,
.subnavi1-act a:hover {
	font-weight: bold;
	color: #666666;
}

/*Zweite Ebene*/
.subnavi2 {
   padding-left:25px;
	border-top: 1px #999999 dotted;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	background: #c8e1ff;
} 

.subnavi2-no a:link,
.subnavi2-no a:visited,
.subnavi2-no a:hover {
	font-weight: normal;
	color: #666666;
}

.subnavi2-act a:link,
.subnavi2-act a:visited,
.subnavi2-act a:hover {
	font-weight: bold;
	color: #666666;
}

/*Dritte Ebene*/
.subnavi3 {
	padding-left: 45px;
	border-top: 1px #999999 dotted;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
} 

.subnavi3-no a:link,
.subnavi3-no a:visited,
.subnavi3-no a:hover {
	font-weight: normal;
	color: #666666;
}

.subnavi3-act a:link,
.subnavi3-act a:visited,
.subnavi3-act a:hover {
	font-weight: bold;
	color: #666666;
}