@charset 'utf-8';
@import url(reset.css);
@import url(thickbox.css);

/* ----------------------------------------------------- Page layout */

h1,h2,h3,h4,h5 {
	font-weight: normal;
}

body {
	text-align: center;
	font: normal 14px/1.5em georgia, "Times New Roman", serif;
	color: #333;
}

a:link,
a:visited {
	color: #007ac0;
	text-decoration: underline;
}

a:focus,
a:hover,
a:active {
	color: #c30000;
	text-decoration: underline;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

#navi .active a {
	color: #c30000;
	text-decoration: none;
	cursor: default;
}


#globalnavi .active a {
	color: #c30000;
	text-decoration: none;
	cursor: default;
}

.wrapper {
	text-align: left;
	width: 760px;
	margin: 0 auto;
}

.hr {
	height: 14px;
	clear: both;
	background: url(img/line.gif) 50% 50% no-repeat;
	padding: 20px 0;
}

#header {
	padding-top: 30px;
	position: relative;
}

#header #headline a,
#header #headline span {
	display: block;
	text-indent: -999em;
	background: url(img/headline.gif) 0 0 no-repeat;
	width: 391px;
	height: 54px;
}

.subline {
	text-indent: -999em;
}

#badge {
	text-indent: -999em;
	position: absolute;
	background: url(img/badge.gif) 0 0 no-repeat;
	right: 60px;
	top: -44px;
	height: 110px;
	width: 110px;
}

#teaser p {
	width: 550px;
	font-size: 18px;
	line-height: 1.39em;
	color: #007ac0;
	margin-bottom: 0.5em;
}

#navi,
#globalnavi {
	width: 163px;
	float: right;
}

#navi li,
#globalnavi li {
	margin-bottom: 0.4em;
}

#header img {
	position: absolute;
	top: 0;
	right: 0;
}

.spacetop {
	margin-top: 3em;
}

/* -------------------------- Content ------ */

#leftcol {
	float: left;
	width: 163px;
	margin: 0.8em 0 1.4em 0;
}

#maincol {
	float: right;
	width: 560px;
	margin: 0.5em 0 1.4em 0;
}

#content p {
	margin-bottom: 1em;
}

h2 {
	font-size: 18px;
	font-style: italic;
	line-height: 1.39em;
	color: #007ac0;
}

#teaser .foto {
	float: left;
	width: 183px;
}

#teaser .foto img {
	float: left;
	margin-top: 6px;
}

#content ul {
	margin: 0 0 1em 0;
}

#teaser ul {
	margin-bottom: 1em;
}

#teaser ul li,
#content ul li {
	padding-left: 14px;
	margin-top: 3px;
	background: url(img/bullet.gif) 2px 0.5em no-repeat;
}

.slick {
	width: 525px;
}

.slick span {
	display: block;
	padding: .8em;
	background: #007ac0;
	color: #fff;
	text-align: center;
}

#teaser #navi li,
#teaser .slick li,
#content .slick li,
#leftcol ul li {
	padding-left: 0;
	margin-top: 0;
	background: none;
}

#globalnavi {
	float: right;
	padding-bottom: 50px;
}

p.download {
	padding-left: 22px;
	background: url(img/pdf.gif) 0 0.2em no-repeat;
}

#leftcol ul li {
	margin-bottom: 10px;
}

a.thickbox {
	position: relative;
	display: block;
}

.thickbox span {
	display: block;
	position: absolute;
	top: -7px;
	left: -7px;
	background: url(img/lupe.png) 0 0 no-repeat !important;
	background: url(img/lupe.gif) 0 0 no-repeat;
	width: 21px;
	height: 21px;
}