* 		{	margin: 0;
			padding: 0;}
			
html, body{	background: #000000;
			margin:0;
			padding: 0;
			font-family: arial;
			font-size: 12px;
			height: auto;}
			
h1{font-family: arial, helvetica; font-size: 35px; color: #eb6e08;}
h2{font-family: arial, helvetica; font-size: 25px; color: #f3c12d; font-weight: bold;}
p{font-family: arial, helvetica; font-size: 12px; color: black;}
a{font-family: arial, helvetica; font-size: 12px; color: #eb6e08; text-decoration: none;}
a:hover{font-family: arial, helvetica; font-size: 12px; color: #736F6E; text-decoration: none;}

#maincontainer{	width: 1000px;
				margin: 0 auto;
				position: relative;}

#content{	position: relative;
			width: 800px;
			height: 463px;
			margin-left: 165px;
			top: -2px;
			background:white;}
			
#flags {left: 6em;
		position: absolute;
		top: 5px;}			

#logo{	position: absolute;
		z-index: 1;
		right: 0;
		top: 50px;
		height: 263px;
		width: 82px;}
		
#navi_header{	position: absolute;
				left: 0;
				top: 205px;
				width: 160px;
				height: 159px;}
		

#navi{	position: absolute;
		left: 0;
		top: 398px;
		width: 160px;}

#navi a{	display:block;
        background:url(../images/buttonback.png);
        width:148px; height:31px;
		font-family: StoneSansStd-Medium, "arial";
		font-size: 14px;
		color:white;
		text-decoration: none;
		line-height: 2.1;
		text-indent: 12px;
		margin-top: 5px;
		outline: none;}

#navi a:hover{	display:block;
				
				background: url(../images/buttonback_hover.png);
				color: white;}

#navi a:active{	display:block;
				
				background: url(../images/buttonback_active.png);
				color: white;}

#navi a.sublevel{	background: none;
					line-height: 1;
					font-family: StoneSansStd-Medium, "arial";
					font-size: 12px;
					height: 20px;
					color: white;}
					
#navi a:hover.sublevel{	background: none;
						
						font-family: StoneSansStd-Medium, "arial";
						font-size: 12px;
						color: #eb6e08;}

#navi a:active.sublevel{	background: none;
						
						font-family: StoneSansStd-Medium, "arial";
						font-size: 12px;
						color: white;}				

#buttons	{		position: relative;
					margin-left: 165px;
					width: 800px;
					margin-top: 10px;
					padding:0;}

