body, form, table, textarea, div, span, input, textarea, select{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size:16px;
	line-height:16px;
	margin: 0px;
	padding: 0px;
	color:#000000;
}

body {
	background: #e9f6fd;
}

html {
}


/******* hyperlink and anchor tag styles *******/

a{
	color:#000000;
	text-decoration:none;
}

a:link, a:visited{
	color:#000000;
	text-decoration:none;
}

a:hover{
	color:#f00000;
	text-decoration:none;
}

a img{
	border:0;
}

/******* ids *******/

#container{
	position:relative;
	top: 0px;
	width:670px; 
	height: 600px;
	margin: 0 auto; 
	padding: 0;
	background-image:url(bg.gif);
}

#logo{
	position:absolute;
	left: 440px;
	top: 40px;
}

#flashpos{
	position:absolute;
	left:50px;
	top: 185px;
}

#wohnheime{
	position: absolute;
	left: 350px;
	top: 234px;
}

#wohnheime ul {
	list-style:none;
	padding: 0;
	margin: 0;
}

#wohnheime li {
	padding: 0 0 15px 0;
	margin: 0;
}

#footer {
	position:absolute;
	top:600px;
}
