@charset "UTF-8";
/* CSS Document */

 /* Reset */
html, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, font, img, ul, li {
	margin: 0px;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	
}

ol, ul {
	list-style: none;
}

:focus {
	outline: 0;
}

/* // Reset */


body {
	background-color:#efeae5;
	}
	
	
img {	
	border:0px;
	}	
	
			
.content h1 {
  font-family: helvetica, arial, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 1em;
  padding-bottom:5px;
  color:white;
 }
 
.buch h1 {
  font-family: georgia, times, serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 1em;
  padding-bottom:15px;
 }
 
.buch h2 {
  font-family: georgia, times, serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1em;
  padding-bottom:30px;
 }
 
 .buch p {
	padding-bottom:20px;
}
 
h2 {
  font-family: georgia, times, serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0em;
  word-spacing: 0em;
  line-height: 1em;
  margin-top:-10px;
 } 
 
 h3 {
  font-family: georgia, times, serif;
  color:#065990;
  margin-top: 20px;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
 }
 
 h4 {
  font-family: helvetica, arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 1em;
  color:white;
 }
 

.sitecontainer {
	clear: both;
	margin: 3% auto;
	width: 1000px;
	background: #fff;
	-moz-border-radius: 10px;
   -khtml-border-radius: 10px;
   -webkit-border-radius: 10px;
	-moz-box-shadow: 0px 0px 30px rgba(0,0,0,0.3);
   -khtml-box-shadow: 0px 0px 30px rgba(0,0,0,0.3);
   -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.3);
	position: relative;
	z-index: 90;
}

#footer {
	clear: both;
	text-align:center;
	margin: 1px auto;
	padding:0;
	font-size:11px;
}

.navigationbox {
	background: #cbe3e7;
	height: 32px;
	width: 1030px;
	position: relative;
	left:-15px;
	top: 16px;
	float: left;
	z-index: 100; /* sortierreihenfolge: vor .sitecontainer */
}

#navigation { 
  position:relative;
  left:36px;
  top:10px;
}


ul#navigation li { /* Selektor für einen Listenpunkt in der Navigationsliste */
  display: inline; /* Listenpunkt als horizontalen Inhalt darstellen lassen */
  margin: 0 10px; /* Ein wenig horizontaler Abstand */
  padding:2px; 
  font-family: helvetica, arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

ul#navigation li.sel a { /* Gewähltes Navigationselement */
  color:white;
  background: #cc0000;
  padding:2px 2px 10px 2px;
  margin:0 -2px 0 -2px;
  -moz-box-shadow: 5px 5px 10px #c5c4c4;
  -khtml-box-shadow: 5px 5px 10px #c5c4c4;
  -webkit-box-shadow: 5px 5px 10px #c5c4c4;
}

ul#navigation a { /* Gewähltes Navigationselement */
  color:black;
  text-decoration:none;
}

ul#navigation a:hover { /* Gewähltes Navigationselement */
  color:white;
  background: #cc0000;
  padding:2px 2px 10px 2px;
  margin:0 -2px 0 -2px;
}
 
 .triangle-l {
	border-color: transparent #a6bcc0 transparent transparent;
	border-style:solid;
	border-width:15px;
	height:0px;
	width:0px;
	position: relative;
	left: -30px;
	top: 33px;
	z-index: -1; /* unter seitencontainer legen */
}

.triangle-r {
	border-color: transparent transparent transparent #a6bcc0;
	border-style:solid;
	border-width:15px;
	height:0px;
	width:0px;
	position: relative;
	left: 1000px;
	top: 4px;
	z-index: -1; /* unter seitencontainer legen */
}

.kontakt {
	padding: 20px 0 0 756px;
}


.content {
	padding: 32px 60px 35px 32px;
	}

.content h2 {
	padding-top: 10px;
	color:#065990;
	}

.content p a, li a, #footer p a,.buch p a {
	color: #c4591e;
	text-decoration: none;
}

.content p a:hover, li a:hover,.buch p a:hover {
	text-decoration: underline;
}

.content ul li {   
  list-style:square;
  margin: 0 50px; /* Ein wenig horizontaler Abstand */
 padding:2px; 
}

.content li {   
 margin-bottom:10px;
}

.buch {
	padding: 32px 60px 35px 32px;
	}
	
.caps {   
 text-transform:uppercase;
}

.bildtext {
	z-index:10;
	position:absolute;
	color:white;
	top: 150px;
	right:40px;
	text-align:right;
}

.whitebox, .whitebox2 {
	z-index:10;
	width:400px;
	position:absolute;
	background:white;
	padding:10px;
}

.whitebox {
	top: 300px;
	right:40px;
}

.whitebox li {
	 font-size: 14px;
}
 

.whitebox2 {
	top: 450px;
	right:40px;
}

#spalten { 
	margin:50px 0 50px 0;
	position: relative;
	float: left;
	width: 940px;
}

#spalten p { 
	font-size:15px;
} 


#spalte1 {
	float: left;
	width: 33%;
}

#spalte2 {
	float:left;
	width: 33%;
}

#spalte3 {
	float: right;
	width: 33%;
}

.buchcover {
	border: 1px solid #aaaaab;
	float:left;
	margin-right:5px;
}


#contentnavi { 
  text-align:center;
}


ul#contentnavi li { 
  display: block; /* Listenpunkt als normalen Inhalt darstellen lassen */
  margin:0 10px 0 0;
  padding:4px 0 4px 0;
  height:32px;
  }

ul#contentnavi li.sel { /* Gewähltes Navigationselement */
  color:black;
  background: #d3e7eb;
  border-bottom: 1px solid #83aeb6;
  font-size:18px;
  height:24px;
  padding-top:10px;
    }

ul#contentnavin a { /* Gewähltes Navigationselement */
  color:black;
  text-decoration:none;
}

ul#contentnavi a:hover { /* Gewähltes Navigationselement */
  color:black;
  text-decoration:none;
}

#footer {
	border-top: 1px solid #cbe3e7;
	margin-top:10px;
	padding:20px 0 20px 0;
	text-align:left;
}

#footer p {
	position:relative;
	left:35px;
	font-size:13px;
}

.bigcover {
	float:left;
	border:1px solid grey;
	margin-right:46px;
}