/* CSS Document */

body {
	margin:0;
	margin-top:7em;
	padding:0;
	background:white;
	color: #666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:84%;
}

#startseite {
	position:relative;
	width:380px;
}

#gesunde {
	position:absolute;
	top:105px;
	left:366px;
	width:207px;
}

#ernaehrungstraining {
	position:absolute;
	top:60px;
	left:366px;
	width:207px;
	text-align:center;
}

#gesunde-ernaehrung{
	position:absolute;
	top:180px;
	left:366px;
	width:207px;
	text-align:center;
	font-size:80%;
}

h1 {
	font-size:100%;
	text-transform:uppercase;
	font-weight:normal;
}

h2 {
	color: #BED000;
	font-size:120%;
	font-weight:normal;
}

#container {
	margin:auto;
	width:575px;
	position:relative;
}

a {
	color: #BED000;
}
