/* Content und Sidebar-Elemente */

#content .line {
	height: 1px;
	background-color: #ffffff;
	border: 0;
	padding: 0;
	margin: 20px 0 20px 0;
	overflow: hidden;
}

body, html {
	margin: 0px;
        
	background-position: left top;
	background-color: #ffffff; 
   /*       background-image:url(../images/background-290.gif);  */
        background-image:url(../images/bodygrün-290.gif),url(../images/bodygrün1-290.gif);   
  
        
        background-repeat: repeat-x, repeat;
 
}


.active{
    text-decoration: underline;
    
}       

     





@font-face {
    font-family: 'alegreyaregular';
    src: url('../fonts/alegreya-regular-webfont.eot');
    src: url('../fonts/alegreya-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/alegreya-regular-webfont.woff') format('woff'),
         url('../fonts/alegreya-regular-webfont.ttf') format('truetype'),
         url('../fonts/alegreya-regular-webfont.svg#alegreyaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@keyframes fadeAndScale {
    from {
        opacity: 0;
        transform: scale(.9, .9);
    }
    to {
        opacity: 1;
        transform: scale(1, 1);
    }
}


#content h1 {
	font-size: 240%;
	font-weight : normal;
	margin: 0px;
	padding: 0px 0px 2px 0px;
	color: #000000;
        font-family: alegreya;
   /*     text-shadow: 2px 1px 0px #ccc;    */
  /*      text-shadow: 2px 1px 0px rgba(0,0,0,0.3);   */
         animation-duration: .3s;
    animation-name: fadeAndScale;
    animation-timing-function: cubic-bezier(.71,.55,.62,1.57);
        
}

#content-kontakt h1 {
	font-size: 240%;
	font-weight : normal;
	margin: 0px;
	padding: 0px 0px 2px 0px;
	color: #000000;
        font-family: alegreya;
        text-shadow: 2px 1px 0px #ccc;
}
#logo-box3 h1 {
	font-size: 200%;
	font-weight : normal;
	margin: 0px;
	padding: 0px 0px 2px 0px;
	color: #000000;
        font-family: alegreya;
    /*    text-shadow: 1px 1px 0px #000;   */
        letter-spacing: 5px;
}

#logo-box3 p {
	margin: 0px;
	padding: 2px 0px 8px 0px;
	line-height: 120%;         
        color: #000000;
        font-size: 130%;
        font-family: alegreya;
        letter-spacing: 3px;
}

#content h2 {
   /*	font-size: 100%;   */
        font-size: 130%;
	font-weight : bold;
        font-family: alegreya;
	margin: 0px;
}

#content h2 {
	padding: 10px 0px 2px 0px;
}



#content h3 {
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
	padding: 2px 0px 2px 0px;
}


nav p {

      font-family: alegreya;
}
#content p {
	margin: 0px;
	padding: 2px 0px 8px 0px;
/*	line-height: 160%;    */
        line-height: 170%;
        font-family: alegreya;
        font-size: 110%;  
        
}

#content-kontakt p {
	margin: 0px;
	padding: 2px 0px 8px 0px;
	line-height: 160%;
        font-family: alegreya;
        font-size: 120%;
        
}
#content a {
	text-decoration: none;
	font-weight : bold;
	color: #F0C300;
}


#content-kontakt a {
	text-decoration: none;
	font-weight : bold;
	color: #F0C300;
}

#content a:hover {
	text-decoration: underline;
}




#banner-txt h3 {
        
  
       font-family:"alegreya";  
	font-size: 22px;
	color: #000000;
	height: 30px;

        text-align: left;
	
	padding-top: 20px;
	padding-right: 0;
	padding-left: 35px;
	padding-bottom: 20px;
	font-weight: normal;        
         
}
#banner-txt p {
        
 	font-family: alegreya, Arial, Helvetica, sans-serif;    
	font-size: 13px;
	color: #000000;
	
	padding: 0 0 0px 0px;
	line-height: 15px;
        text-align: left;
              
        margin-top: 0px; 
}
 
#sprachauswahl1 li a:link { 
    font-family: alegreya;
     
}
#content .clearer {
	clear: both;
}

#more {
	margin: 0px;
	padding: 20px 0px 20px 0px;
	text-align: right;
}

h2 {
	font-size: 100%;
	font-weight : bold;
	margin: 0px;
}
/* Liste */

#content ul {
	list-style: none;
	padding: 0px;
	margin: 6px 0px 6px 10px;
}

#content li {
	padding: 2px 0px 2px 16px;
	background: url(../images/pbull.gif) no-repeat top left;
}

/* 

ul li a { 
    float: left; 
    padding-left: 100px; 
 }
    */