/* CSS Document */

.dnb1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-transform: uppercase;
}

.weiss10norm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 18px;
}
.weiss10fett {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	font-weight: bold;
}

.tabl {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 12px;
}


.tabl2 {
	padding-top: 12px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 12px;
}

p {
	margin: 0px 0px 12px;
}

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

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

a:hover {
	color: #990000;
	text-decoration: none;
	background-color: #FFFFFF;
}

a:active {
	color: #FF0000;
	text-decoration: none;
	background-color: #FFFFFF;
}

a.dnb1:link {
	color: #666666;
	text-decoration: none;
	margin: auto;
	padding: 2px;
}

a.dnb1:visited {
	color: #666666;
	text-decoration: none;
	margin: auto;
	padding: 2px;
}

a.dnb1:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #C00;
	margin: auto;
	padding: 2px;
}

a.dnb1:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #C00;
	margin: auto;
	padding: 2px;
}

/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#hold	{ 
	position:relative; overflow:hidden;
	left:0px; top:0px; 
	width:490px; height:240px; 
 	z-index:100; 
	}
div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:490px; height:240px; 
	clip:rect(0px, 495px, 240px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div.content { 
	position:absolute; visibility:hidden;
	left:5px; top:2px; 
	z-index:1; 
	}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { 
  position:relative; left:0; top:0;
  width:11px; height:240px; 
  font-size:1px; z-index:1;
  }
div#track { 
  position:absolute; left:0; top:12px;
  width:11px; height:216px;
  background: url("../../_img2/track.gif") #fff repeat;
  z-index:1;
  }
div#dragBar {
  position:absolute; left:1px; top:1px;
  width:9px; height:20px;
  background-color:#900;
  z-index:1;
  }  
div#up { position:absolute; left:0; top:0; z-index:2 }  
div#down { position:absolute; left:0; bottom:0; z-index:3; }  

/* Styles for demo, not necessary for scrolling layers */  
body  { text-align:center }
body, td  { font: 12px verdana, arial, helvetica, sans-serif; }  
th	{ font-size:1.4em; text-align:left }
div.content { text-align:left }
table.main { 
  background-color:#900;
  width:520px;  height:240px;
  margin:auto; text-align:left;
  border:0px; 
  }
table.main td.text, table.main td.navs { vertical-align:top; text-align:left }
td#scrollLinks  { width:12px }
.weiss10fettv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.weiss10obl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 18px;
	font-style: oblique;
}
.weiss10unterst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 18px;
	text-decoration: underline;
}
.weiss9norm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	line-height: 18px;
}
.dnb1rot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-transform: uppercase;
	background-color: #C00;
	margin: auto;
	padding: 3px 8px;
}

