@charset "utf-8";
/* CSS Document */
#Header {
	width: 90% ;
	margin-left: auto ;
	margin-right: auto ;
	margin-top: 20px;
	background-color: #ecf4cb;

}

#Body {
	width: 90% ;
	margin-left: auto ;
	margin-right: auto ;
	margin-top: 30px;
	background-color: #ECF4CB;
}
#Content
{
	text-align: left;
	margin: 20px;
}


#navcontainer ul
{
	padding: .2em 0;
	margin: 0;
	list-style-type: none;
	background-color: #FFFFFF;
	color:#FFFF66;
	width: 100%;
	font: normal 100% arial, helvetica, sans-serif;
	text-align: center;
	border-bottom: 1px solid #5dbc1a;
}

#navcontainer li { display: inline; }

#navcontainer li a
{
	text-decoration: none;
	background-color: #ECF4CB;
	color: #000000;
	padding: .2em 1em;
	border-right: 1px solid #FFFFFF;
}

#navcontainer li a:hover
{
	background-color: #5dbc1a;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	font: normal 80% arial, helvetica, sans-serif;
}


#aktuellesAngebotContainer {
	margin-left: 10px;
	margin-top: 10px;
}
#aktuellesAngebot {
	border: 2px solid #FF0000;
}
#aktuellesAngebotTitle {
	text-decoration: underline;
	color: #FFFFFF;
	background-color:#FF0000;
	height: 25px;
}

.headline{
	display: block;
	width: 100%;
	background: #5dbc1a;
	color: #FFFFFF;
	font: bold 100% arial, helvetica, sans-serif;
	text-indent: 3px;
	line-height: 20px;
	margin: 25px 0 10px 0;
}

a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #5dbc1a;
}
a:active {
	text-decoration: none;
	color: #000000;
}
li {
	margin-top: 2px;
}

