html {
	font-size: small;
	font-family: Verdana, Helvetica, sans-serif;
	color: #555;
}

body {
	background: #eee;
}

* {
	margin: 0;
	padding: 0;
	outline-width: 0;
	line-height: 1.5em;
}

h1 { 
	font-size: 2em;
	line-height: 2em;
	font-weight: bold;
}

h2 {
	font-size: 1.5em;
	line-height: 3em;
	font-weight: bold;
}

h3 {
	font-size: 1.2em;
	margin-top: 1em;
	font-weight: bold;
}

a {
	color: #1a659f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 a, 
h2 a, 
h3 a {
	color: inherit;
}

h1 a:hover, 
h2 a:hover, 
h3 a:hover {
	text-decoration: none;
}
a img {
	border: none;
}

.nobr,
.children_nobr > * {
	white-space: nowrap;
}

.header {
	margin-bottom: 2em;
	background: url(images/navibg.gif) center bottom repeat-x #fff;
	display: block;
	padding-bottom: 27px;
}

	.header img {
		height: 4em;
		width: auto;
		margin-top: 1em;
	}

	.header .contact {
		float: right;
	}

.content {
	display: block;
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	width: 90%;
	max-width: 80em;
}

	.logo {
		margin: 1em 0;
		display: block;
	}

		.logo img {
			border: none;
		}

	.nav {
		background-color: #fff;
		padding: 1em 1em 0;
		margin: 0 0 2em 0;
		clear: both;
		list-style-type: none;
	}

		.nav h4 {
			margin-bottom: 0.5em;
			color: #1a659f;
		}

			.nav h4 img {
				height: 1em;
				width: auto;
				margin-right: 0.5em;
			}

		.nav ul {
			list-style-type: none;
			padding-left: 0;
			margin-bottom: 2em;
			display: none;
		}


		@media (min-width: 60em) {

			.nav {
				float: left;
				width: 14em;
				margin-right: 2em;
			}

			.nav h4 {
				border-bottom: 2px solid #1a659f;
			}

			.nav ul {
				display: block;
			}
		}

		.nav li li a {
			display: block;
			line-height: 2em;
			font-size: 0.85em;
			white-space: nowrap;
			color: #555;
			min-height: 48px;
		}

		@media(pointer: fine) {
			.nav li li a {
				min-height: 0px;
			}
		}
	
	.innerContent {
		background: #fff;
		padding: 0 1em 1em;
		overflow: hidden;
	}

	@media(min-width: 60em) {
		.innerContent {
			margin-left: 17em;
		}
	}

	.cite {
		clear: both;
	}

		.cite p {
			text-align: right;
		}

		.cite p.conclusion {
			text-align: center;
			line-height: 2em;
			padding: 0 1em;
			background-color: #fff;
			margin: 2em 0 1em;
		}

	.footer {
		display: block;
		margin-top: 2em;
		background: url(images/navibg.gif) center top repeat-x #fff;
		padding-top: 40px;
	}

		.footer ul {
			list-style-type: none;
			text-align: right;
			float: right;
			margin-bottom: 1em;
		}

				.footer li a {
					line-height: 1.2em;
					padding-left: 1em;
					margin-left: 1em;
					color: #555;
					min-height: 48px;
				}

				@media(pointer: fine) {
					.footer li a {
						min-height: 0;
					}
				}

			.footer li:first-child a {
				border: none;
				padding-right: 0;
			}	

		@media (min-width: 30em) {
			.footer li {
				display: inline; /* fallback */
				display: inline-block;
				margin-bottom: 1em;
			}

				.footer li a {
					border-left-width: 1px;
					border-left-style: solid;
				}
		}

.figure {
	margin: 0.2em auto 2em;
}

	.figure img {
		max-width: 100%;
		width: auto;
		height: auto;
	}

	.figcaption {
		margin: 0;
	}

@media (min-width: 700px) {
	.figure {
		float: right;
		margin: 1em 1em 2em;
	}

		.figure img {
			max-width: 300px;
		}
}

.innerContent ul {
	margin: 1em 1em 1em 0;
	padding-left: 1.5em;
}

form {
	overflow: hidden;
	margin-bottom:2em;
}

	fieldset {
		overflow: hidden;
		border: none;
	}

		label {
			clear: left;
			float: left;
			width: 11em;
		}

		input,
		textarea {
			float: left;
			margin-bottom: 0.5em;
			padding: 0.5em 1% 0;
		}

		textarea {
			width: 70%;
			height: 12em;
			line-height: 1.5em;
		}

/* imprint.php **************************************************/
.imprint .innerContent > div {
	margin-bottom: 1em;
}

.bc {
	height: 1.2em;
	width: auto;
	vertical-align: middle;
}

.legalText p {
	margin-bottom: 1em;
}


/* kontakt.php **************************************************/
.contact .innerContent div {
	margin-bottom: 2em;
}

.contact label[for="contact_firstname"],
.contact input#contact_firstname {
	display: none;
}

/* certifications.php **************************************************/
.certifications .innerContent li:first-child {
	margin-bottom: 2em;
}

.certifications .innerContent li:last-child {
	margin-top: 2em;
}

/* trainings.php **************************************************/
.tableWrapper {
	overflow-x: auto;
}

table.training {
	border-collapse: collapse;
	font-size: 0.98em;
	margin-top: 1em;
}

	table.training td {
		border: 1px solid #1a659f;
		vertical-align: top;
	}

	table.training tr.last td {
		border-bottom-width: 4px; 
	}

	table.training td:first-child {
		min-width: 18em;
	}

	table.training tr.thead td {
		background: #95cdff;
		font-weight: bold;
		padding: 0.5em;
	}

		table.training a,
		table.training span {
			padding: 0.5em;
			display: block;
		}

	
/* logos.php **************************************************/
.logos .innerContent {
overflow: hidden;
}

	.logos .innerContent > div {
		height: 10em;
		float: left;
	}

		.logos img {
			vertical-align: middle;
			max-height: 100%!important;
			height: auto;
			width: auto;
			margin-right: 1em;
		}
