/* @override http://clients.timon-royer.com/roger/css/layout.css */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

#content p {
	margin-bottom: 15px;
}

body {
	padding: 0;
	margin: 0;
	border: 0;
	font: normal 12px Verdana;
	color: #000;
	background-color: #fff;
}

#content ul {
	margin-bottom: 15px;
	margin-left: 20px;
}

#content li {
	list-style-position: inside;
	list-style-type: disc;
	font: normal 12px Verdana;
}

#leftSidebar {
	left: 27px;
	top: 77px;
	width: 230px;
	min-height: 555px;
	position: absolute;
	background-color: #f2f2f2;
}

#leftSidebar h2 {
	padding-left: 10px;
	font-size: 14px;
}

#newsletterBox {
	width: 210px;
	text-align: left;
	border: 1px solid #797979;
	margin-left: 5px;
	margin-top: 16px;
	padding: 13px 4px;
	margin-bottom: 73px;
}

#navigationSpacer {
	height: 23px;
	background-color: #2db5ff;
	border-bottom: 1px solid #fff;
}

#newsletterBox h2 {
	padding-left: 0; /*overrides #leftsidebar h2*/
}

#newsletterBox form input.inputBox {
	margin-top: 5px;
	border: 1px solid #999;
	padding: 3px;
}

#newsletterBox form input.submitButton {
	margin-top: 5px;
	border: 1px solid #999;
	padding: 3px;
	background-color: #0433f3;
	color: #fff;
	width: 69px;
	height: 22px;
}

#leftSidebar p a img {
	margin-left: 10px;
	margin-top: 12px;
	margin-bottom: 12px;
}

ul#navigation {
	font-size: 14px;
}

#navigation li {
	background-color: #0433f3;
	font-size: 14px;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-left: 10px;
	height: 18px;
	width: 220px;
	list-style-type: none;
	list-style-position: outside;
}

#navigation li.level2 {
	padding-left: 29px;
	width: 201px;
}

#header {
	top: 10px;
	position: absolute;
	width: 960px;
	left: 27px;
}

#content {
	width: 530px;
	left: 267px;
	top: 77px;
	position: absolute;
}

#rightSidebar {
	left: 807px;
	top: 77px;
	width: 160px;
	min-height: 555px;
	position: absolute;
	background-color: #7ec5fa;
	padding-left: 10px;
	padding-right: 10px;
	height: 555px;
}

#rightSidebar h2 {
	font-size: 12px;
	font-weight: bold;
}

#imageRoger {
	margin-top: 8px;
	margin-bottom: 13px;
}

#iconGermany {
	margin-bottom: 45px;
	float: left;
	margin-right: 2px;
	margin-top: 2px;
}

#iconUSA {
	margin-bottom: 27px;
	float: left;
	margin-right: 2px;
	margin-top: 2px;
}

#iconEmail {
	float: left;
	margin-right: 2px;
	margin-top: 2px;
}

#rightSidebar p {
	clear: both;
}

#rightSidebarSpacer {
	height: 24px;
}

#contentTitle {
	margin-top: 8px;
	margin-bottom: 15px;
}

#navigation li a {
	color: #fff;
	text-decoration: none;
	margin: 0;
	padding: 0;
	border-width: 0;
}

p#footer {
	border-top: 1px solid #285ada;
	margin-top: 10px;
	margin-bottom: 15px;
	width: 530px;
	padding-top: 5px;
	text-align: center;
}


