html, body, div, p,  h3, h4, h5, ol,
table, td, th, form, img, map, area, input, form, .textfelder, .buttons, object {
	margin: 0px;
	padding: 0px;
	}
html, body {
	height:100%;

}
html[xmlns^="http"] {
 overflow-y:scroll;
}
body {
    background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003366;
	}

#wrapper {
	width: 862px;
	height: 600px;
	margin: 0px auto;
	background-color: #FFFFFF;
	background-image: url(../images/bg_home.jpg);
	background-position: center 121px;
	background-repeat: no-repeat;
}
#header{
	width: 862px;
	}
.logo{
	background-color: #FFFFFF;
	background-image: url(../images/utg-logo-home.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 90px;
	width: 125px;
	float: right;
	margin-top: 40px;
	font-size: 15px;
	font-weight: bold; 
	}
.welcome{
	width: 500px;
	float: left;
	margin-top: 70px;
	}
.adresse{
	width: 190px;
	height: 120px;
	margin-top: 340px;
	float: right;
	font-size: 12px;
	
	}
.adresse h1{
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	}
.nav{
	width: 162px; 
	margin-top: 220px;
	float: right;
	margin-right: 140px;
	}
.nav ul li{
	text-align: right;
	list-style-type: none;
	margin-bottom: 10px;
	}
.nav li a{	
	font-size: 16px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;	
	}

.nav li a:hover {	
	font-size: 16px;
	font-weight: bold;
	color: #50a4a7;
	text-decoration: none;		
	}
li .norm a{
	background-image: url(../images/but_off.gif);
	background-repeat: no-repeat;
	padding-right: 16px;
	background-position: right center;
	}
li .norm a:hover{
	background-image: url(../images/but_on.gif);
	background-repeat: no-repeat;
	padding-right: 16px;
	background-position: right center;
	}
li .russ a{
	width: 113px;
	height: 14px;	
	background-image: url(../images/russ_off.gif);
	background-repeat: no-repeat;
	}
li .russ a:hover{
	width: 113px;
	height: 14px;	
	background-image: url(../images/russ_on.gif);
	background-repeat: no-repeat;
	}
li .chin a{
	width: 113px;
	height: 14px;
	background-image: url(../images/chin_off.gif);
	background-repeat: no-repeat;
	}
li .chin a:hover{
	width: 113px;
	height: 14px;
	background-image: url(../images/chin_on.gif);
	background-repeat: no-repeat;
	}
	
li .jap a{
	width: 113px;
	height: 14px;
	background-image: url(../images/japan_off.gif);
	background-repeat: no-repeat;
	}
li .jap a:hover{
	width: 113px;
	height: 14px;
	background-image: url(../images/japan_on.gif);
	background-repeat: no-repeat;
	}
	
	
li .rom a{
	width: 121px;
	height: 14px;
	margin-right:5px!important;
	background-image: url(../images/rom_off.gif);
	background-repeat: no-repeat;
	}
li .rom a:hover{
	width: 121px;
	height: 14px;
	margin-right:5px!important;
	background-image: url(../images/rom_on.gif);
	background-repeat: no-repeat;
	}
	
.adresse a{	
	font-size: 12px;
	font-weight: normal;
	color: #003366;
	text-decoration: none;	
	}

.adresse a:hover {	
	font-size: 12px;
	font-weight: normal;
	color: #50a4a7;
	text-decoration: underline;		
	}
	
		
#logos{
	width:230px;
	margin-top: 340px;
	/*
	margin-top:470px;
	*/
	position:absolute;
	}
#logos a, #logos a:hover {
	color: #fff;
	text-decoration: none;}
	
.lauf{	width: 850px; margin: 0px auto; font-size: 17px; border-top: 1px dotted #000; border-bottom: 1px dotted #000; padding: 5px 0 5px 0; margin-top: 10px; background-color: #effcfa; }


.clear {
	clear:both;
}
