/* schrift/hintergrund/styling */
/* erstellt 18.03.2007 schakal.ch */

/* bug im ie 6 ohne waagrechtscrollbalken im iframe*/
/* fuer ff nicht noetig im iframe*/

html 		{
		overflow-x:hidden;
		}	

body 		{
              	color: #000000;
              	background-color: #ffffff;
              	font-family: verdana,arial,helvetica,sans-serif;
              	font-size: 10pt;
      		}

table,tr,td,p 	{
              	color: #000000;
              	font-family: verdana,arial,helvetica,sans-serif;
              	font-size: 11pt;
      		}

/*Überschriften*/

/*Überschriften in schwarz,groesse 18*/ 

h1 		{
              	color: #000000;
              	font-family: arial,helvetica,sans-serif;
              	font-size: 16pt;
      		}
      
/*Überschriften in weinrot,groesse 16*/      

h2 		{
              	color: #660000;
              	font-family: verdana,arial,helvetica,sans-serif;
              	font-size: 16pt;
      		}

h3 		{
              	color: #000000;
              	font-family: verdana,arial,helvetica,sans-serif;
              	font-size: 12pt;
              	font-style: italic;
      		}

h4 		{
              	color: #FFFFFF;
              	font-family: verdana,arial,helvetica,sans-serif;
              	font-size: 10pt;
              	font-weight: bold;
      		}

h5 		{
              	color: #C0C0C0;
              	font-family: verdana,arial,helvetica,sans-serif;
              	font-size: 8pt;
              	font-weight: bold;
      		}
      
/* Einstellungen fuer Thumbnails*/
      
.thumbnail	{
		float: left;
		width: 100px; /* Abstand der Thumbnails*/
		border: 0px 
		margin: 0px 2px 2px 0px;
		padding: 10px;
		}

.clearboth 	{ clear: both; 
		}

     
/* Diese Scrollleiste funktioniert erst ab IE 5.5*/

body		{
              	scrollbar-face-color:#003868;
              	scrollbar-track-color:#006498;
              	scrollbar-arrow-color:#C0C0C0;
              	scrollbar-shadow-color:#C0C0C0;
              	scrollbar-highlight-color:#C0C0C0;
              	scrollbar-3dlight-color:#0000FF;
              	scrollbar-darkshadow-Color:#000000;
      		}
