/*seitenweite einstellungen*/
html {
	height: 100%;
	font: 9pt, Arial, sans-serif;
}

body {
	color: #666666;
	background-color: #999999;
	padding: 0px;
	margin: 0px;
	font: 9pt, Arial, sans-serif;
	height: 100%;
}
table {
	color: #666666;
	padding: 0px;
	margin: 0px;
	font: 9pt, Arial, sans-serif;
}

/*boxen für die seitengestaltung*/

#box {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
	height: 100%;
	background-color: #999999;
}

#logo_box {
	position: absolute;
	top: 0px;
	left: 37px;
	width: 200px;
	height: 200px;
	padding: 0px;
	margin: 0px;
	background-image: url(../bilder/logo.gif);
}

#menu_box {
	position: absolute;
	top: 200px;
	left: 0px;
	width: 200px;
	min-height: 500px;
	padding-left: 25px;
	padding-top: 15px;
	padding-right: 25px;
}

#weisse_box {
	position: absolute;
	top: 0px;
	left: 200px;
	width: 750px;
	/*min-height: 700px;*/
	background-color: #FFFFFF;
}

#bilder_box {
	position: absolute;
	top: 20px;
	left: 820px;
	width: 250px;
	height: 600px;
}

#welcome_box {
	position: static;
	width: 100%;
	height: 200px;
}
#text_box {
	position: static;
	width: 500px;
	min-height: 300px;
	padding-left: 25px;
	padding-top: 25px;
	padding-right: 25px;
}
#bottom_box {
	position: static;
	width: 100%;
	height: 150px;
}
/*boxen für button und männchen in bottom_box*/
#maennchen {
	float: right;
	width: 150px;
	height: 150px;
	background-image: url(../bilder/maennchen.gif);
}
#bottom_button {
	float: left;
	height: 150px;
	width: 400px;
}
#bottom_btn {
	position: relative;
	top: 70px;
	left: 0px;
	width: 400px;
	height: 80px;
}

/*blocksatzelemente des menus innerhalb menu_box*/
.menu {
	text-align: right;
	padding-right: 50px;
}

/*links*/
/*allgemeine links*/
a:link, a:visited, a:hover, a:active {	color: #000000;
	text-decoration: none;}
/*menulinks*/
a.menulink:link {color: #FFFFFF; text-decoration: none;}
a.menulink:visited {color: #FFFFFF; text-decoration: none;}
a.menulink:hover {color: #99cc00; text-decoration: none;}
a.menulink:active {color: #99cc00; text-decoration: none;}
/*aktueller link der seite...*/
a.menula:link {color: #99cc00; text-decoration: none;}
a.menula:visited {color: #99cc00; text-decoration: none;}
a.menula:hover {color: #99cc00; text-decoration: none;}
a.menula:active {color: #99cc00; text-decoration: none;}



