/* CSS Document */

html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-image: url(Graph/layout_bg.png);
	background-position: center center;
	background-repeat: repeat;
}


/* Layout-IDs */

#horizon {
	position: absolute;
	top: 50%;
	height: 1px;
	width: 100%;
	overflow: visible;
}

#centerbox {
	position: absolute;
	top: -279px;
	left: 50%;
	height: 558px;
	width: 906px;
	margin-left: -454px;
	overflow: hidden;
}

#top_header {
	position: relative;
	width: 906px;
	height: 90px;
	background-image: url(Graph/layout_header.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#logo {
	position: absolute;
	top: 0px;
	left: 22px;
	width: 92px;
	height: 136px;
	background-image: url(Graph/layout_logo.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#top_menue {
	position: relative;
	width: 906px;
	height: 46px;
	background-image: url(Graph/layout_menue.png);
	background-repeat: no-repeat;
}

#container {
	position: relative;
	width: 906px;
	height: 412px;
	margin: 0px;
	background-image: url(Graph/layout_content.png);
	background-position: top left;
	background-repeat: no-repeat;	
}

#container_submenue {
	position: relative;
	width: auto;
	height: 20px;
	margin: 0px 26px 20px 154px;
	text-align: center;
}

#container_content {
	position: relative;
	width: auto;
	height: 346px;
	margin: 0px 26px 21px 20px;
	overflow: hidden;
}

#container_footer {
	position: relative;
	width: auto;
	height: 15px;
	margin: 0px 26px 0px 20px;
}


/* Layout-Klassen */

.top_menue_area {
	height: 24px;
	margin: 2px 0px 0px 4px;
	float: left;
	overflow: hidden;
}

.top_menue_button {
	width: 100%;
	height: 100%;
	cursor: pointer;
	
	font: normal normal normal 18px	"Trebuchet MS", FreeSerif, tahoma, serif;
	text-align: center;
}

/* reine Text-Styles */

.submenue {font: normal normal bold 16px	"Trebuchet MS", FreeSerif, tahoma, serif;}
.submenue_bar {color: #6B6E72;}
.footer {font: normal normal normal 11px	"Trebuchet MS", FreeSerif, tahoma, serif; color: #6B6E72;}


/* Hyperlink-Definitionen */

a.logo_link:link {color: #000000; text-decoration: none;}
a.logo_link:visited {color: #000000; text-decoration: none;}
a.logo_link:hover {color: #000000; text-decoration: none;}
a.logo_link:active {color: #000000; text-decoration: none;}

a.top_menue_button_link:link {color: #7D623E; text-decoration: none;}
a.top_menue_button_link:visited {color: #7D623E; text-decoration: none;}
a.top_menue_button_link:hover {color: #000000; text-decoration: none;}
a.top_menue_button_link:active {color: #7D623E; text-decoration: none;}

a.top_menue_button_active_link:link {color: #000000; text-decoration: none;}
a.top_menue_button_active_link:visited {color: #000000; text-decoration: none;}
a.top_menue_button_active_link:hover {color: #000000; text-decoration: none;}
a.top_menue_button_active_link:active {color: #000000; text-decoration: none;}

a.submenue_link:link {color: #EEE7DD; text-decoration: none;}
a.submenue_link:visited {color: #EEE7DD; text-decoration: none;}
a.submenue_link:hover {color: #000000; text-decoration: none;}
a.submenue_link:active {color: #EEE7DD; text-decoration: none;}

a.submenue_active_link:link {color: #000000; text-decoration: none;}
a.submenue_active_link:visited {color: #000000; text-decoration: none;}
a.submenue_active_link:hover {color: #000000; text-decoration: none;}
a.submenue_active_link:active {color: #000000; text-decoration: none;}

.footer a:link {color:#6B6E72; text-decoration:none;}
.footer a:visited {color:#6B6E72; text-decoration:none;}
.footer a:hover {color:#6B6E72; text-decoration:underline;}
.footer a:active {color:#6B6E72; text-decoration:none;}
