/****************************************
GLOBAL RESETS
****************************************/
div#ms_banner, div#ms_footer {
background-color:#78BDE8;
}

/*
#container {
clear:both;
height:620px;
left:50%;
margin:-300px 0 0 -300px;
overflow:auto;
padding:0;
position:absolute;
text-align:center;
top:50%;
width:620px;
}
*/

/****************************************
FRUCHTBAR
****************************************/

html,body {
	font-weight: normal;
}


h1 {
	font-weight: normal;
}


h2 {font-family:Verdana, Arial, Helvetica, sans-serif;font-size:15px;}

p {
	font-weight: normal;
}

a, a:visited {
	color: #000;
	text-decoration: none;
	background-repeat: repeat-x;
	background-position: bottom;}
	
a:hover {
	text-decoration: underline;}

#hello {
	background-color: #b9e0f7;
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 8pt;}
	
#container {
	width: 600px;
	height:600px;
	top: 50%;
	left: 50%;
	margin: -300px 0 0 -300px;
	position: absolute;
	}

.clear {
	clear:both;
}

#footer {
	padding-top:5px;
	text-align:right;
}	

#footer p {
	font-size:10px;
	color:#000;
}

#footer a {
font-size:10px;
padding: 3px;
background-color:#78BDE8;
text-decoration:none;
font-weight:normal;
color:#FFF;
}


#footer a:hover /* deklaration fehtl noch für ie6 */ {
color:#000;
}

