/* document setup general */

body {
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

.bodyText { 
	font-size: 11px;
	line-height: 17px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic; 
}

a { 
   text-decoration: none;
   outline: none;
}
a:hover { 
	color: #000000;
} 

a.txt:link {
	color: #191919;
	text-decoration: none;
	border-bottom: 1px solid #000000;
}

a.txt:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #191919;
}

a.txt:visited {
	color: #191919;
	text-decoration: none;
	border-bottom: 1px solid #191919;
}

.black {
	color: #000000;
}

.gr {
	color: #7F7F7F;
}

/* typo and module setup SubNavigation */

.sNavOn {
	font-size: 10px;   
   color: #666666;
   font-weight: bold;
}


/* typo setup NewsCol */

.nCol {
	font-size: 10px;
   line-height: 13px;
   color: #595959;
   margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;   
}

.nHead {	
   line-height: 14px;
   margin-bottom: 3px;
}

a.subnav:hover { 
   color: #000000;
}

a.nColLink { 
	color: #000000;
}

a.nColLink:visited { 
	color: #000000;
}

a.nColLink:hover { 
	color: #CF003A;
}

/* formfields */

form { 
	margin-bottom: 0;
	margin-top: 0;
}

input {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

textarea {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000; 
}

.fF {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}