html
{
	overflow-y: scroll;
	}

body
{
	color:#000000;		
	background-image: url(../img/back_main.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-family: arial, sans-serif;	
}

table, td, input, div, span, p
{
	font-family: arial, sans-serif;
}

#main
{
	color: #5b5c58;		
	text-align: left;
	width: 974px;
	margin-right: auto;
	margin-left: auto;
	border: 0px solid;
	margin-top: 0px;	
	border: 0px solid;		
	position: absolute;
	left: 50%;
	margin-left: -487px;
	background-color: #ffffff;
	background-image: url(../img/back_mid.jpg);
	background-repeat: repeat-y;
	background-position: top center;
}

#left
{
	float: left;
	width: 200px;	
}

#right
{
	float: left;
	width: 540px;
}

#right_map
{
	float: left;
	width: 195px;
	height: 220px;
	background-image: url(../img/world.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

.menu
{
	color: #3d3d3b;
	font-family: verdana;
	font-size: 12px;
	text-decoration: none;
}

.menu_act
{
	font-weight: bold;
	color: #3d3d3b;
	font-family: verdana;
	font-size: 12px;
	text-decoration: none;
}


.menu:hover
{
	font-weight: bold;
	color: #3d3d3b;
	font-family: verdana;
	font-size: 12px;
	text-decoration: none;
}

.submenu
{
	color: #3d3d3b;
	font-family: verdana;
	font-size: 12px;
	text-decoration: none;
}

.submenu_act
{
	font-weight: bold;
	color: #3d3d3b;
	font-family: verdana;
	font-size: 12px;
	text-decoration: none;
}

.submenu:hover
{
	font-weight: bold;
	color: #3d3d3b;
	font-family: verdana;
	font-size: 12px;
	text-decoration: none;
}

.menu_item
{
	width: 210px;
	height: 19px;
	border-bottom: 1px solid #e39e2f;
	padding-top: 5px;
}

.submenu_item
{
	width: 196px;
	height: 19px;
	border-bottom: 1px solid #e39e2f;
	padding-top: 5px;
	margin-left: 14px;
}

.menu_item_last
{
	width: 210px;
	height: 19px;
	border-bottom: 0px solid #e39e2f;
	padding-top: 5px;
}









/* Standards / CMS */
/* --------------- */

.content
{
	margin: 0px 0px 0px 0px;
	padding-left: 30px;
	padding-right: 22px;
	padding-top: 10px;
	color: #3d3d3b;
	text-align: justify;
	background-color: ;
	border: 0px solid;
	border-color: #000000;
	background-image: url("");
	background-repeat: horizontal;	
	background-position: top left;
	font-size: 12px;
}

a
{
	color: #3d3d3b;	
}

a:hover
{
	color: #000000;	
}

/* Ende Standards / CMS */
/* -------------------- */



