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

@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700);

* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100.1%;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}


body {
   background: url("../img/back1.jpg") no-repeat center center fixed;
   -webkit-background-size: cover;
   -moz-background-size: cover;
    -o-background-size: cover;
   background-size: cover;
   font-family: 'Source Sans Pro', sans-serif;
   font-size: 1em;
   font-weight: normal;
   color: #000;   
}

/*LAYOUT*/

article#sprache {
  background-color:#167E2E;
  width: 13em;
  height: 2em;
  color: #fff;
  font-weight: bold;
  margin: 0 0 2em 9em;
  padding: .5em 0 0 2em;
  -webkit-border-bottom-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -khtml-border-bottom-left-radius: 15px;
    -khtml-border-bottom-right-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    -moz-border-radius-bottomright: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px; 
}


#wrapper {
    width: 85%;
    max-width: 60em;
	margin: 0 auto;
}

article#left {
   width: 60%;
   max-width: 50em;
   min-width: 30em;
   float: left;
   margin: 0 1em 0 0;
   
}

article#right {
   width: 25%;
   min-width: 15em;
   float: left;
   margin: 4.1em 0 0 0;
}
 
 /*HEADER*/
 
header {
     background-color: #2E4694;
	 height: 4em;
	 width: 75%;
	 -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -khtml-border-top-left-radius: 15px;
    -khtml-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.logo {
   margin: 1.2em 0 0 0.6em;
   width: 18em;
   }
 
 
 /*NAVIGATION*/ 
 
nav ul{
	background-color: #B50000;
	color: #fff;
	margin: 0;
	padding: 0.6em 0 0.6em 0;
	text-indent: 1em;
	font-weight: bold;
	-webkit-border-top-right-radius: 15px;
     -khtml-border-top-right-radius: 15px;
     -moz-border-radius-topright: 15px;
      border-top-right-radius: 15px;
}

nav ul li {
   list-style: none;
   display: inline;
    
}  

nav ul li a {
   padding: 0 0.2em 0 0.2em;
   text-decoration: none;
   color: #fff;
}

nav ul li a:hover, span {
    background-color: #fff;
	color: #E00000;
	padding: 0 0.2em 0 0.2em;
    -webkit-border-radius: 6px;
     -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

nav#re{
	background-color: #B50000;
	width: 17em;
	height: 2.3em;
	-webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -khtml-border-top-left-radius: 15px;
    -khtml-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}


 /*CONTENT*/
 
section {
   background-color: #fff;
   
}
 
section#title {
    color: #fff;
	background-color: #224694;
}

section#title h1 {
  font-size: 2.4em;
  font-weight: normal;
  color: #fff;
  padding: 0.5em 0 0.6em 0.6em;
}

section#content {
   padding: 1em 1em 2em 1em;
   border: 1px solid #999;
}

section#content h3 {
  font-size: 1.5em;
  font-weight: normal;
  color: #333;
}
section#content h4 {
  font-size: 1.2em;
  font-weight: normal;
  color: #333;
}

section#content p.zitat {
color: #555;
font-size: 0.9em;
}

section#content img.galerie {
    margin: 0 .4em .8em 0;
	padding: .3em;
	border: 1px solid #999; 
	
}

section#footer, aside#footer {
   height: 1em;
   background-color: #888;
   -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -khtml-border-bottom-left-radius: 10px;
    -khtml-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
   }

aside#footer {
    width: 17em
}
	
img.start {
   margin: 0 1em 0.5em 0;
   float: left;
   }
   
label {
 height: 1px;
 left: -999em;
 overflow: hidden;
 position: absolute;
}
   
 /*SIDEBAR*/

 aside {
   background-color: #fff;
   color: #555;
   width: 15em;
}

aside#content {
   padding: 1em 1em 1em 1em;
   border-left: 1px solid #999;
   border-right: 1px solid #999;
   border-bottom: 1px solid #999;
}    

aside hr {
  background-color: #aaa;
  border: none;
  border-bottom: 1px solid #aaa;
  
  }
  
aside#content:hover {
  background-color: #eee;
  
  }
 
 
img.icon {
   margin: 0.2em 0.4em 0 0.2em;
   float: left;
}   

	  

  /*LINKS*/	

#button {
   margin: .5em 0 0 0;
}   
  
a.button:link, a.button:visited {
   background-color: #B50000;
   color: #fff;
   text-decoration: none;
   padding: .2em .5em .2em .5em;
   -webkit-border-radius: 6px;
   -khtml-border-radius: 6px;
   -moz-border-radius: 6px;
    border-radius: 6px;
}

a.button:hover {
   background-color: #555; 
   color: #fff;
   text-decoration: none;
   padding: .2em .5em .2em .5em;
   -webkit-border-radius: 6px;
     -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	
} 

a.buttongreen:link, a.buttongreen:visited {
   background-color: #167E2E;
   color: #fff;
   text-decoration: none;
   padding: .2em .5em .2em .5em;
   -webkit-border-radius: 6px;
   -khtml-border-radius: 6px;
   -moz-border-radius: 6px;
    border-radius: 6px;
}

a.buttongreen:hover {
   background-color: #555; 
   color: #fff;
   text-decoration: none;
   padding: .2em .5em .2em .5em;
   -webkit-border-radius: 6px;
     -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	
} 
a.buttonpdf:link, a.buttonpdf:visited {
   background-color: #666;
   color: #fff;
   text-decoration: none;
   padding: .2em .5em .2em .5em;
   -webkit-border-radius: 6px;
   -khtml-border-radius: 6px;
   -moz-border-radius: 6px;
    border-radius: 6px;
}

a.buttonpdf:hover {
   background-color: #555; 
   color: #fff;
   text-decoration: none;
   padding: .2em .5em .2em .5em;
   -webkit-border-radius: 6px;
     -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	
}   

a.txt:link, a.txt:visited {
   color: #555;
}

a.txt:hover {
    color: #000;
}	

a.sprache:link, a.sprache:visited {
    font-size: 1.2em;
	font-weight: bold;
    color: #fff;
	text-decoration: none;
	background-color:#167E2E;
	-webkit-border-radius: 6px;
     -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

a.sprache:hover {
    color: #000;
	background-color: #fff;
	-webkit-border-radius: 6px;
     -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
   	
.spracheaktiv {
    font-size: 1.2em;
	font-weight: bold;
    color: #167E2E;
	background-color: #fff;
}

 .clear {
  clear: both;
  }