body {
	font-family:Arial, Helvetica, sans-serif;
}
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background-color: #343434;
}
.boxclear { /* this element is used below floating elements */
	clear:both;
	font-size:1px
}

/* just for centering and 100% height */ 
.center_box {
	text-align:center;
	height:100%;
}

img {
    border:0;
}


/* main body with white border and general background */ 
.container_eu {
	min-height: 100%;
	WIDTH: 796px;
	MARGIN-LEFT: auto; 
	MARGIN-RIGHT: auto;
	background-image:url(../images/bg_all_eu.gif);
	background-repeat:repeat-y;
}


    
/* just for IE */
* html .container_eu 
{ 
	height: 100%;
}


/* this is the main inner box with working space */
.inner_container {
	WIDTH: 792px;
	MARGIN-LEFT: auto; 
	MARGIN-RIGHT: auto;
}



/* website main elements */ 
.top_meta {
	width: 792px;
	background:url(../images/orange.gif) top repeat-x #000; 
	height:12px
}
.top_area {
	width: 792px;
	background-color: #7c7c7c;
	background-image:url(../images/bg_head_grey.gif);
	background-repeat:no-repeat
}
/* start top area */ 
.top_links {
	position: relative;
	float:left;
	width: 288px;
}
.top_links a { /* the main logo */ 
	width: 288px;
	height: 82px;
	display: block;
	margin: 0;
	text-indent: -1000em;
	background-image:url(../images/logo.gif);
	background-position:top left;
	background-repeat:no-repeat
}
.spacer_top {
	height:2px
}
.above_header_eu { /* this is just the tiny black line above the header */ 
	width: 792px;
	background-color: #fff;
	font-size:1px;
}
.main { /* the main area for content and menu */ 
	width: 792px;
}
.main_area_left { /* this is where the content is placed */ 
	width:628px; 
	float: left;
	text-align:left
}
.main_area_right { /* this is where the right menu is placed */
	width:164px;
	float: right;
	text-align:left
}


.eu_continents {
font-size:12px;
height:20px;
background:url(../images/leiste.gif)
}
.eu_headline {
padding-left:10px;
padding-top:1px
}
.eu_menu a {
color:#CCCCCC ;
text-decoration:none;
font-size:13px
}
.eu_menu a:hover {
color:#fc5d23 ;
text-decoration:underline;
}
.eu_menu {
line-height: 19px
}

.howtobg {
	background:url(../images/bg_howto_landing.jpg);
	height:690px;
	position:relative;
}
.howto_flag_container  {
	position:absolute;
	width:200px;
	text-align:left;
	left:65px;
	top:235px;
}
.marleyandmeflags
{
float:left;
}
.marleyandmeflags a
{
text-decoration:none;
float:left;
}
.container_eu_white {
	min-height: 100%;
	WIDTH: 796px;
	MARGIN-LEFT: auto; 
	MARGIN-RIGHT: auto;
	background-image:url(../images/bg_all_eu_white.gif);
	background-repeat:repeat-y;
}


    
/* just for IE */
* html .container_eu_white 
{ 
	height: 100%;
}

