/*ELEMENTS*/


A, BODY,CODE, DIV, FORM, H1, H2, H3, H4, H5, H6, INPUT, LI, P, PRE, TABLE, TD, TEXTAREA, TH, TR, UL, OPTION {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

H1 {
	font-size : 13pt;
}

H2 {
	font-size : 12pt;
}

H3 {
	font-size : 11pt;
}

A, BODY, FORM, INPUT, LI, P, TD, UL, TEXTAREA, OPTION, SELECT {
	font-size : 8pt;
}

a:link	{
	color: Black;
}
a:active	{
	color: Black;
}
a:hover	{
	/*color: White;
	background: Black;*/
}
a:visited	{
	color: Black;
}

td {
	vertical-align : top;
}
table {
	padding : 0;
}



/* CLASSES*/

.w {
	font-size : 10pt;
	padding : 0 0 10px 0;
}

.wncov {
	padding : 0 6px 0 20px;
}

.wntit {
	font-size : 8pt;
	font-weight : bold;
	padding : 0 0 0 20px;
}

.wntx {
	padding : 0 6px 0 20px;
}

.wnktx {
	padding : 0 10px 10px 0;
	vertical-align : top;
}

.tabmain {
	border : 1px solid Black;
	width : 650px;
	
}

.tabcont {
	background-color : #F0F0F0;
	padding : 0;
	/*width : 305px;*/	
	vertical-align : top;
}



.wn_cov {
	padding : 0 6px 0 20px;
}

.wn_tit {
	font-size : 10pt;
	font-weight : bold;
	padding : 0 0 0 20px;
}

.wn_tit_link {
	font-size : 10pt;
	font-weight : bold;
}

.wn_ktx {
	padding : 0 10px 10px 0;
	vertical-align : top;
}

.wn_tx {
	padding : 0 6px 0 20px;
}

.tab_tx {
	padding : 6px 20px 20px 20px;
}

.tab_main {
	border : 1px solid Black;
	width : 650px;
	
}

.tab_head {
	background-color : #F0F0F0;
	padding : 0;
	vertical-align : top;
}

.tab_cont {
	background-color : #F0F0F0;
	padding : 0;
	/*width : 650px;
	*/
	vertical-align : top;
}

.th1 {
	background-color : #E1E1E1;
}

.but {
	background-color : Black;
	color: White;
	border : 0;
	/*font-weight : bold;*/
	font-family : Arial, Helvetica, sans-serif;
}

.aktMore {
	color: #fff;
	font-weight: bold;
	
}


/* IDs */

#menu1sub {
	position: absolute;
	z-index:3;
	visibility:hidden;
}

#menu2sub {
	position:absolute;
	margin-left:160px;
	z-index:3;;
	visibility:hidden;
}

#menu3sub {
	position: absolute;
	margin-left:325px;
	z-index:3;
	visibility:hidden;
}

#menu4sub {
	position: absolute;
	margin-left:485px;
	z-index:3;
	visibility:hidden;
}

.blurb {background: #E0E0E0; margin: 10px 3px 0 12px; padding: 8px;}