@import url(default.css);
/* @import url(debug.css); */


/* REDEFINING DEFAULT TAGS */

body {
	background:transparent url(/images/angebote-bgrd.gif) center top no-repeat;

	margin-top: 70px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

	font-family: georgia,sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #333333;
	font-weight: normal;
	line-height: 20px;
}

h1 {
	font-family: georgia,sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #EB6339;
	font-weight: normal;
	line-height: 20px;
}

b {
	font-family: georgia,sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #EB6339;
	font-weight: normal;
	line-height: 20px;
}

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

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


/* MAIN PAGE CONTAINER */

#content {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


/* SIDE BAR */
/* Side container. */

#menu {
	width: 425px;
	float: left;
}

/* Spacer line. */

.menuspacer {
	margin-top: 18px;
	margin-bottom: 15px;
	border-bottom: 3px solid #EB6339;
}


/* MAIN PAGE CONTENT */
/* Main container. */

#main {
	width: 425px;
	float: right;

	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}

/* Spacer line after content. */

.end {
	margin-bottom: 10px;
	padding-bottom: 0px;
	border-bottom: 0px solid #EB6339;
}

.footer, a.footer, a:hover.footer, a:active.footer, a:visited.footer {
	font-family: georgia,sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #CFE7EA;
	font-weight: normal;
	text-decoration: none;
}

