body,td,th {
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}



body {

	background-color: #A8C943;
}


a {
	font-size: 12px;

}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}


.style-font12-normal { font-size: 12px; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
}

.style-font14-bold {
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

.style-font10-normal {
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000000; font-weight: bold;
}

.style-downloads-title {
	font-size: 14px;
	font-weight: bold; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.style-faq-punkt {
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #003399; font-weight: bold;
}

.style-ext-supp-langs {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#CC3399;
	
	}
	
.style-ext-supp-title {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000; font-weight: bold;
	}

.style-ext-tekhal {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#CC3399; font-weight: bold;
	}


a:link {
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: underline;
	color: #CC3300;
}
a:active {
	text-decoration: none;
	color: #0099FF;
}

ul#menu{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:40px;
	text-transform:uppercase;
	font-size:12px;
	font-weight: bold;
	background:transparent url("images/black.jpg") repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
}
ul#menu li{
	display:block;
	float:left;
	margin:0;
	border-right:1px solid #ffffff;
	}
ul#menu li a{
	display:block;
	float:left;
	color:#ffffff;
	font-size:12px;
	font-weight: bold;
	text-decoration:none;
	padding:12px 20px 0 20px;
	height:24px;
	height:40px;
	}
ul#menu li a:hover{
	background:transparent url("images/blue.jpg") repeat-x top left;	
	}