* {
	margin				: 0; 
	padding				: 0;
	border				: 0;
	} 

body{
	font-family			: arial, helvetica, sans-serif;
	color				: #000000;
	background-color	: #FFFFFF;
	background-image	: url(background.gif);
	position			: absolute;
	}

div#header{
	width				: 1024px;
	height				: 164px;
	background			: url(header.jpg) no-repeat 0px 0px;
	}
	
div#container{
	float				: left;
	width				: 1024px;
	background-image	: url(containerbackground.jpg);
	}

div#content{
	padding-top			: 2em;
	margin-left			: 15px;
	margin-right		: 40px;
	}

div#menu{
	width				: 137px;
	float				: left;
	}

div#menu ul{
	margin-left			: 25px;
	margin-top			: 2em;
	list-style			: none;
	}
	
div#menu li{
	display				: inline;
	}
	
div#menu a{
	font-size			: 0.75em;
	font-weight			: bold;
	color				: #003299;
	text-decoration		: none;
	display				: block;
	margin-top			: 0.5em;
	padding-left		: 25px;
	outline				: none;
	}

div#menu a.menupassive:hover{
	color				: red;
	}

div#menu a.menuactive{
	color				: #BF0000;
	}

div#menu input{ /* Uhr */
	margin-left			: 15px;
}
* html div#textcontainer { /* Kleine Modifikation für IE */
	position			: relative;
	left				: -3px;
	}
	
div#textcontainer{
	width				: 716px;
	margin-left			: 137px;
	margin-bottom		: 2em;
	}
	
div#footer{
	width				: 1024px;
	clear				: both;
	height				: 120px;
	background			: url(footer.jpg) no-repeat 0px 0px;
	}

div#footer p{
	text-align			: right;
	color				: #C3D4F8;
	padding-top			: 40px;
	padding-right		: 50px;
	font-size			: 0.65em;
	}

div#footer a,a:link,a:visited,a:active{
	text-decoration		: none; 
	color				: #C3D4F8;
	}
