/*------------------------------------------------------------------------------------
  ----------------CASCADING STYLESHEET BY (c) Gerhard Gruber--------------------------
  ------------------------------------------------------------------------------------*/ 

body	{
	background-color : white;
	
}

h3 {		font-family: Arial, Helvetica, sans-serif;
			margin:0; 
			font-size:17px; 
			color:#DB0000; 
	
}

img.h {
	width: 140px;
	height: 100px;
	border : 3px solid white;
}
img.v {
	width: 100px;
	height: 140px;
	border : 3px solid white;
}

#txt_smaller	{	font-size: 10px;	}
#txt_bigger{	font-size: 16px;	}
#txt_comment	{	font-size: 10px;	
					vertical-align: middle;
					color: #9C1919; }
					
#justify 	{text-align: justify;}			
#center 		{text-align: center;}		
#right 		{text-align: right;}	
#middle 		{ vertical-align: middle; }
	
#highlight	{	font-weight: bold; 	}
#smallcaps	{	font-variant: small-caps; font-size: 10px;	}
#underline	{	text-decoration: underline;	}
#txt_tipp  	{	color:#DB0000; font-weight: bold;}

td.header	{	color: black;
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			font-size: 20px;   
			vertical-align: top;
			font-variant: small-caps;
	}

td.cell_txt	{	color: black;
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			font-size: 12px;   
			vertical-align: top;
			font-weight: bold;
			
	}

td.cell_termin1	{	color: #000000;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;   
			border-bottom: 1px solid buttonshadow #008000;
			padding-left: 10; 
			padding-right: 0; 
	      	padding-top: 4; 
        	padding-bottom: 4;	}

td.cell_termin2	{	color: white;
			background-color: #006938;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;   
			border-bottom: 1px solid buttonshadow #008000;
			padding-left: 10; 
			padding-right: 8; 
	      padding-top: 4; 
        	padding-bottom: 4;	}

/*--------------------------------------------------------------------------------*/		
/*  l i n k s */

a,	{
	text-decoration : underline;
}
a:visited, 
a:link { 	
			color: #000000;
			font-size: 12px;	}
a:hover{
		   font-weight: bold;
			color: white;
			text-decoration: underline;
			background-color: #DB0000;
			}

