@charset "UTF-8";

/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html,
body {
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
/*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  //ejohn.org/blog/html5-shiv
*/
  display: block;
}

b,
strong {
/*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
/*
  For IE.
  //css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
  -ms-interpolation-mode: bicubic;
}

li {
/*
  For IE6 + IE7.
*/
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

sub,
sup,
small {
  font-size: 75%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
/*
  For IE9.
*/
  overflow: hidden;
}

/* ~~ Element-/Tag-Selektoren ~~ */
ul, ol, dl { /* Aufgrund von Abweichungen zwischen verschiedenen Browsern empfiehlt es sich, die Auffüllung und den Rand in Listen auf 0 einzustellen. Zu Konsistenzzwecken können Sie die gewünschten Werte entweder hier oder in den enthaltenen Listenelementen (LI, DT, DD) eingeben. Beachten Sie, dass diese Angaben auch für die .nav-Liste gültig sind, wenn Sie keinen spezifischeren Selektor festlegen. */
	padding: 0;
	margin: 0;
}
body {
	background: #dbdbdb;
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}
/* BG COLORS */

.yellow {
	background: #f3f5e8;
}
.grey {
	background: #eeecec;
}
.red {
	background: #420e03;
}
.blue {
	background: #395b80;
}



a:link, a:visited {
	text-decoration: none;
	color: #16647c;
}



.navigation a:link, .navigation a:visited {
	color: rgb(30, 100, 126);
	text-decoration: none;
}
.navigation a:hover {
	color: rgb(20, 80, 100);
	text-decoration: none;
}
#headcontainer {
	width: 100%;
	margin: 35px 0 0 0;
	padding: 0;
}
#header {
	background-color: #fff;
	width: 950px;
	height: 220px;
	padding: 25px 25px 0 25px;
	margin: 0 auto;
	
}
#logo {
	width: 190px;
	height: 185px;
	background-color: #c1c1c0;
	float:left;
}
#logo h2 {
	font-family: 'Amaranth', sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
	padding: 0 0 0 0;
	text-align: center;
	
}
#logo h1 {
	font-family: 'Montez', cursive;
	font-size: 28px;
	color: #1e647e;
	margin: 0;
	padding: 30px 0 0 0;
	text-align: center;
	
}

#headBg {
	float: left;
	height: 185px;
	width: 740px;
	
	/*background: url(media/header.jpg);*/
	
	background-color:#F5F5F5;
	
	margin: 0 0 20px 20px;	
}


#navi {
	float: left;
	width: 700px;
	padding: 10px 20px;
	height:20px;
	/* background-color:#f0f0f0; */
	margin-top: 140px;
}


#navi ul {
	display: inline-block;
	width: 700px; 
	float: left;
	
	}

