table {
	background-color: #CCC;
	border: thin;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
}

div {
	font-family: "Segoe UI", "Trebuchet MS", "MS Sans Serif", Geneva, sans-serif;
	font-size: 12px;
	display: table;
	border: none;
	text-align: justify;
}

div.wrapper {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

div.menufield {
	float: left;
	width: 245px;
	background-color: #FFF;
	color: #000;
}

div.menu {
	padding-left: 10px;
}

div.textfield {
	background-color: #FF9900;
	background-image: url(img/corner.gif);
	background-repeat: no-repeat;
	float: right;
	width: 500px;
	min-height: 325px;
	height: 325px;
	height: expression((document.getElementById("textfield").currentStyle.height > "325px") ? "auto" : "325px");
}

div.text {
	padding: 10px 10px;
}

div.textimg {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div.line {
	display: block;
	width: 750px;
	height: 10px;
	font-size: 1px;
	background-image: url(img/bg.gif);
}

div.car {
	clear: both;
	width: 750px;
	height: 285px;
	background-image: url(img/auto.gif);
}

div.title {
	float: none;
	white-space: nowrap;
	width: 750px;
	height: 125px;
	border: none;
	bottom: 2px;
}

div.footer {
	font: 10px Arial;
	display: block;
	text-align: right;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 12px;
	font-style: bold;
}

h3 {
	font-size: 12px;
	font-style: bold;
}


br {
	font-size: 0px;
	height: 0px;
}

img {
	border: none;
	margin: auto auto auto auto;
	
}

img.flag {
	border: 1px solid Black;
	margin-top: 10px;
}

a {
	border: 0px;
	color: #FFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.menu {
	color: #000;
	border: none;
	line-height: 3em;
	text-decoration: none;
}

a.menu:hover {
	background-color: #FF9900;
	text-decoration: none;
	color: #000;
}

a.photo {
	color: #000;
	font-size: 12px;
}

li.menu {
	border-bottom: 1px solid #FF9900;
	margin: 0px;
	padding: 0px 20px 3px 0px;
}

ul.menu {
	margin: 0px;
	padding: 0px 20px 3px 0px;
	list-style: none;
}

#logo {
	float: left;
}

#langs {
	float: right;
	text-align: right;
}

#top {
	width: 750px;
}

#content {
	width: 750px;
}