* {
	margin: 0;
	padding: 0;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: normal;
    -webkit-text-size-adjust: none;
}

body{
        
}

body#background {
  #background: url(images/) 50% 50% fixed;
  background-image: url(images/gosmart-project-bild-grau.png);  
  background-position: 0 0;
  background-repeat: no-repeat;
  background-attachment: fixed;          
  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
}


.downloadlink{
    font-size: 16px;
    color:black;
    text-decoration: none;
    font-weight: bold;
}



#container{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20%;
    right: 20%;
    margin: 0 auto;
    width:  1024px;
    /*
    * HÖHE ANGEBEN
    */    
    
}

#header {
	width: 1024px;
    height: 305px;
    position: relative;
    top: 0px;
    left: 0px;
    background: url(images/Ebene-1.png);     
      -webkit-box-shadow: 0 0 20px 0px #000000;
    box-shadow: 0 0 20px 0px #000000;
}

#logo{
    left: 32px;
    top: 26px;
    width: 262px;
    height: 81px;
    position: absolute;
    background: url(images/GoSmart.png);
}

#headline{
    width: 757px;
    height: 140px;
    left: 161px;
    top: 107px;
    position:absolute;
    background: url(images/headline.png);
}

#headline-text{
    width: 655px;
    height: 57px;
    top: 50px;
    left: 57px;
    position: relative;
    background: url(images/headline-text.png);
}

#navigation{
    position: relative;
    height: 430px;
    float:left;
    width: 18%;        
    #background: url(images/menu.png);
    background-color:#e22083;    
}

#navigationExp{
    position: relative;
    height: 700px;
    float:left;
    width: 18%;        
    #background: url(images/menu.png);
    background-color:#e22083;    
}

#navigation-links{
    padding-left: 20px;
    padding-top: 20px;
    color:#ededed;
}

#navigation-list{
    list-style: none;
}

#navigation-list li{
    margin-bottom: 5px;
}

#navigation-list li a, #navigation-list li a:visited, #navigation-list{
    font-size: 16px;
    font-family: sans-serif;
    font-weight: bold;
    color:#ededed;
    text-decoration: none;    
}

#navigation-list li a:hover {
    color:black;
    font-size: 16px;
    font-family: sans-serif;
    text-decoration: none;
    font-style: normal;
}

#navigation-list a.activelink{
    font-size: 16px;
    color:#37a8db;
    text-decoration: none;
    font-weight: bold;
}

.pubList li {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
}


#eulogo{
    display: block;
    width: 130px;
    margin-left: auto;
    margin-right: auto;    
}

#euflag{
    display: block;
    width:100%;
    margin-left: auto;
    margin-right: auto; 
}

#eutext{
    color:white;
    font-family:Sans-serif;
    font-size: 16px;
}

#content-container{
    position: relative;        
    float:left;
    min-height: 463px;
    background-color:#ededed;   
    width: 100%;               
    #background: url(images/Ebene-3.png);
    -webkit-box-shadow: 0 0 20px 0px #000000;
    box-shadow: 0 0 20px 0px #000000;
}

#content{
    position:relative;
    float:left;
    width: 78%;
    height: 100%;
    display:inline;
    min-height: 650px;
    padding-left:20px;
    padding-right:20px;
}

.headline-content{
    #color:#e22083;
    color:#ededed;        
    text-align: center;
    #border: 3px dashed #ededed;
    background-color: #37a8db;
    margin-top:10px;
    margin-bottom:10px;
     -webkit-box-shadow: 0 0 10px 0px #37a8db;
    box-shadow: 0 0 10px 0px #37a8db;
}

#footer{
    position: absolute;
    bottom: 0;
    #clear:both;
    background-color:#e22083;
    text-align: left;
    height: 20px;
    width: 100%;
    #border-top: 1px dashed #000;
}

.content-list{
    margin-left:30px;
    margin-top: 5px;
    margin-bottom: 5px;
    list-style-type: circle;
    color:black;    
    font-size: 15px;
}

.contentimage{
    display: block;
    margin-left: auto;
    margin-right: auto 
}

.figureClass {
    margin:0 auto;
    margin-top:20px;
    margin-bottom:20px;
    width:90%;display:block;
    text-align:center;
}

.imageClass {
    margin-bottom:10px;
}

.figcaptionClass {
    text-align:left;
    font-size:14px;
}

.dataset ul {
    list-style:circle;
    margin:0;
    padding:0;
    color: black;
}

.dataset ul > li {
    display: inline-block;
    width: 100%;
}

.dataset ul > li > ul >li a {
    color: black;
    text-decoration: none;    
}

.dataset {
    -webkit-column-count:3;
    -moz-column-count:3;
    -ms-column-count:3;
    -o-column-count:3;
    column-count:3;
    -webkit-column-gap:15px;
    -moz-column-gap:15px;
    -ms-column-gap:15px;
    -o-column-gap:15px;
    column-gap:15px;
    columns:3;
    margin: 10px;
}