body {
	margin: 0;
	padding: 0;
	background: #ffffff url(images/img01.png) repeat-x left top;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: #3c3d3f;
}

img.imintext {
	float: left;
	border: 4px solid #fff;
	margin: 0 10px 0 0;
}

img.border {
	border: 4px solid #fff;
}

img.center {
	margin: 10px auto;
	display: block;
}

h1, h2, h3, h4, h5 {
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: normal;
	color: #21405c;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
	color: #21405c;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 20px;
}

p, ul, ol {
	margin: 0 0 20px 0;
	line-height: 150%;
}

ul, ol {
}

a {
	text-decoration: underline;
	color: #ec7115;
}

a:hover {
	text-decoration: none;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	min-width: 1000px;
}

/* HEADER */

#header {
	width: 900px;
	height: 200px;
	margin: 0 auto;
	position: relative;
}

/* LOGO */

#logo {
	position: absolute;
	top: 0;
	left: -60px;
	width: 381px;
	height: 234px;
	background: url(images/img00.png) 0 0 no-repeat;
}

/* PHONES */

#phones {
	position: absolute;
	bottom: 1px;
	right: 0;
	width: 462px;
	height: 72px;
	background: url(images/img04.png) 0 0 no-repeat;
}

/* FLAGS */
#flags {
	position: absolute;
	top: 150px;
	left: 350px;
	width: 100px;
	height: 11px;
}

#flags a {
	float: left;
	display: block;
	height: 11px;
	width: 16px;
	margin-right: 10px;
}

#flags a.de {
	background: url(images/de.png) 0 0 no-repeat;
}

#flags a.gb {
	background: url(images/gb.png) 0 0 no-repeat;
}

/* MENU */

#menu {
	position: absolute;
	z-index: 2;
	top: 70px;
	right: 0;
}

#menu ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 38px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #202020;
	cursor: pointer;
}

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

#menu span {
	display: inline-block;
	height: 28px;
	padding: 10px 20px 0px 10px;
}

#menu li a:hover {
	background: url(images/img02.png) no-repeat left top;
}

#menu li a:hover span {
	background: url(images/img03.png) no-repeat right top #8494a2;
	color: #ffffff;
	
}

/* PAGE */

#page {
	width: 900px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}

#page-bgtop {
}

/* CONTENT */

#content {
	float: left;
	width: 600px;
	padding: 50px 0px 0px 0px;
	background: #ffffff;
}

.post {
	margin-bottom: 30px;
	padding: 0px 30px;
}

.post .title {
	height: 41px;
	padding: 0px 0px 0px 0px;
}

.post .title a {
	letter-spacing: -2px;
	text-decoration: none;
	text-transform: lowercase;
	color: #202020;
	border: none;
}

.post .entry {
	padding: 10px 0px 20px 0px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d1d9f0;
	text-align: justify;
}

/* SIDEBAR */

#sidebar {
	float: right;
	width: 270px;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	background: #ebebeb;
	border-bottom: 4px solid #21405c;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	padding: 0;
}

#sidebar li ul {
	margin: 0px;
	padding-bottom: 30px;
}

#sidebar li li {
	margin: 0px 30px 0px 30px;
	line-height: 30px;
	border-bottom: 1px solid #cfcfcf;
	border-left: none;
	text-align: left;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar li li a {
	padding: 0px 0px 0px 20px;
	background: url(images/img05.png) no-repeat left 5px;
}

#sidebar h2 {
	margin: 0px 0px 5px 0px;
	height: 30px;
	padding: 5px 0px 0px 30px;
	background: url(images/img04.jpg) no-repeat left top;
	text-transform: uppercase;
	color: #3a3a3a;
	font-size: 13px;
	font-weight: bolder;
}

#sidebar p {
	margin: 0 0;
	padding: 0px 20px 20px 20px;
	text-align: justify;
}

#sidebar a {
	border: none;
	text-decoration: none;
}

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

/* FOOTER */

#footer {
	width: 900px;
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	font-family: arial, helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding: 20px 0px 0px 30px;
	line-height: normal;
	font-size: 10px;
	text-align: left;
	color: #45302c;
	text-align: center;
}

#footer a {
}

#about {
	width: 540px;
	padding: 30px;
	background: #ebebeb;
	border-bottom: 4px solid #21405c;
	color: #3c3d3f;
}

#about p {
	text-align: justify;
}

#about h2 {
	padding-bottom: 10px;
	color: #202020;
}