@charset "utf-8";
/* -------------Styles der Basisversion: Nur Farben und Schriften!------------- */
body {
    background-color: #000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.9em; 
    line-height: 1.25em;

   
	 
}

header {
    background: #333 url(../img/he.png) no-repeat left 50%;
   
}

.main {
    background: rgba(250,250,250,0.2);
    box-shadow: inset 1px 1px 7px 2px rgba(0,0,0,0.9);
    color: #1A1F2B;
	height:1700px;
}

figcaption {
	color:#CCC;
	}

.mainContent {
    color: #333;
    padding-top: 0.2em;´

}



.slides img{
border: 2px solid #CCC;
border-radius: 4px;
	
}


footer {
    background: #999;
}


/* -----------Textauszeichnungen---------- */

h1, h2  {
    font-family: 'Gentium Book Basic', serif;
    font-style: italic;
    font-weight: bold;
}

h1  {
    font-size: 2.813em; /* 45px */
    line-height: 1.8em;
	
}

h2  {
    font-size: 2.188em; /* 35px */ 
    line-height: 1.2em;
    color: #CCC;
}

h3  {
    color: #CCC;
    font-size: 1.375em; /* 22px */
    font-weight: normal;
}

/* Subline unter dem H2 */
p.teasertext    {
    color: #999;
    font-family: "Trebuchet MS",Helvetica,Arial;
    font-size: 1.188em; /* 19px */
    line-height: 1.368em; /* 26 px */
}

a {
	
    color: #030;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: underline;
	  text-shadow:#000 3px 2px 3px;
}



/* ------------Navigation------------- */

nav {
    font-family: "Trebuchet MS",Helvetica,Arial;
    font-size: 1.100em; /* 20px*/
    text-align:center;
		
	
	
}

nav ul li {
    list-style: none;	
}

nav ul li a:hover{
    color: #fff;
	  font-weight:normal;
}

nav ul li a{
    color: #FFC;
}

.Prosanav a:hover{
  text-shadow:#fff 3px 2px 3px;
}

#navraum {
   height: 400px;	
}

/* ----Teaserboxen mit Bild und Text  ----- */

article {
    border-bottom: 1px solid rgba(250,250,250,0); /* verhindert das margin-Collapse nach unten */
    background-color: #999;
    
}

article p{
color: #999;
    
}


/*------------gallery------------------*/

.gal{margin:7%; float:left;}
.gal figure{float:left; display:block; margin:1%; padding:0; border:2px solid #fff; border-radius: 3px; box-shadow: 2px 2px 6px 2px rgba(0,0,0,0.4); }


.Prosa ul{
 color:#CCC; 
 list-style-type: square; 
 margin-top: 30px;
 margin-bottom: 30px;
}

.Prosa ul li {
  margin-bottom: 8px; 
 }