
body {background: black;
	color: #CCCCCC;
	font-family: Arial, Verdana, 'DejaVu Sans', sans-serif;
	margin: 0px;
	padding: 0px;
	}



/* Ab hier der Seitenaufbau mit Unterteilung */

a:link {color: black;}
a:visited {color: black;}
a:active {color: black;}

a.foot_menu:link {color: #0099FF;}
a.foot_menu:visited {color: #0099FF;}
a.foot_menu:active {color: #00FFFF;}
.foot_menu {font-size: large;}

#logobereich { border: none;
	background-color: black;
	position: absolute; z-index: 4;
	top: 0; left:0; right:0;
	height: 100px;
	padding-top: 6px;
	padding-bottom: 2px;
	}

*html #logobereich {height: 100px;
        width: 100%;
        }


#menu { border-bottom: 1px solid #444444;
	background-color: black;
	position: absolute; z-index: 3;
	top: 108px; left:0; right:0;
	height: 60px;
	padding-bottom: 1px;
	}

*html #menu {height: 60px;
        width: 100%;
        }


#hauptbereich {border: none;
	background-image: url(../backgrounds/dark-blue-background.jpg);
	top: 170px;
	left: 0px;
	right: 0px;
	bottom: 40px;
	overflow: auto;
	position: absolute; z-index:1;
	}

*html #hauptbereich {top: 0px;
        bottom: 0px;
        height: 100%;
        width: 100%;
        border-top: 170px solid black;
        border-bottom: 40px solid black;
        }


#footer { border-top: 1px solid #444444;
	background-color: black;
	color: #FFFFFF;
	position: absolute; z-index:2;
	bottom: 0px; left:0; right:0;
	height: 39px;
	}

*html #footer {height: 39px;
        width: 100%;
        }

