/*
:link = für Verweise zu noch nicht besuchten Seiten
:visited = für Verweise zu bereits besuchten Seiten
:hover = für Verweise, während der Anwender mit der Maus darüber fährt
:active = für gerade angeklickte Verweise
:focus = für Verweise, die den Fokus erhalten, z.B. durch "Durchsteppen" mit der Tabulatortaste
*/


a{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	border: 0px;
	border-style: none;
	border-width: 0px;
	margin: 0px;
	text-decoration: none;
}
a:hover{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 color: #bdbdbd;
 text-decoration: none
}
a:focus{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #626262;
	text-decoration: overline;
}
a:link,a:visited,a:active{
 border:0px;
 border-style:none;
 border-width:0px;
 margin:0px;
 text-decoration: none;

}
body,body.main,table,tr,td,h1,h2,h3,h4,b,.s,.n,.m,.b,.s_i,.n_i,.m_i,.b_b,.n_b,.m_b,.b_b,.n_i_b,.m_i_b,.b_i_b,.headline_n,l,strong,span,i,ul,li,div,p{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size : 12px;
 color: #000000;

}
body{
 background-color : #999999;
 margin-bottom : 0px;
 margin-left : 0px;
 margin-right : 0px;
 margin-top : 50px;
 margin : 0px 0px 0px 0px;
   scrollbar-base-color:#BDBDBD;
  scrollbar-3d-light-color:#FFFFFF;
  scrollbar-arrow-color:#626262;
  scrollbar-darkshadow-color:#000000;
  scrollbar-face-color:#999999;
  scrollbar-highlight-color:#ACACAC;
  scrollbar-shadow-color:#000000;
  scrollbar-track-color:#999999;
}
body.main{
 background-color : #999999;
 margin-bottom : 0px;
 margin-left : 0px;
 margin-right : 0px;
 margin-top : 50px;
 margin : 0px 0px 0px 0px;

}
fieldset{
	border-color: Black;
	border-width: 1px;
	width: 90%;
}
.headline_n{
 font-size : 16px;
 font-weight : bold;
 font-style : italic;
 color: #000000;
}
table{
	border: 0px none;
	/*width: 570px;*/
	margin-left: 0px;
	padding-left: 0px;
}
img{
 border:0px;
 border-style:none;
 border-width:0px;
 margin:0px;
 text-decoration: none;

}
.s{
 font-size : 10px;
 font-weight : normal;
}
.s_i{
 font-size : 10px;
 font-weight : normal;
 font-style : italic;
}
.n{
 font-size : 12px;
 font-weight : normal;
}
.n_b{
 font-size : 12px;
 font-weight : bold;
}
.n_i{
 font-size : 12px;
 font-weight : normal;
 font-style : italic;
}
.n_i_b{
 font-size : 12px;
 font-weight : bold;
 font-style : italic;
}
.m{
 font-size : 14px;
 font-weight : normal;
}
.m_b{
 font-size : 14px;
 font-weight : bold;
}
.m_i{
 font-size : 14px;
 font-weight : normal;
 font-style : italic;
}
.m_i_b{
 font-size : 14px;
 font-weight : bold;
 font-style : italic;
}
.b{
 font-size : 16px;
 font-weight : normal;
}
.b_b{
 font-size : 16px;
 font-weight : bold;
}
.b_i{
 font-size : 16px;
 font-weight : normal;
 font-style : italic;
}
.b_i_b{
 font-size : 16px;
 font-weight : bold;
 font-style : italic;
}
