body
{
	background-image: url(Layout/images/start/farbverlauf.jpg);
	background-repeat: repeat-x;
	background-color: #fefe00;	
	font-family: Verdana;
	font-size: 0.75em;
}

#page
{
	position: relative;	
	width: 808px;
}

#btn_enter
{
	position: absolute;
	right: 40px;
	top: 165px;	
	cursor: pointer;
}


#page
{
	width: 823px;	
}

#header
{
	width: 823px;
	height:	133px;
	float: left;
	margin:0px;
	position:relative;
	z-index: 0;
}

#site_navigation
{
	position: absolute;
	width: 200px;
	height: 39px;
	right: 170px;
	bottom: 16px;
	z-index: 1;	
	text-align: left;
}

#header #site_navigation .site_navigation_item
{
	display: block;
	cursor: pointer;
	border: 0px;
	text-decoration: none;
	float: left;
	margin-right: 42px;
}

#header #site_navigation .site_navigation_item img
{
	border: 0px;
}

#main
{
	background-image: url(Layout/images/main/content_dyn.png);
	background-repeat: repeat-y;
	height: auto;
	width: 823px;
}

#navigation
{
	position: relative;	
	height: 235px;
	width: 823px;
	float: left;
}

#navigation_items
{
	position: absolute;
	width: 300px;
	height: 235px;
	z-index: 1;	
	left: 9px;
	top: 2px;
}

.navigation_item
{
	width: 48px;
	cursor: pointer;
	float: left;
}

#navigation_image
{
	position: absolute;
	z-index: 0;	
	top: 0;
	left: 0;
}

#main
{
	float: left;	
}

#main #main_content
{
	text-align: left;
	width: 550px;
	margin: 10px;
	float: left;	
}

.contentpane
{
    text-align: left;   
}

#main #main_left
{
	width: 220px;	
	float: left;
	clear:left;
	padding-top: 10px;
}

#footer
{
	float: left;	
}

table tr td
{
    font-family: Verdana;
	font-size: 0.75em;   
}

/* LEFT NAVIGATION */
a.item_level_1, a.item_level_1_active
{
    padding-top: 4px; 
    padding-left: 19px;
    font-weight: bold; 
    color: #000000 !important; 
    text-decoration: none !important; 
    display:block; 
    width: 130px; 
    min-height: 16px; 
    background-color: #FFDB1F; 
    margin-bottom: 3px;  
    background-image: url(Layout/images/main/Navigationsicon.gif); 
    background-repeat: no-repeat;
    background-position: 5px 7px;  
    font-size: 80%;
}
a.item_level_2, a.item_level_2_active
{
    padding-top: 4px; 
    padding-left: 32px; 
    color: black; 
    text-decoration: none !important; 
    display:block; 
    width: 130px; 
    min-height: 16px; 
    margin-bottom: 3px;  
    background-image: url(Layout/images/main/Navigationsicon.gif); 
    background-repeat: no-repeat;
    background-position: 18px 7px;
    font-size: 80%;
}
* html a.item_level_2, * html a.item_level_1, * html a.item_level_2_active, * html a.item_level_1_active
{
    height: 20px;
    width: 141px;
}

 a.item_level_2_active,  a.item_level_1_active, a.item_level_2:hover, a.item_level_1:hover
 {
     color: #FFFFFF !important;
     background-color: #142472 !important;
     background-image: url(Layout/images/main/Navigationsicon_active.gif) !important; 
 }

/* LEFT NAVIGATION END */
