body {
	font-family: Times New Roman,arial,helvetiva,sans-serif;
	font-size: 13px;
	color: black;
}
a {
	color: gray;
	text-decoration: none;
	padding:3px;
}
a:hover {
	color: black;
	text-decoration: none;
}
p {
	font-family:Arial, sans-serif;
	font-size: 12px;
	color: #000;
}



img {
	border:0px;
}



		#footer
		{
			position:fixed;
			bottom:0px;
			background:white;
			text-align:center;
			padding:10px;
			width:100%;
		}

#content_container {
    padding-bottom:3em;
}



#container {
	margin:0 auto;
	text-align:left;
	position: absolute;
    left: 50%;
    top: 50%;
    height: 600px;
    width: 900px;
    margin-left: -450px;
     /* Wert für IE 5 Mac */
     margin-top: 50px;
     /* Vor IE 5 Mac verstecken \*/
     margin-top: -300px;
}
