body
{
    margin: 0px;  
    padding: 0px;  
    background: #e0e0d8;
    background-image: url(/resources/images/euroexperts/bg.png);
    background-repeat: repeat-x;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #464646;    
}

/* a wrapper around the entire structure*/
#main_container
{
    margin: 0px; 
    padding: 0px;     
}


/* the main table contains all real contents, the borders  are rendered white*/
.main_table
{
    margin: 0px; 
    padding: 0px; 
    border-left: 8px solid #ffffff;
    border-right: 8px solid #ffffff;
}

/* includes the global navigation background image */
#global_header
{
    background-image: url(/resources/images/euroexperts/row1_blank.jpg);
    background-repeat: no-repeat;
    margin: 0px; 
    padding: 0px; 
}

/* put the global nav links to the right place */
#global_nav_ul_holder
{
	padding-left: 224px;
	padding-top: 0px;
	margin-top: 3px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	display: block;
}

/* definition of th <ul> which contains th gloabl nav */
#nav_ul
{
	list-style-type: none;
	display: block;
	margin-bottom: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	padding-top: 0px;	
}

/* format of a <li> of the global nav */
#nav_ul li {
    list-style-type: none;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 8px;
	margin: 5px;
	background: #4a5e77;
	width: 172px;
}

/* - the navigation next to the global nav, 
   - contains basically legal and account informations 
   - it is vlaign to the bottom, but we need some space
*/
#other_nav
{
    padding-bottom: 14px;
}

/* contains the entire left col until down to the footer */
#left_col
{
    border-right: 8px solid #ffffff;
    background: #e6e6e6; 
}

#right_col
{
    padding: 8px;
}

.space_row
{
    background: #ffffff; 
}

.teaser_table
{
    border-left: 8px solid #008080; 
}

.teaser_row
{
    background-image: url(/resources/images/marketplace/merger_headline.gif);
    background-repeat: repeat-x;
}

.teaser_headline
{
    padding: 3px;
}

#footer_table
{
    border-top: 8px solid #ffffff;
    background: #3b4a5d;
}

#inner_footer_table
{
    background: #3b4a5d;
    color: #ffffff;
    border-left: 8px solid #ffffff;
    border-right: 8px solid #ffffff;    
}