/***GRUNDEINSTELLUNGEN*****************************************/
html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
body {
	background: url(../images/layout/logo_ftg_bg.jpg) repeat fixed left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color:#000000;
}
div {
	margin:0px;
	padding: 0px;
}
p {
	margin:0px;
	padding: 0px;
}
.clear {
	clear: both;
	width: 850px;
	height: 20px;
}
#top_arow {
	background: url(../images/layout/top_arow.jpg) no-repeat right top;
	width: 800px;
}
h1 {
	margin:0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color:#00FF00;
}
a, a:link, a:active, a:visited{
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#00FF00;
}
a:hover {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#00FF00;
}
/***HEAD_BOX*****************************************/
#head_border {
	margin-top: 20px;
	margin-bottom: 20px;
	height: 300px;
	width: 850px;
	background: url(../images/layout/head_bg_borde.png) no-repeat left top!important; /* Hack nur für den IE */
	background: url(../images/layout/head_bg_borde_ie.jpg) no-repeat left top;
}
#head_center {
	padding: 50px 0px 0px 30px;
	height: 250px;
	width: 820px;
	background: url(../images/layout/head_bg_center.jpg) no-repeat 20px 4px;
}
/***MAIN_BOX*****************************************/
#main_top {
	width: 850px;
	height: 22px;
	background: url(../images/layout/main_bg_top.png) no-repeat left top!important; /* Hack nur für den IE */
	background: url(../images/layout/main_bg_top_ie.jpg) no-repeat left top;
}
#main_center {
	width: 850px;
	background: #FFFFFF url(../images/layout/main_bg_center.png) repeat-y left top!important;
	background: #FFFFFF url(../images/layout/main_bg_center_ie.jpg) repeat-y left top;
}
#main_bottom {
	width: 850px;
	background: url(../images/layout/main_bg_bottom.png) no-repeat left bottom!important; /* Hack nur für den IE */
	background: url(../images/layout/main_bg_bottom_ie.jpg) no-repeat left bottom;
	height: 29px;
}
/***MENUE_BOX*****************************************/
#menue_outline {
	float:left;
	width: 210px;
	margin: 0px;
	padding-left: 20px;
}
#menue {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
/***CONTENT_BOX*****************************************/
#content_outline {
	float:right;
	width: 560px;
	margin: 0px;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 6px;
}
#content {
	margin:0;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: justify;
}
/***FOOTER_BOX*****************************************/
#footer_top {
	width: 850px;
	height: 22px;
	margin-top: 20px;
	background: url(../images/layout/main_bg_top.png) no-repeat left top!important; /* Hack nur für den IE */
	background: url(../images/layout/main_bg_top_ie.jpg) no-repeat left top;
}
#footer_center {
	width: 850px;
	background: url(../images/layout/main_bg_center.png) repeat-y left top!important; /* Hack nur für den IE */
	background: url(../images/layout/main_bg_center_ie.jpg) repeat-y left top;
}
#footer_bottom {
	width: 850px;
	height: 29px;
	background: url(../images/layout/main_bg_bottom.png) no-repeat left bottom!important; /* Hack nur für den IE */
	background: url(../images/layout/main_bg_bottom_ie.jpg) no-repeat left bottom;
}
/***NAVIGATION_MAIN*****************************************************/
ul#mainlevel {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#sublevel {
	margin: 0;
	padding: 0;
	list-style: none;
}
a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(../images/layout/menue_bg.jpg) no-repeat;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	color:#000000;
	text-align: left;
	padding-top: 12px;
	height: 25px;
	width: 100%;
	text-decoration: none;
	text-indent: 16px;
}
a.mainlevel:hover {
	background-position: 0px -40px;
	text-decoration: none;
	color:#FFFFFF;
}
a.mainlevel#mainlevel_active {
	background-position: 0px -40px;
	color:#000000;
	font-weight: bold;
}
a.mainlevel#mainlevel_active:hover {
	background-position: 0px -40px;
	color:#FFFFFF;
}
/*************************************************************************/
a.sublevel:link, a.sublevel:visited {
	display: block;
	background: url(../images/layout/menue_arow_bg.jpg) no-repeat;
	height: 18px;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	color:#00FF00;
	text-align: left;
	padding-top: 0px;
	width: 100%;
	text-indent: 34px;
	margin-top: 4px;
	text-decoration: none;
}
a.sublevel:hover {
	background-position: 0px -20px;
	color:#00FF00;
	text-decoration: none;
}
a.sublevel#sublevel_active {
	background-position: 0px -20px;
	color:#000000;
	text-decoration: none;
}
a.sublevel#sublevel_active:hover {
	background-position: 0px -20px;
	color:#000000;
	text-decoration: none;
}
/***NAVIGATION_FOOTER*****************************************/
a.footer, a.footer:link, a.footer:visited{
	text-decoration: underline;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00FF00;
	font-weight: bold;
}
a.footer:hover {
	text-decoration: none;
}
a.footer#active_footer {
	text-decoration: none;
	color:#000000;
}
