/* --------------------------------------------
CSS Stile-Sheet
developed by Online Media, P. Hoetzl
All rights reserved, September 2009 ff.
-------------------------------------------- */

/*  Content zum Scrollen    */

#content {


padding-right: 20px;

height: 350px;
overflow: auto;

}


body {
  
  
  
  scrollbar-base-color: #FFFFFF;
  scrollbar-3d-light-color: #FFFFFF;
  scrollbar-arrow-color:#3A607F;
  scrollbar-darkshadow-color: #FFFFFF;
  scrollbar-face-color: #FFFFFF;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-shadow-color: #FFFFFF;
  scrollbar-track-color: #FFFFFF;


}



/* Definition der Textdarstellung */


h1,p,ul,ol,table {


font-family: Helvetica, Geneva, sans-serif;



}


h1 {


font-size: 16px;
color: #333333;

margin-top: 0px;

}




h2 {


font-size: 13px;
font-weight: bold;
color: #3A607F;
margin-bottom: -1px;
}







p,th,td,li {

font-weight: normal;
font-style: normal;
font-size: 13px;
line-height: 15px;
color: #000000;


}

ul {

list-style-image: url(_images/liste_bullet.gif);

}



.small {

font-weight: normal;
font-style: normal;
font-size: 10px;
line-height: 12px;
color: #000000;


}







a:link {
    color: #3A607F;
    text-decoration: none;
    font-size: 13px;
}
a:visited {
	color: #666666;
	text-decoration: none;
	font-size: 13px;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
	font-size: 13px;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
	font-size: 13px;
}


