/* http://meyerweb.com/eric/tools/css/reset/
 v2.0 | 20110126
 License: none (public domain)
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ************************************** */

body {
	font-family: arial;
	font-size: 13px;
	color: #242424;
	line-height: 18px;
	background: #ccdae7 url("images/bg.jpg") repeat-x 0 0;
}
#wrapper {
	width: 720px;
	margin: 0 auto;
}
#outer {
	background: url("images/wrapper_bg.png") repeat-y 0 0;
}
#inner {
	width: 660px;
	margin: 0 auto;
}
#maincontent {
	clear: both;
	margin-top: 20px;
	padding-bottom: 20px;
}
#footer {
	background: url("images/footer_bg.png") no-repeat scroll 0 0 transparent;
	clear: both;
	color: #2c2e83;
	float: left;
	font-size: 11px;
	padding-top: 5px;
	width: 650px;
	padding: 10px 35px;
}
#footer a {
	color: #2c2e83;
}
h1 {
	color: #2C2E83;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 15px;
}
h2 {
	color: #2C2E83;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}
a {
	text-decoration: none;
	color: #2c2e83;
}
p {
	margin-bottom: 10px;
}
strong {
	font-weight: bold;
}
table td, table th {
	border: 1px solid #c2c2ca;
	padding: 4px 5px;
	text-align: left;
}
table th {
	color: #2C2E83;
	font-weight: bold;
}
input, textarea {
	border: 1px solid #C2C2CA;
	font-size: 13px;
	font-family: arial;
}
input, label, textarea {
	float: left;
	margin-bottom: 5px;
}
label {
	width: 80px;
	clear: left;
	height: 20px;
}
/* ************************************** */

.grid1 {
	width: 204px;
	float: left;
}
.grid2 {
	width: 424px;
	float: left;
}
.grid3 {
	width: 644px;
}
.grid1, .grid2, .grid3 {
	margin: 0 8px;
}
/* ************************************** */

.navigation {
	height: 30px;
	margin-bottom: 1px;
}
.navigation li, .navigation li a {
	background: url("images/sprite_navi.jpg") repeat-x 0 0;
	height: 30px;
	line-height: 30px;
	float: left;
	width: 128px;
	text-align: center;
	border-right: 1px solid #fff;
	color: #fff;
}
.navigation li.last {
	border-right: 0px;
}

.navigation .active,
.navigation li a:hover
 {
	background: url("images/sprite_navi.jpg") repeat-x 0 -40px;
}
/* ************************************** */

.logo, .logo a {
	font-family: 'Convergence', sans-serif;
	font-size: 20px;
	line-height: 85px;
	color: #2C2E83;
	height: 85px;
}

.logo a img {
	margin-top: 12px;
}

.einleitung {
	background: #cad5e9;
	padding: 20px 10px;
	width: 624px;
	margin-bottom: 20px;
}
.hauptthemen {
	margin-top: 20px;
}
.thema h1 {
	background: url("images/sprite_navi.jpg") repeat-x 0 0;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #9fb9d0;
	margin-bottom: 1px;
}
.thematext {
	height: 54px;
	padding: 12px 10px;
	margin-top: -78px;
}
.thematext p {
	margin-bottom: 3px;
}
a.more {
	background: url("images/more_bg.png") no-repeat 0 5px;
	padding-left: 8px;
	font-weight: bold;
}
.caption {
	font-size: 11px;
	color: #4b4b4b;
	margin-bottom: 0;
}
.aufzaehlung li {
	background: url("images/more_bg.png") no-repeat 0 5px;
	padding-left: 8px;
	line-height: 20px;
}
.aufzaehlung span {
	color: #4b4b4b;
}
.lkw_alt_box {
	width: 125px;
	margin: 0 3px;
	float: left;
}

.lkw_alt_box img {
	width: 120px;
}

.bildnachweis {
    color: #aaa;
    margin-top: 30px;
}

.bildnachweis a {
	 color: #aaa;
}
/* ************************************** */

.hauptthemen:after, form:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}