/* CSS Document */


body,td,th 			{	text-align: left; vertical-align: top; margin-bottom:0; margin-left:5px;
						margin-right:5px; margin-top:0;		
						background-color: #E89C2A;
					}

.link				{	text-decoration: none;
					 	text-color: black;
						font-size:13px;

					}
.link:hover			{	text-color:black; 					}
.link:active		{	text-color:green;					}
.link:visited		{	text-color:green; 					}


.link2				{	text-decoration: none;
					 	color: black;
						font-size:15px;
						font-weight:bold;
					}
.link2:hover		{	color:black;	 					}
.link2:active		{	color:black;						}
.link2:visited		{	color:black; 						}

					
.titleclass			{	background-color: black; 			}


.ahki				{	text-decoration: none;
						color:#704A34;
						font-size:13px;
					}



.mainmenue			{	font-family: Verdana;
						color:#704A34;
						font-weight: bold;
						text-align:right;
						text-decoration: none;
						font-size:13px;
					}

.mainmenue:link		{	color:black; 						}
.mainmenue:active	{										}
.mainmenue:hover	{	color:black;						}
	


.infotablefull	 	{ 	background-color:#CC7B00; 			}
#.infotablehalf		{ 	background-color:#FAE1E5; 			}
#.infotablehalf		{ 	background-color:#FF9E99; 			}
.infotablehalf		{ 	background-color:#F6B757; 			}


.infotablehalf2		{ 	background-color:#F6B757; 
						border-bottom-color:White;
						border-bottom-style:solid;
						border-bottom-width:1px;						
						border-left-color:White;
						border-left-style:solid;
						border-left-width:1px;						
						
					}


.infotable			{	width:100%;
						cellspacing:0;
						cellpadding:0;
						background-color:#DCA376; 
					}
.infotable:tr		{	background-color:#ffffff; }
.infotable:td		{	background-color:#red; }