#navi ul li {
	list-style-type: none;
	float: left;
	font-family: 'Amaranth', sans-serif;
	font-size: 16px;
	padding: 0 20px 10px 0;
}
#content {
	width: 950px;
	padding: 5px 25px 25px 25px;
	background: #fff;
	margin: 0 auto;
}
.leftBg {
	float: left;
	width: 550px;
	color: #6d6d6d;
	font-family: Verdana, Geneva, sans-serif;
}
.leftBg h1, .leftBg h2, .leftBg h3 {
	font-family: 'Amaranth', sans-serif;
	padding: 25px 45px 5px 45px;
	margin: 0;
}
.left table {
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.left table tr td h3{
	padding: 0; 
	margin:0;	
	
}





.left table tr td {
	padding: 3px;
	margin: 0;
}
.leftBg table tr:nth-child(even) {
	background: #f3f5e8;
}
.leftBg table tr:nth-child(odd) {
	background: #FFF;
}
.leftBg p {
	padding: 0 45px 10px 45px;
	font-size: 12px;
	line-height: 20px;
}
.left {
	float: left;
	width: 550px;
	color: #6d6d6d;
	font-family: Verdana, Geneva, sans-serif;
}
.left h1, .left h2, .left h3 {
	font-family: 'Amaranth', sans-serif;
	padding: 25px 10px 5px 10px;
	margin: 0;
}
.left table {
	margin: 10px 10px 10px 30px;
	border: 5px solid #ccc;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.left table tr td {
	padding: 3px;
	margin: 0;
}
.left table tr:nth-child(even) {
	background: #F5F5F5;
}
.left table tr:nth-child(odd) {
	background: #FFF;
}
.left p {
	padding: 0 10px 10px 10px;
	font-size: 12px;
	line-height: 20px;
}
.box {
	position: relative;
	float: left;
	margin: 0 0 0 0;
	height: 390px;
	width: 190px;
}
.box h1 {
	font-family: 'Amaranth', sans-serif;
	color: #FFF;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 15px;
	margin: 0;
}
.box h2 {
	font-family: 'Amaranth', sans-serif;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	padding: 15px;
	margin: 0;
}
.right {
	float: right;
	width: 390px;
	color: #6d6d6d;
}


p {
	padding: 0 10px 10px 10px;
	font-size: 12px;
	line-height: 20px;
	
	font-family: Verdana, Geneva, sans-serif;
	
}

.right ul {
	display: inline-block;
	position: relative;
	padding: 0 10px 25px 0;
	width: 350px;
}
.right ul li {
	list-style-type: none;
	margin: 0;
	padding: 10px 35px 0 10px;
	color: #6d6d6d;
}
.right ul li h2 {
	margin: 0;
	padding: 0;
	font-size: 16px;
}
.right ul li p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.trennerTop {
	margin: 0 auto;
	width: 950px;
	border-bottom: #CCC solid 1px;
}
.trenner {
	padding-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	border-bottom: #CCC solid 1px;
	clear: both;
}
.imgContainer {
	/*padding: 25px 45px 5px 45px; */
	padding-top: 10px;
	float: left;
	width: 560px;
	
	
}
.imgContainer .imgBox {
	width: 270px;
	float: left;
	padding: 0px 10px 0 0px;
	height: 190px;
	
}
.imgContainer img {
	width: 270px;
}
.imgContainer .imgBox h2 {
	display: block;
	position: relative;
	margin: 0;
	padding: 0 0 0 10px;
	height: 30px;
	overflow: hidden;
	top: -30px;
	z-index: 800;
	width: 210px;
	font-size: 16px;
	color: #FFF;
	font-family: 'Amaranth', sans-serif;
	text-shadow: 0px 0px 3px #000;
}
.right h1, .right h2, .right h3 {
	font-family: 'Amaranth', sans-serif;
	padding: 25px 10px 5px 10px;
	margin: 0;
}
.formCont {
	padding: 10px 0 0 10px;
	width: 160px;
	float: left;
}
.formCont p {
	padding: 0;
	margin: 0;
}
.formCont label {
	display: block;
	font-size: 12px;
}
.clear {
	clear: both;
}

.grey .trenner {
	margin: 0;
	padding: 10px 0;
	}
.error {
	background-color: #FFD2D2;
	}


	img.hintergrundbild {
min-height: 100%;        /*  Diese zwei Zeilen setzen die Regeln um den Hintergrund zu füllen  */
min-width: 1024px;
width: 100%;             /*  Die Regeln, welche für die Skalierung sorgen  */
height: auto;
position: fixed;         /*  Die Positionierung  */
top: 0;
left: 0;
}


@media screen and (max-width: 1024px) {
img.hintergrundbild {
left: 50%;                /*  Ohne diese Angaben funktioniert es nicht  */
margin-left: -512px; }
}


div#content, div#header {
position: relative;       /*  Diese Angabe ist extrem wichtig, da ansonsten der Inhalt nicht angezeigt wird!  */
}


/*	
@media only screen and (max-width: 1024px) {

#header {
	border-top: 20px #dbdbdb solid;
	position: relative;
	background: #FFF;
	width: 550px;
	height: 100px;
	padding: 25px 25px 0 25px;
	margin: 0 auto;
	
}
#headBg {
	float: left;
	height: 20px;
	width: 100%;
	margin: 0;
	padding: 0;
	
	
	background-color:#F5F5F5;
	
	
}

.right {
	float: left;
	width: 550px;
	color: #6d6d6d;
}

#content {
	width: 550px;
	padding: 225px 25px 25px 25px;
	background: #FFF;
	margin: 0 auto;
}

.trennerTop {
	margin: 0 auto;
	width: 550px;
	border-bottom: #CCC solid 1px;
}


#logo {
	display: inline;
	width: 550px;
	height: 100px;
	background-color: #c1c1c0;
	
}

#navi {
	
	width: 550px;
	padding: 0px 0px;
	height:20px;

	margin-top: 0px;
}

#navi ul {
	display: inline-block;
	width: 100%; 
	float: left;
	
	}

#navi ul li {
	list-style-type: none;
	float: left;
	font-family: 'Amaranth', sans-serif;
	font-size: 16px;
	padding: 0 10px 0 10px;
}
}
 */
