@font-face {
  font-family: headerFont;
  src: url(Gabriola.ttf);
}
@font-face {
  font-family: defaultFont;
  src: url(corbel.ttf);
}
@font-face {
  font-family: quoteFont;
  src: url(GenBasI.ttf);
}
@font-face {
  font-family: navFont;
  src: url(GenBasR.ttf);
}


* {
  margin: 0; padding: 0; border: none;
  box-sizing: border-box;
}

body {
  font-size: 100%;
}

img {
  width: 100%;
}

span#signet {
  font-style: italic;
}

#full {
  min-width: 160px;
  max-width: 1340px;
}

                nav ul,
                #menu div ul
                {
                  list-style: none;
                  width: 100%;
                }
                        nav ul li a,
                        #menu div ul li a
                        {
                          display: block;
                          font-family: navFont;
                          text-decoration: none;
                        }



header#logo {
}
div#slogan {	
	color: #ffe6d5;
	
	font-family: quoteFont;
	font-weight: normal;
	font-size: 0.8em;
	text-shadow: 2px 2px 4px #000000;
}
aside#quote {
        text-align: right;
        padding-top: 15px;
        padding-bottom: 15px;
				
				padding-right: 30px;
        /*box-shadow: 4px 4px 8px 4px rgba(0,0,0,0.3);*/
				border-right: 6px solid;
}
        aside#quote h1 {
                font-family: quoteFont;
                font-weight: bold;
        }
        aside#quote h2 {
                font-family: quoteFont;
                font-weight: normal;
        }

section#main {
        margin-bottom: 30px;
        display: block;
}

section#main article h1,  section#main article header h1, section#main article header h1 a {
        font-family: navFont;
        font-weight: normal;
        font-size: 1.4em;
        margin-top: 2.8em;
        margin-bottom: 0.8em;
        text-decoration: none;
}
	section#main article h1:first-child {
		margin-top: 0;
	}
	
	
	section#main article h2 {
        font-family: navFont;
        font-weight: normal;
        font-size: 1.0em;
        margin-bottom: 0.8em;
	}
section#main header p, section#main article p, section#main article ul li, footer p a, div.newsPics div p {
        font-family: defaultFont;
        font-size: 1.0em;
        line-height: 1.2em;
        margin-bottom: 1.6em;
}
        section#main article p:last-child {
          padding-bottom: 10px;
        }

        section#main article ul {          
          margin-left: 15px;
          margin-bottom: 1.6em;
        }
        section#main article ul li {
          line-height: 1.4em;
					margin-bottom: 0.5em;
        }
        section#main article ul li ul {
          list-style-type: disc;
          font-size: 1.0em;
          line-height: 1.4em;
          margin-left: 30px;
          margin-top: 0.5em;
          margin-bottom: 0.5em;
        }
        
          section#main article div img {
            border-radius: 20px 5px;
            box-shadow: 4px 4px 8px 4px rgba(0,0,0,0.3);            
          }

                section#main a.plakat.dark img,
                aside#news a.plakat.dark img,
    div.newsPics a.plakat.dark img,
                div#picsContainer img.dark
                {
                  border-style: solid;
                  border-width: 1px;
                }


        section#main div.newsCont {
          clear: both;
          border-bottom-style: solid;
          border-bottom-width: 1px;
        }


div#picsContainer {
        border-radius: 40px 10px 40px 10px;
        margin-bottom: 30px;
}
        div#picsContainer img {
                max-width: 100%;
                border-radius: 20px 5px;
                box-shadow: 4px 4px 8px 4px rgba(0,0,0,0.3);
        }
                div#picsContainer p {
                        text-align: center;
                }

aside#news {
        font-family: defaultFont;
}
        aside#news article {
                border-radius: 5px;
                margin-bottom: 30px;
        }
                aside#news article header h1 {
                        font-family: navFont;
                        font-weight: normal;
                        text-transform: uppercase;
                        margin-bottom: 0.6em;
                }

footer {
        clear: both;
        width: 100%;
        height: 120px;
        font-family: defaultFont;
        text-align: center;
}