body {
	align: center;
	color: #000;
	font-family: Tahoma, Arial;
	font-size: 0.69em;
}

a {
	color: #c51617;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.info {
	background-image: url(gfx/info.gif);
	background-repeat: no-repeat;
	background-position: center left;
	color: #000;
	text-decoration: underline;
	padding-left: 15px;
}

a.info:hover {
	text-decoration: none;
}

a.info, a.infoimg {
	cursor: pointer;
}

input, select, textarea {
	font-family: Verdana,Arial;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border-width: 1px;
	border-color: #000000;
}

#header, #content, #footer {
	margin: auto;
	text-align: left;
	width: 925px;
}

#menu {
	background-image: url(gfx/bg_menu.gif);
	background-repeat: repeat-x;
	height: 35px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#menu li {
	background-repeat: no-repeat;
	height: 35px;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
}

#menu li.button {
	background-image: url(gfx/bg_menu_button.gif);
	color: #FFF;
	float: left;
	width: 110px;
}

#menu li.first {
	background-image: url(gfx/bg_menu_first.gif);
	float: left;
	width: 7px;
}

#menu li.last {
	background-image: url(gfx/bg_menu_last.gif);
	float: right;
	width: 9px;
}

#menu li.text {
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(gfx/bg_menu_text.gif);
	background-repeat: no-repeat;
	background-position: right 9px;
}

#menu a {
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

#menu li.button a {
	color: #FFF;
}

#menu li.text a {
	color: #000;
}

#content {
	background-image: url(gfx/bg_content.gif);
	background-repeat: repeat-y;
	padding-left: 17px;	
	padding-top: 20px;
	width: 908px;
}

#contentLeft {
	float: left;
	width: 525px;
}

#contentRight {
	float: right;
	width: 330px;
	padding-right: 30px;
}

#footer {
	background-image: url(gfx/bg_footer.gif);
	background-repeat: repeat-y;
	height: 35px;
}

.clearer {
	clear: both;
}

.headline {
	color: #b91617;
	font-weight: bold;
}

img {
	border: none;
	vertical-align: bottom;
}

.nobg {
	background: none !important;
}

.newsbit a {
	color: #000;
	text-decoration: none;
}

.newsbit a:hover {
	text-decoration: underline;
}

.indexbox {
	cursor: pointer;
}

.indexbox .header {
	border: #c9c9c9 1px solid; 
	border-bottom: none; 
	height: 50px; 
	width: 220px;
}

.indexbox .content {
	border: #c9c9c9 1px solid; 
	width: 220px;
}

.indexbox .content .innercontent {
	padding: 15px;
}

.indexbox .content .innercontent ul {
	margin-top: 10px;
}

.indexbox .content .innercontent li {
	margin-left: -20px;
}

.indexbox .red {
	background: url(gfx/bg_indexbox_red.gif) no-repeat;
	color: black;
}

.indexbox .light {
	background-color: #f3f3f3;
}

.indexbox .footer {
	background: url(gfx/bg_indexbox_bottom.gif);
	font-weight: bold;
	height: 31px;
	text-align: center;
	width: 222px;
}

.indexbox .footer .innerfooter {
	padding-top: 8px;
}

.indexbox .footer .innerfooter .morebutton {
	margin-top: -3px;
}

.specialoffers, .informations {
	cursor: pointer;
}

.specialoffers .header {
	background: url(gfx/bg_specialoffers_header.gif) no-repeat; 
	height: 54px; 
	width: 324px;
}

.informations .header {
	background: url(gfx/bg_informations_header.gif) no-repeat; 
	height: 54px; 
	width: 324px;
}

.newspl .header {
	background: url(gfx/bg_newspl_header.gif) no-repeat; 
	height: 54px; 
	width: 324px;
}

.specialoffers .content, .informations .content, .newspl .content  {
	border: #919191 1px solid; 
	border-top: none; 
	margin-left: 20px; 
	width: 302px;
}

.specialoffers .innercontent, .informations .innercontent, .newspl .innercontent {
	padding: 15px; 
	padding-top: 0px;
}

.greybox {	
	background: url(gfx/bg_greybox.gif) repeat-y;
	border-top: #e2e2e2 1px solid;
	border-bottom: #e2e2e2 1px solid;
	margin-bottom: 15px;
}

.greybox .image {
	float: left;
}

.greybox .content {
	float: right;
	width: 400px;
}

.greybox .innercontent {
	padding: 15px;
}

.copyright {
	font-size: x-small;
	text-align: center;
}


