/* TAGS */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h1 {
	margin: 0px 0px 10px 0px;
}

h2 {
	margin: 0px;
	font-size: 12px;
}

p {
	margin-top: 0px;
}

/* DIVS */

#main {
	background-image: url("../../GFX/bg_main.gif");
	background-position: top center;
	background-repeat: repeat-y;
}

#container {
	background-image: url("../../GFX/bg_container.jpg");
	background-position: top center;
	background-repeat: no-repeat;
}

#header {
	height: 294px;
	background-image: url("../../GFX/bg_header.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0px auto;
}

#content {
	width: 742px;
	margin: 0px auto;
}

#menu {
	background-image: url("../../GFX/bg_menu.gif");
	height: 30px;
	width: 750px;
	margin: 0px auto;
	position: relative;
	top: 264px;
}

#menu a {
	background-image: url("../../GFX/bg_menu.gif");
	font-size: 6px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 30px;
}

#menu span {
	visibility: hidden;
}

a#home					{ background-position: 0px 0px; display: block; width: 61px; left: 3px; top: 0px; }
a:hover#home			{ background-position: 0px 31px; }
a#aanbieding			{ background-position: -61px 0px; display: block; width: 92px; left: 61px; top: 0px; }
a:hover#aanbieding		{ background-position: -61px 31px; }
a#boten					{ background-position: -153px 0px; display: block; width: 62px; left: 153px; top: 0px; }
a:hover#boten			{ background-position: -153px 31px; }
a#motoren				{ background-position: -215px 0px; display: block; width: 80px; left: 215px; top: 0px; }
a:hover#motoren			{ background-position: -215px 31px; }
a#bootstoelen			{ background-position: -295px 0px; display: block; width: 103px; left: 295px; top: 0px; }
a:hover#bootstoelen		{ background-position: -295px 31px; }
a#accessoires			{ background-position: -398px 0px; display: block; width: 97px; left: 398px; top: 0px; }
a:hover#accessoires		{ background-position: -398px 31px; }
a#trailers				{ background-position: -495px 0px; display: block; width: 73px; left: 495px; top: 0px; }
a:hover#trailers		{ background-position: -495px 31px; }
a#tweedehands			{ background-position: -568px 0px; display: block; width: 106px; left: 568px; top: 0px; }
a:hover#tweedehands		{ background-position: -568px 31px; }
a#contact				{ background-position: -674px 0px; display: block; width: 74px; left: 674px; top: 0px; }
a:hover#contact			{ background-position: -674px 31px; }

#footer {
	padding-top: 5px;
	height: 55px;
	text-align: center;
	background-image: url("../../GFX/bg_footer.gif");
	background-position: top center;
	background-repeat: no-repeat;
}

#footersmall {
	padding-top: 5px;
	height: 55px;
	text-align: center;
	background-image: url("../../GFX/bg_footer_small.gif");
	background-position: top center;
	background-repeat: no-repeat;
}

#footer_clean {
	height: 35px;
	text-align: center;
	background-image: url("../../GFX/bg_footer_clean.gif");
	background-position: top center;
	background-repeat: no-repeat;
}

#flashteaser {
	margin-left: 1px;
}

/* CLASSES */

.Paragraph {
	padding: 10px 5px 5px 10px;
}

.GoldLeft {
	background-color: #ba994d;
	width: 247px;
	padding: 0px;
}

.GoldLeft a {
	font-family: Verdana, Arial;
	font-size : 11px;
	color : #ecd9ad;
	text-decoration: none;
}

.GoldLeft img {
	display: block;
}

.WhiteRight {
	width: 495px;
	padding: 0px;
}

.WhiteFull {
	width: 742px;
	padding: 0px;
}

.GoldLeftSmall {
	background-color: #ba994d;
	width: 211px;
	padding: 0px;
}

.WhiteRightLarge {
	width: 531px;
	padding: 0px;
}

.Formfield {
	width: 300px;
	border: #e4dcbe 1px solid;
}

.FormArea {
	background-color: #f3eeda;
	border: #e4dcbe 0px solid;
	border-width: 1px 0px 0px 0px;
	padding: 10px 0px;
}

.FormElement {
	padding: 5px 5px 5px 10px;
}

.Product {
	border: #ebdfc2 1px solid;
	border-width: 1px 0px 0px 0px;
}

.ProductImage {
	padding: 10px;
}

.ProductText {
	background-color: #ffffff;
}

.ProductSelect {
	background-color: #f3eeda;
	padding: 10px;
}

.ProductPreview {
	background-color: #ffffff;
	padding: 10px 10px 30px 10px;
}

.ProductInfo {
	background-color: #f3eeda;
	padding: 10px 5px 10px 10px;
	border: #ebdfc2 1px solid;
	border-width: 1px 0px 1px 0px;
}

/* FONT STYLES */

.Smalltext {
	font-family: Verdana, Arial;
	font-size : 10px;
	color : #000000;
	text-decoration: none;
}

.SmalltextGold {
	font-family: Verdana, Arial;
	font-size : 10px;
	color : #d7c394;
	text-decoration: none;
}

.Normaltext {
	font-family: Verdana, Arial;
	font-size : 11px;
	color : #000000;
}

.Titletext {
	font-family: Verdana, Arial;
	font-size : 12px;
	color: #b21f56;
}

.TitletextBlack {
	font-family: Verdana, Arial;
	font-size : 12px;
	color: #000000;
}

.BigtextBlack {
	font-family: Verdana, Arial;
	font-size : 13px;
	color: #000000;
}

.Linktext, a {
	font-family: Verdana, Arial;
	font-size : 11px;
	color : #b21f56;
	text-decoration: none;
}

.NormaltextWhite {
	font-family: Verdana, Arial;
	font-size : 11px;
	color : #ffffff;
}

.TitletextWhite {
	font-family: Verdana, Arial;
	font-size : 13px;
	color: #ffffff;
}

.TitletextRed {
	font-family: Verdana, Arial;
	font-size : 13px;
	color: #b21f56;
}

.Footertext {
	font-family: Verdana, Arial;
	font-size : 11px;
	color : #888888;
}

.Slooktext {
	color: #bbbbbb;
	font-size: 10px;
	text-decoration: none;
}
