/* --------------------------------------------
CSS Stile-Sheet
developed by Online Media, P. Hoetzl
All rights reserved, April 2009 ff.
-------------------------------------------- */

/*  Content zum Scrollen    */

#content {


padding-right: 20px;

height: 350px;
overflow: auto;

}


#content_breit {


padding-right: 20px;

height: 350px;
width: 708px;
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: 15px;
color: #BBBBBB;

margin-top: 0px;

}




h2 {


font-size: 12px;
font-weight: bold;
color: #3A607F;
margin-bottom: -1px;
}


h3 {


font-size: 13px;
color: #666666;
line-height: 18px;
margin-top: 0px;

}









p,th,td,li {

font-weight: normal;
font-style: normal;
font-size: 12px;
line-height: 14px;
color: #000000;


}

ul {

list-style-image: url(_images/liste_bullet.gif);

}



.small {

font-weight: normal;
font-style: normal;
font-size: 9px;
line-height: 12px;
color: #000000;


}







a:link {
    color: #3A607F;
    text-decoration: none;
    font-size: 12px;
}
a:visited {
	color: #666666;
	text-decoration: none;
	font-size: 12px;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
	font-size: 12px;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
	font-size: 12px;
}


