@CHARSET "UTF-8";
/*
	rot: #e64620
	blau: #4c94cb
*/

body {
	font-family: Arial,Sans-Serif;
	font-size: 14px;
}

div#container {
	margin: 0 auto;
	margin-top: 25px;
	width: 900px;
}

div#leftcolumn {
	float: left;
	width: 200px;
}

div#navigation {
	margin-top: 50px;
	margin-left: 20px;
}

div#navigation a {
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	color: #707070;
	padding: 5px 0;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
}

div#navigation a.subnavigation {
	width: 130px;
    padding: 5px 0;
    margin-left: 15px;
    padding-left: 10px;
    line-height: 15px;
    background: url(/images/arrow_right.png) no-repeat -5px 5px;
}

div#navigation a:hover, div#navigation a.active, div#languages a:hover, div#languages a.active {
	color: #e64620;
}

div#languages {
	margin-top: 20px;
	margin-left: 20px;
}

div#languages a {
	text-decoration: none;
	text-transform: uppercase;
	color: #707070;
	padding: 5px 0;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
}
	
div#content {
	float: left;
	width: 700px;
	padding-top: 25px;
	line-height: 18px;
	color: #707070;
}

div#content div.headline {
	color: #707070;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

h2, h3 {
	margin-bottom: 10px;
}

h2 {
	text-transform: uppercase;
}

div.upper {
	min-height: 245px;
	margin-bottom: 30px;
}

div.lower div.left {
	float: left;
	clear: left;
	width: 340px;
}

div.lower div.left a, div.lower a {
	text-decoration: none;
	color: #e64620;
}

div.lower div.left a:hover {
	color: #4c94cb;
}

div.lower div.right {
	float: right;
	clear: right;
	width: 320px;
	margin-left: 10px;
	background: #909090;
	color: #ffffff;
	padding: 10px;
}

div.lower div.right.normal {
	background: #ffffff;
	color: #707070;
	padding: 0;
}

div.lower div.right a {
	text-decoration: none;
	color: #ffffff;
}

div.lower div.right a:hover {
	color: #e64620;
}

div.videos {
	margin-top: 50px;
}

div.videos .video {
	width: 220px;
	float: left;
	margin-left: 20px;
}

div.videos .video:first-child {
	margin-left: 0;
}

table.address {
	width: 100%;
}

table.address td {
    vertical-align: top;
    padding: 5px 0;	
}

#footer {
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 16px;
	padding-left: 20px;
	color: #707070;
}

#footer a {
	text-decoration: none;
    color: #707070;
}

#footer table td {
	padding: 5px 0;
	vertical-align: top;
}

p {
	margin-bottom: 15px;
}

ul {
	list-style-type: disc;
	padding-left: 10px;
}

li {
	padding-left: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}

.nobr {
	white-space: nowrap; 
}

.center {
	text-align: center;
}