.backgroundleftredimage{
	background-image: url(../images/other/linksrood.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.backgroundrightredimage{
	background-image: url(../images/other/rechtsrood.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.backgroundleftgreenimage{
	background-image: url(../images/other/linksgroen.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.backgroundrightgreenimage{
	background-image: url(../images/other/rechtsgroen.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.backgroundleftblueimage{
	background-image: url(../images/other/linksblauw.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.backgroundrightblueimage{
	background-image: url(../images/other/rechtsblauw.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.backgroundleftgrayimage{
	background-image: url(../images/other/linksgrijs.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.backgroundrightgrayimage{
	background-image: url(../images/other/rechtsgrijs.gif);
	background-repeat: no-repeat;
	background-position: right;
}

/*
Colors.
*/

.bodybackgroundcolor
{
	background: #CCCCCC;
}

.topicbackgroundcolor
{
	background: blue;
}


/*
Tables.
*/
.maintable
{
	background: #CCCCCC;
	width: 750px;
	height: 550px;
}

.lefttable
{
	border-style: solid;
	border-color: black;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	background: white;
	width: 22%;
}

.toptable
{
	height: 2px;
}

.middletable
{
	border-style: solid;
	border-color: black;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	background: white;
	width: 78%;
}

/*
Textformatting.
*/

.header
{
	background: blue;
	color: white;
	font-family: Trebuchet MS;
	font-size: 15;
	font-weight: bold;
}

div.carwashtopic
{
	background: blue;
	font-family: Verdana;
	font-size: 11;
	font-weight: bold;
	color: white;
}

div.garagetopic
{
	background: red;
	font-family: Verdana;
	font-size: 11;
	font-weight: bold;
	color: white;
}

div.menutopic
{
	background: #CCCCCC;
	font-family: Verdana;
	font-size: 11;
	font-weight: bold;
	color: white;
}

div.footertext
{
	font-family: Verdana;
	font-size: 9;
	color: black;
}

.soldtext
{
	font-family: Verdana;
	font-size: 16;
	font-weight: bold;
	color: red;
}

.selected
{
	color: blue;
}

.normaltext
{
	font-family: Verdana;
	font-size: 11;
	font-weight: none;
	color: black;
}

.normalwhitetext
{
	font-family: Verdana;
	font-size: 11;
	font-weight: none;
	color: white;
}

.normalredtext
{
	font-family: Verdana;
	font-size: 11;
	font-weight: none;
	color: red;
}

.smallnormaltext
{
	font-family: Verdana;
	font-size: 9;
	font-weight: none;
	color: black;
}

.smallnormalwhitetext
{
	font-family: Verdana;
	font-size: 9;
	font-weight: none;
	color: white;
}

a.carwashlink:link
{
	font-family: Verdana;
	font-size: 10;
	font-weight: none;
	color: black;
	text-decoration: none;
}

a.carwashlink:visited
{
	font-family: Verdana;
	font-size: 10;
	font-weight: none;
	color: black;
	text-decoration: none;
}

a.carwashlink:hover
{
	color: #16B4E3;
	text-decoration: underline;
}

a.menulink:link
{
	font-family: Verdana;
	font-size: 10;
	font-weight: none;
	color: black;
	text-decoration: none;
}

a.menulink:visited
{
	font-family: Verdana;
	font-size: 10;
	font-weight: none;
	color: black;
	text-decoration: none;
}

a.menulink:hover
{
	color: #CCCCCC;
	text-decoration: underline;
}

a.garagelink:link
{
	font-family: Verdana;
	font-size: 10;
	font-weight: none;
	color: black;
	text-decoration: none;
}

a.garagelink:visited
{
	font-family: Verdana;
	font-size: 10;
	font-weight: none;
	color: black;
	text-decoration: none;
}

a.garagelink:hover
{
	color: red;
	text-decoration: underline;
}

a.morelink:link
{
	font-family: Verdana;
	font-size: 9;
	font-weight: none;
	color: black;
	text-decoration: none;
	font-style: italic;
}

a.morelink:visited
{
	font-family: Verdana;
	font-size: 9;
	font-weight: none;
	color: black;
	text-decoration: none;
	font-style: italic;
}

a.morelink:hover
{
	color: red;
	text-decoration: underline;
}

/*
Textfields
*/
.textfield
{
	font-family: Verdana;
	font-size: 10;
}

/*
Buttons
*/
.submit
{
	font-family: Verdana;
	font-size: 10;
}


/* 
Borders
-------
l = left
r = right
t = top
b = bottom
*/

.none
{
	border-style: solid;
	border-color: gray;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-left-width: 0px;
}

.t
{
	border-style: solid;
	border-color: gray;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-width: 1px;
	border-left-width: 0px;
}

.r
{
	border-style: solid;
	border-color: gray;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-left-width: 0px;
}

.b
{
	border-style: solid;
	border-color: gray;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-left-width: 0px;
}

.b2
{
	border-style: solid;
	border-color: black;
	border-right-width: 0px;
	border-bottom-width: 3px;
	border-top-width: 0px;
	border-left-width: 0px;
}

.l
{
	border-style: solid;
	border-color: gray;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-left-width: 1px;
}

.tr
{
	border-style: solid;
	border-color: gray;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-top-width: 1px;
	border-left-width: 0px;
}

.tb
{
	border-style: solid;
	border-color: gray;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-width: 0px;
}

.tl
{
	border-style: solid;
	border-color: gray;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-width: 1px;
	border-left-width: 1px;
}

.rb
{
	border-style: solid;
	border-color: gray;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-left-width: 0px;
}

.bl
{
	border-style: solid;
	border-color: gray;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-left-width: 1px;
}

.rl
{
	border-style: solid;
	border-color: gray;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-left-width: 1px;
}

.trb
{
	border-style: solid;
	border-color: gray;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-width: 0px;
}

.tbl
{
	border-style: solid;
	border-color: gray;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
}

.rbl
{
	border-style: solid;
	border-color: gray;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-left-width: 1px;
}

.trl
{
	border-style: solid;
	border-color: gray;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-top-width: 1px;
	border-left-width: 1px;
}

.trbl
{
	border-style: solid;
	border-color: gray;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
}

.bigborder1
{
	border-style: solid;
	border-color: 000000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	background: white;
}