fo/* body */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #ffa;
	font: small Arial;
	margin: 0;
	padding: 0;
	padding-top: 0px;
	padding-bottom: 60px;
}
p, td {
	font: small Arial;
	color: #222;
  margin: 8px 8px 8px 8px;
}
h1 {
  font-family: Arial;
  margin: 8px 12px 8px 8px;
}
h2{
  font: small-caps large Arial;
  margin: 3px 8px 4px 8px;
}

.body {
	background: #fff;
	border: 1px solid #000;
	margin: 0 auto;
	padding: 2px;
	width: 750px;
	height: 470px;
}
.clearer {
	clear: both; 
	font-size: 0;
}

/* header */
.header {
	background: #fe3 url('thatchandsons_.png') no-repeat;
/*	width: 730px;*/
	height: 30px;
	margin-bottom: 2px;
}

/* navigation */
.nav {
  font: Arial;
  color: #fff;
  background: #ccc;
  height: 15px;
	margin-bottom: 5px;
	padding: 5px 10px 6px 10px;
	word-spacing: 5px;
}
.nav a {
	color: #fff;
	text-decoration: none;
}
.nav a:hover {
	color: #222;
  text-decoration: none /*underline*/;
}
.nav a:active {
  color: #222;
  text-decoration: none;
}

/* main */
.main {
}
.main p {
  font-family: Arial;
 	font-size: 0.9em;
 	line-height: 1.5em;
}
/*
.main a {
	color: #000000;
	text-decoration: none;
}
.main a:hover {
	color: #888888;
	text-decoration: underline;
}
*/
.mainone {
  background: #f0f0f0;
  float: left;
	width: 373px;
	height: 266px;
	margin: 0 5px 5px 0;
}
.maintwo {
  background: #f0f0f0;
  float: right;
	width: 372px;
	height: 266px;
	margin-bottom: 5px;
}

.mainsingle {
  background: #f0f0f0;
  float: right;
	width: 745px;
	height: 500px;
	margin-bottom: 5px;
}

/*offer*/
.offer {
	margin-top: 2px;
}
.offerone {
  background: #eee;
  float: left;
 	width: 247px;
	height: 136px;
}
.offertwo {
  background: #eee;
  float: left;
	width: 246px;
	height: 136px;
	margin: 0 5px 0 5px;
}
.offerthree {
  background: #eee;
  float: right;
	width: 247px;
	height: 136px;
}
.offerhead {
  background: #fe3;
  width: 100%;
  height: 30px;
  padding-top: 1px;
}

/* footer */
.footer {
	color: #000000;
	font: x-small Arial;
	text-align: center;
	margin-top: 10px;
}

div.languageswitcher {
	margin-bottom: 40px;
	padding-top: 3px;
	height: 20px;
	background:#000;
}

div.languageswitcher a.english {
	margin-left: 20px;
	padding-left: 30px;
	background: url(img/gb.png) left no-repeat;
	color: #FFF;
	text-decoration: none;
}
div.languageswitcher a.german {
	margin-left: 20px;
	padding-left: 30px;
	background: url(img/de.png) left no-repeat;
	color: #FFF;
	text-decoration: none;
}
