/**
 * @author      Olaf Maertin
 * @link        http://www.omart.de
 * @email       info@omart.de
 * @copyright   Olaf Maertin
 *
 * Copyright (C) 2014 Olaf Maertin
 *
**/

/* ************** ALLGEMEINE FORMATIERUNGEN *********************/


*{
	margin: 0px;
	padding: 0px;
}

html, body {
  background: #cf4f3f;
}

/* ***********************Slideshow****************************/

#slideshow {
 height:201px; /* hier Hoehe der Slideshow-Bilder angeben */
 position: relative;
}
#slideshow img {
 display:none;
 position:absolute;
 top:0; left:0;
}
#slideshow img.start {
 display:block;
}


/* ************************** TYPO ****************************/

body{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:400;
	font-size: 13px;
	color: #2b2b2b;
	line-height: 17px;
}

p{
	margin-top: 20px;
	margin-bottom: 20px;
	color: #535353;
}
p.fliesstext{
	margin-top: 20px;
	margin-bottom: 20px;
	color: #5b202f;
	font-size: 1em;
}
h1{
	font-size: 2em;
	color: #5b202f;
}
h2{
	font-size: 1.6em;
	margin-bottom: 20px;
	color: #cf4f3f;
}
ul{
	margin-top: 5px;
	margin-left: 15px;
	margin-bottom: 5px;
	color: #535353;
}
.frage{
    color: #F00;
	font-style:italic;
}

/* ************************** LAYOUT ****************************/


#head{
  width: 100%;
  margin: 0;
  height: auto;
 
}
#content{
  width: 100%;
  margin-top: 30px;
  height: auto;
 
}

#head_inhalt{
  width: 900px;
  height: 170px;
  background-color: #ffffff;
  margin:auto;
}
#content_inhalt{
  width: 900px;
  height: auto;
  background-image: url(../img/background_content.png);
  background-repeat:repeat-x;
  background-color: #bababa;
  margin: auto;
}

#logo{
	width: 270px;
	height: 170px;
	float:left;
}
#bild_header{
	width: 400px;
	height:170px;
	margin: 2px;
	float:right;
}



/* ************************** NAVIGATION ************************/

a{
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}

.navi{
	height: 27px;
	width: 200px;
	margin: 0px 0px 10px 0px;
	padding: 7px 0px 0px 11px;
	font-variant:small-caps;
	font-size: 1.3em;
	font-weight:bold;
	text-decoration: none;
	color: #5b202f;
}
.navi:hover{
	height: 25px;
	width: 200px;
	border: 1px solid #cf4f3f;
	border-radius: 5px;
	margin: 0px 0px 11px 0px;
	padding: 6px 0px 0px 10px;
	font-variant:small-caps;
	font-size: 1.3em;
	font-weight:bold;
	text-decoration: none;
	color: #5b202f;
}
.navi_activ{
  	height: 25px;
	width: 200px;
	border: 1px solid #cf4f3f;
	border-radius: 5px;
	margin: 0px 0px 10px 0px;
	padding: 7px 0px 0px 10px;
	font-variant:small-caps;
	font-size: 1.3em;
	font-weight:bold;
	text-decoration: none;
	color: #5b202f;
}


