/* CSS Document */

body {
	margin: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #333;
	background: url('../images/bg.jpg') repeat-x;
}

#page {
	width: 760px;
	margin: 0px auto;
	text-align: left;
}

#header {
	width: 760px;
	height: 80px;
	margin: 0px;
	padding: 0px;
}

#nav {
	width: 760px;
	height: 36px;
	background: url('../images/navbg.jpg') no-repeat;
	padding: 0px;
	margin: 0px;
}

#nav ul {
	padding: 0px 0px 0px 25px;
	margin: 0px;
}

#nav ul li {
	color: #000;
	font-size: 0.85em;
	font-weight: bold;
	line-height: 36px;
	list-style-type: none;
	padding: 0px;
	margin: 0px 30px 0px 0px;
	display: inline;
}

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

#nav a:hover, #nav a:active {
	color: #000;
	text-decoration: none;
	border-bottom: 2px solid #000;
}

#content {
	padding: 0px 25px;
	margin: 0px;
	width: 708px;
	border-top: 0px none;
	border-left: 1px solid #ffcc00;
	border-right: 1px solid #ffcc00;
	border-bottom: 1px solid #ffcc00;
	background-color: #FFFFCC
}

#content h1 {
	font-size: 1.0em;
	color: #000;
	line-height: 150%;
	margin: 0px;
	padding: 15px 0px 0px 0px;
}

#content p {
	font-size: 0.8em;
	line-height: 150%;
	padding: 10px 0px;
	margin: 0px;
}

#content .special {
	padding: 0px 20px 0px 30px;
	margin: 0px;
}

#content a, #content a:link, #content a:visited {
	color: #333;
	text-decoration: underline;
}

#content a:hover, #content a:active {
	color: #666;
	text-decoration: none;
}

#offer {
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

#offer p {
	float: left;
	margin: 30px 35px 20px 0px;
	padding: 40px 0px 10px 0px;
	border: 1px solid #ccc;
	width: 228px;
	height: auto;
	background: url('../images/angebot.gif') no-repeat top;
	text-align: center;
}

#footer {
	clear: both;
	width: 760px;
	text-align: center;
	border-top: 1px solid #ccc;
	margin: 10px 0px;
	padding: 0px;
}

#footer p {
	padding: 0px;
	margin: 3px 0px;
	font-size: 0.65em;
	color: #ccc;
	line-height: 120%
}

#footer p a {
	color: #ccc;
	text-decoration: none;
}