img {	
/* Fix for older IE that use transparency in PNG */
behavior: url("fix/pngbehavior.htc");
border:none;
}
/* Default definition for all tags that inherit this */
*{
margin:0;
padding:0;
font-family:"Trebuchet MS", Tahoma, Arial;
font-size:small;
color:#000;
}
/* Main body tag */
body {
background: #4a4a4a;
}
/* Top stripe with using PNG transparencies */
#top_image {
/* Fix for older IE that use transparency in PNG */
behavior: url("fix/pngbehavior.htc")
background: url("../images/bcg_01.png") repeat-x;
}
/* Central area*/
#main{
	margin:auto;
	padding:10px;
	width:780px;
	background-repeat: no-repeat;
	background-color: #999999;
	background-image: url(../images/top_rounded.gif);
}

#logo {
	margin:auto;
	padding:10px;
	width:335px;
	height:65px;
	background-repeat: no-repeat;
	background-image: url(../images/newlogotype.jpg);
}

.content{
	width:auto;
	display: block;
}


.area_content {
	float:left;
	width:260px;
	height:200px;
	clear:none;
}
.area_table {
	width:220px;
	height:100px;
	border: 3px solid #CCCCCC;
	background-color: #333333;
}

.area_header {
	font-size:180%;
	padding:0px;
		color:#FFCC66;
		}

.area_text {
	padding:3px;
	font-size:85%;
}

.area_text strong {
	font-size:100%;
	color:#B3FFD3;
}
.area_table:hover {
border: 3px solid #FFCC66;
}







#bottom{
	margin:auto;
	background-repeat: no-repeat;
	background-image: url(../images/bottom_rounded.jpg);
	width: 800px;
	height:70px;
}
#xhtmlcompliant {
	background-repeat: no-repeat;
	background-image: url(../images/xmlcompliant.jpg);
	margin:auto;
	width: 790px;
	height:50px;
	background-position: 690px 0px;
	text-align:right;
	}
	
	

/* Redefinition of basic tags */
p {
font-size:100%;
color:#000000;
line-height:16px;
}
	
h1 {
font-size:180%;
color:#EEEEEE;
font-weight:normal;
padding-bottom:5px;
clear:both;
}
h2 {
font-size:120%;
color:#FFCC66;
}
h3 {
background-color:#333333;
padding:5px;
font-size:85%;
font-style:italic;
color:#CCCCCC;
margin-top:10px;
clear:both;
}
h4 {
background-color:#333333;
padding:5px;
font-size:150%;
font-style:normal;
color:#666666;
}

.def {
	font-style:italic;
	color:#333333;
	border-bottom: 2px dotted #990033;
}

/* Links */
a:, a:link, a:visited, a:active {font-size:90%; color:#EEEEEE;}
a:hover {color:#FFCC66; text-decoration:none;}

.clear {
font-size: 0;
line-height: 0;
height: 0;
clear: both;
}

