body
{
	background-color: #000;
	background-image: url(/images/bg.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	color: #FFF;
}
#page
{
	width: 900px;
	margin: 0 auto;
}
#page #language
{
	float: right;
	text-align: right;
	height: 40px;
}
#page #header
{
	clear: both;
}
#page #menu
{
	text-align: center;
	height: 16px;
	padding: 2px 0 2px 0;
}
#page #menu ul
{
	padding:0;
	margin:0;
}
#page #menu ul li
{
	display:inline;
}
#page #newCarsMenu
{
	float: left;
	width: 120px;
	padding: 5px 0 0 5px;
}
#page #content
{
	float: right;
	width: 765px;
	padding: 5px;
}
#page #footer
{
	clear: both;
	text-align: center;
	height: 20px;
	border-bottom: 1px solid silver;
}
#header, #menu, #newCarsMenu, #content, #footer
{
	background-color: #000;
}


.contactdiv, .partners, .conditions, .profile, .products, .frontpage, .carsForSale, .carsSold
{
	min-height: 475px;
	height: auto !important;
	height: 475px;
	padding: 30px;
	background-repeat: no-repeat;
}
.contactdiv
{
	background-image: url(/images/kontakt.jpg);
}
.partners
{
	background-image: url(/images/handshake.jpg);
}
.conditions
{
}
.profile
{
}
.products
{
	background-image: url(/images/produkter.jpg);
}
.productstxtfloat
{
	width: 300px;
	text-align: left;
	float: right;
}
.frontpage
{
	background-image: url(/images/default.jpg);
}
.carsForSale
{
	padding:0;
}
.carsSold
{
	padding:0;
}

img
{
	border: 0;
	padding: 0;
	margin: 3px;
}
h1
{
}
h2
{
	font-size: 18px;
	font-weight: bold;
}
h3
{
	font-size: 11px;
	font-weight: bold;
}
h1, h2, h3
{
	padding: 0;
	margin: 0;
}
hr
{
	height:1px;
}
a.mail:link, a.mail:visited, a.mail:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}
a.mail:hover
{
	color: gray;
}
a:link, a:visited, a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
/* Alt under her er ikke optimeret endnu KWE */





#listcar
{
	margin-left: 10px;
	margin-right: 10px;
}

#listitem_left
{
	float: left;
	width: 50%;
}

#listitem_right
{
	float: right;
	width: 50%;
}

#showcar_left
{
	float: left;
	width: 420px;
}

#showcar_right
{
	float: right;
	width: 344px;
}

.billiste
{
	float: left;
	display: block;
	width: 370px;
}

.billiste img
{
	width: 150px;
	height: 112px;
	float: left;
}


