/* Arne Willems */

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

body {
	background: url("images/bg.jpg") repeat-x #f5f5f5;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-align: center;
}

#site {
	width: 960px;
	text-align: left;
	margin: auto;
}

#header {
	background: url(images/header.jpg) no-repeat;
	height: 450px;
	width: 960px;
}

#navigation {
	position: relative;
	float: right;
	top: 50px;
	right: 0px;
}

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

#navigation ul li {
	display: block;
	height: 31px;
	float: left;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

#navigation ul li a {
	color: #999;
	text-decoration: none;
}

#navigation ul li a:hover {
	color: #eaa157;
	text-decoration: underline;
}

#navigation ul li .active {
	color: #000;
	text-decoration: underline;
}

#navigation ul li img {
	margin-top: -6px;
}

#copy {
	position: relative;
	clear: both;
	float:right;
	top: 160px;
	right: 10px;
	font-size: 13px;
	line-height: 20px;
}

#copy img {
	margin-bottom: 20px;
}

#teaserblock {
	width: 940px;
	background-color: #dce9f7;
	border: 1px solid #2d83da;
	padding: 10px;
	position: relative;
	top: 0px;
	clear: both;
}

#teaserblock img {
	margin-right: 15px;
}

#teaserblock h2, #brazilcontent h2 {
	font-size: 12px;
	margin-top: 5px;
}

#teaserblock a, #brazilcontent a {
	color: #333;
	text-decoration: underline;
	font-weight: bold;
}

#teaserblock a:hover, #brazilcontent a:hover {
	color: #2d83da;
}

#bottomteaser {
	position: relative;
	top: 60px;
	color: #666;
	left: 10px;
	right: 10px;
	margin-bottom: 100px;
	font-size: 12px;
}

#bottomteaser h1 {
	font-size: 16px;
	margin-bottom: 5px;
}

#bottomteaser hr {
	margin-bottom: 10px;
}

#bottomteaser a {
	color: #666;
	text-decoration: underline;
	font-weight: bold;
}

#bottomteaser a:hover {
	color: #eaa157;
}

.zitat {
	margin-right: 15px;
	margin-bottom: 40px;
}

#footer {
	position: relative;
	text-align: right;
	color: #999;
	margin-bottom: 20px;
}

#footer img {
	top: 4px;
	position: relative;
	margin-right: 6px;
}

#footer a {
	color: #999;
	text-decoration: underline;
}

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

#subcontent {
	width: 960px;
	position: relative;
	top: 20px;
	font-size: 12px;
	margin-bottom: 110px;
}

#subcontent img {
	margin-right: 5px;
}

#subcontent h1 {
	font-size: 36px;
	margin-top: 5px;
	margin-bottom: 28px;
	color: #2d83da;
	font-weight: normal;
}

#subcontent a {
	color: #333;
	text-decoration: underline;
}

#subcontent a:hover {
	color: #eaa157;
	text-decoration: underline;
}
