/* Bereiche */


body
{
	margin:0;
	padding:0;
	text-align:center;
}

#construct_body 
{ 
	width:790px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	margin-top:15px;
}

#construct_head
{
	position:absolute;
	top:0px;
	left:0px;
	width:790px;
	height:130px;
	
	background-image:url(../../images/logo.gif);
	background-repeat: no-repeat;
}

#construct_main_menu
{
	position:absolute;
	top:130px;
	left:-50px;
	width:850px;
}

#construct_left
{
	position:absolute;
	top:200px;
	left:0px;
	width:140px;
}

#construct_middel
{
	position:absolute;
	top:200px;
	left:140px;
	width:510px;
	min-height:410px;
	
	background-image:url(../../images/background/main_back.jpg);
	background-attachment:fixed;
	background-position:center 200px;
	background-repeat: no-repeat;
	text-align:left;
}

#construct_right
{
	position:absolute;
	top:185px;
	left:650px;
	width:140px;
}


/* Top menu */


#top_menu_div
{
	position:absolute;
	top:0px;
	left:585px;
	width:200px; 

	text-align:right;
}

a.top_menu_link
{
	font-family:Arial;
	font-weight:bold;
	font-size:15px;
	color:#008c84;
	text-decoration: none;
}


/* Main Menu */


#main_menu_space
{
	position:static;
	float:left;
	width:45px;
	height:55px;
}

#main_menu_button
{
	position:static;
	float:left;
	width:100px;
	height:55px;
	
	background-image:url(../../images/menu.gif);
	background-repeat: no-repeat;

	padding-top:17px;
	text-align:center;
}

#main_menu_button_aktive
{
	position:static;
	float:left;
	width:100px;
	height:55px;
	
	background-image:url(../../images/menu_aktive.gif);
	background-repeat: no-repeat;

	padding-top:17px;
	text-align:center;
}

#main_menu_link
{
	font-family:Arial;
	font-weight:bold;
	font-size:15px;
	color:#008c84;
	text-decoration: none;
}


/* Menu Frames */


#menu_site_frame
{
	position:absolute;
	top:0px;
	left:0px;
	width:140px;
	height:100%;
	
	background-image:url(../../images/div_frame.gif);
}

#menu_head_frame
{
	position:absolute;
	top:0px;
	left:0px;
	width:140px;
	height:20px;
	
	background-image:url(../../images/div_head.gif);
}

#menu_footer_frame
{
	position:absolute;
	bottom:0px;
	left:0px;
	width:140px;
	height:20px;
	
	background-image:url(../../images/div_foot.gif);
}

#menu_list
{
	position:absolute;
	top:10px;
	left:18px;
	width:102px;
	
	text-align:right;
}

#news_list
{
	position:absolute;
	top:10px;
	left:18px;
	width:102px;
	
	text-align:left;
	overflow:hidden;
}


/* Site Menu */


#site_menu_body
{
	position:relative;
	width:140px;
	height:100px;
}

#site_menu_link
{
	font-family:Arial;
	font-weight:bold;
	font-size:14px;
	color:#008c84;
	text-decoration: none;
}

#site_menu_link_sub
{
	font-family:Arial;
	font-weight:normal;
	font-size:12px;
	color:#008c84;
	text-decoration: none;
}

#site_menu_link_aktive
{
	font-family:Arial;
	font-weight:bold;
	font-size:14px;
	color:#9BCCC9;
	text-decoration: none;
}

#site_menu_link_sub_aktive
{
	font-family:Arial;
	font-weight:normal;
	font-size:12px;
	color:#9BCCC9;
	text-decoration: none;
}


/* User Menu */


#user_menu_body
{
	position:relative;
	width:140px;
	height:100px;
}

#user_menu_link
{
	font-family:Arial;
	font-weight:bold;
	font-size:14px;
	color:#008c84;
	text-decoration: none;
}

#user_menu_link_sub
{
	font-family:Arial;
	font-weight:normal;
	font-size:12px;
	color:#008c84;
	text-decoration: none;
}

#user_menu_link_aktive
{
	font-family:Arial;
	font-weight:bold;
	font-size:14px;
	color:#9BCCC9;
	text-decoration: none;
}

#user_menu_link_sub_aktive
{
	font-family:Arial;
	font-weight:normal;
	font-size:12px;
	color:#9BCCC9;
	text-decoration: none;
}


/* Login Bereich */


#login_body
{
	position:relative;
	width:140px;
	height:100px;
}

#login_headline
{
	font-family:Arial;
	font-weight:bold;
	font-size:18px;
	color:#008c84;
}

#login_text
{
	font-family:Arial;
	font-weight:normal;
	font-size:12px;
	color:#000000;
}

#login_text_error
{
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	color:#000000;
}

#login_text_gr
{
	font-family:Arial;
	font-weight:bold;
	font-size:14px;
	color:#000000;
}

#login_link
{
	font-family:Arial;
	font-weight:bold;
	font-size:9px;
	color:#008c84;
	text-decoration: none;
	text-align:center;
}

#login_link_red
{
	font-family:Arial;
	font-weight:bold;
	font-size:9px;
	color:#FF0000;
	text-decoration: none;
	text-align:center;
}

/* Besucher Anzeige */


#visitor_body
{
	position:relative;
	width:140px;
	height:66px;
}

#visitor
{
	font-family:Arial;
	font-weight:bold;
	font-size:14px;
	color:#008c84;
}


/* News Bereich */


#news_body
{
	position:relative;
	width:140px;
	height:100px;
}

#news_head
{
	font-family:Arial;
	font-weight:bold;
	font-size:18px;
	color:#008c84;
	text-align:left;
}

#news
{
	text-align:left;
	padding-left:5px;
	padding-right:5px;
	padding-top:10px;
	overflow:hidden;
}

#news_link
{
	font-family:Arial;
	font-weight:normal;
	font-size:12px;
	color:#000000;
	text-decoration: none;
}


/* Footer */


#footer
{
	position:absolute;
	bottom:0px;
	left:0px;
	width:510px;
	text-align:center;
	font-size:15px;
	vertical-align: bottom;
}

#footer_text
{	
	font-family:Arial;
	font-weight:normal;
	font-size:10px;
	color:#000000;
	text-decoration: none;
}

#footer_link
{
	font-family:Arial;
	font-weight:normal;
	font-size:10px;
	color:#008c84;
	text-decoration: none;
}
