/**
 * Developed by Congos Solutions
 * http://www.congos.nl/
**/

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 9pt;
	font-family: "Calibri", sans-serif;
	background: url("../images/body-bg.png") top center repeat;
	color: #5d5f62;
}

#center {
	width: 949px;
	margin: 0 auto;
}

#header {
	height: 75px;
	margin-top: 50px;
	background: url("../images/header.png") top center no-repeat;
}

h1 {
	display: none;
}

#menu {
	height: 40px;
	padding: 0 25px;
	background: url("../images/menu.png") bottom center no-repeat;
}

#menu ul {
	list-style-type: none;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	height: 40px;
	padding: 0 10px;
	font-size: 12pt;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 40px;
	color: #e9f4f9;
}

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

#content {
	padding: 10px 50px 0;
	background: url("../images/content-bg.png") top center repeat-y;
}

h2 {
	font-style: italic;
	font-size: 14pt;
	font-weight: normal;
	line-height: 36pt;
}

p {
	line-height: 130%;
	margin-bottom: 10px;
}

#sidebar {
	float: right;
	width: 210px;
	padding: 0 0 10px 40px;
	border-left: 1px solid #5f8dc3;
}

#sidebar table {
	width: 100%;
}

#sidebar td {
	padding: 5px 0;
	text-align: center;
}

#sidebar h2 {
	text-align: center;
}

#main {
	float: left;
	width: 550px;
}

#bottom {
	height: 29px;
	padding: 6px 130px 0;
	font-family: "Tahoma", sans-serif;
	font-size: 10pt;
	font-style: italic;
	background: url("../images/bottom.png") top center no-repeat;
}

#footer {
	height: 31px;
	margin-top: -10px;
	padding: 0 25px;
	line-height: 22px;
	background: url("../images/footer.png") top left no-repeat;
	color: #e9f4f9;
}

#footer a {
	text-transform: uppercase;
	text-decoration: none;
	color: #e9f4f9;
}

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

a#active {
	text-decoration: underline;
	font-weight: bold;
}

hr.clear {
	clear: both;
	visibility: hidden;
}

.block {
	display: block;
}

table.fotoalbum {
	width: 760px;
	margin: 10px auto;
}

img {
	border: none;
}

a {
	color: #7899bd;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

input, textarea {
	width: 100%;
}

.lang {
	display: block;
	float: right;
	margin-top: 15px;
	padding: 5px;
}

#car {
	height: 120px;
	width: 266px;
	background: url("../images/old_car.jpg") left no-repeat;
	float: left;
	vertical-align: bottom;
}

#international {
	margin-left: 20px;
}

#international td {
	text-align: center;
	padding: 0 10px 3px;
}

#international a {
	color: #2e6cb3;
}

