body {
	margin: 0;
	padding: 0;
	color: #676767;
	font-family: verdana;
	font-size: 82%;
	line-height: 140%;
	text-align: center;
	background: url(bg-striped.gif);
}

/* ie is so cool */
table {
	font-size: 100%;
	line-height: 140%;
}
tr td {
	font-size: 82%;
}

#wrapper {
	margin: 0 auto;
	width: 760px;
	text-align: left;
	background: #fff;
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
}
#header {
	position: relative;
	height: 50px;
}
#header img {
	position: absolute;
	bottom: 0;
	left: 10px;
}

#nav {
	position: absolute;
	bottom: 0;
	right: 40px;
	text-transform: uppercase;
	color: #0071B8;
	line-height: 28px;
	height: 28px;
	/*float: right;*/
}
#nav a {
	text-decoration: none;
}
#nav a:hover {
	background: #fff;
	color: #0071B8;
	border-bottom: 1px solid #0071B8;
}
#nav a:visited {
	color: #0071B8;
}
p {
	margin: 0 30px 20px;
}
/*
ul {
	background: url(ul-bg.gif) 0 0 repeat-y;
	list-style: none;
	margin-left: 30px;
}
*/

.hr {
	margin-top: 25px;
	width: 650px;
	background: url(hr.gif) no-repeat;
}
h2 {
	margin-left: 30px;
	font-size: 90%;
	color: #000;
}
ul {
	margin: 0 0 20px 50px;
	margin: 0 0 20px 68px;
	padding: 0;
	list-style: none;
}
li {
	margin-top: 4px;
	padding-left: 20px;
	background: url(bullet.gif) no-repeat 0 50%;
	
}
a:link{
	color: #0071B8;
}
a:hover {
	background: #0071B8;
	color: #fff;
}
strong {
	color: #C8301B;
}
.images {
	padding-top: 5px;
	width: 650px;
	text-align: center;
	/*border-top: 1px solid #D8D2DB;*/
}
.active {
	border-bottom: 2px solid;
}

.tablecontainer {
	margin: 20px 0;
	width: 650px;
	text-align: center;
}
table.visual {
	border-collapse: collapse;
	margin: 0 auto; 
	text-align: left;
}
.visual tbody td {
	border-right: 1px solid #999;
	border-bottom: 1px solid #ccc;
	padding: 5px 30px;
}
.visual thead td {
	border-bottom: 2px solid #0071B8;
	padding: 5px 30px;
	font-weight: bold;
}
.visual .price {
	text-align: right;
	border-right: 0;
	color: #0071B8;
	color: #666;
	font-weight: bold;
}
.visual .odd {
	background: #F8F8F8;
}
.visual .last td {
	border-bottom: 0;
}
.visual .eurosign {
	margin-right: 6px;
	float: left;
	color: #aaa;
	font-weight: normal;
	font-family: "Arial";
	font-size: 110%;
}
fieldset {
	border: 0;
	position: relative;
}
fieldset td {
	vertical-align: top;
}
label {
	margin: 0 40px 0 30px;
	font-weight: bold;
}
input, textarea {
	border: 1px solid #C7B09A;
	padding: 0 3px;
	margin-bottom: 10px;
	background: #FBF3EC;
	background: #FEFAF6;
	color: #D31A00;
}
/*
input.send {
	border: 0;
	padding: 0;
	float: right;
}
*/
input.send {
	width: 66px;
	height: 40px;
	padding: 0;
	background: url(send-small.gif) 0 0 no-repeat;
	border: 0;
	color: #fff;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
.firstletter {
	color: #D31A00;
}
#footer {
	position: relative;
	font-size: 78%;
	color: #999;
	padding: 0 40px;
}
#footer a {
	color: #666;
}

