@charset "UTF-8";

body {
	background-image: url(img/bg_ssa6.jpg);
	background-repeat: no-repeat;
	margin: 20px 2%;
  	padding: 0px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	background-color: #ffffff;
	}
	
	@media (max-width: 780px) {
     #logo   {
            visibility: hidden;
        }
    }
	
#logo {

	text-align: right;
	padding-right: 20px;
	padding-top: 10px;

}


.bild {
    max-width: 100%;
    height: auto;
}

.border { border-width: 1px; border-color: #dddddd; border-style: solid; } 


	
#navigation {
	float:left;
	width:18%;
	min-width:140px;
	padding-top: 250px;
	background: transparent; 
	text-align: left;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
 	line-height: 26px;
	color: #000;
	font-weight: normal;
}



#inhalt {
	float:left;
	width:48%;
	margin: 0px 2%;
	max-width:600px;
	padding-top: 250px;
	background: transparent; 
	text-align: left;
  	font-family: 'Source Sans Pro';
 	 font-style: normal;
 	 font-weight: 400;
	font-size: 18px;
 	line-height: 25px;
	color: #000;

}


#links {
	background-color: white;
	width: 220px;
	float:left;
}
#rechts {
	background-color: white;
	margin-left: 220px;
	width: 200px;
}


.kursiv {
	font-family: 'Source Sans Pro';
  	font-style: italic;
  	font-weight: 300;
	font-size: 18px;
 	line-height: 25px;
	color: #000;
}	

.semibold {
  	font-family: 'Source Sans Pro';
  	font-style: normal;
  	font-weight: 600;
	font-size: 18px;
 	line-height: 25px;
}

#news {
	float:left;
	width:18%;
	max-width:250px;
	padding-top: 250px;
	background: transparent;
	text-align: left;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
 	line-height: 18px;
	color: #000;
	font-weight: normal;
}



#footer {
position: fixed;
  padding: 20px;
  bottom: 0;
  left: 20px;
  right: 20px;
	clear: both;
	text-align: left;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
 	line-height: 18px;
	color: #666;
	font-weight: normal;
	background: #dee9db;

}

.footer_r {
 	text-align: right;
 	display:block;
	padding: 20px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
 	line-height: 18px;
	color: #666;
	font-weight: normal;

}

	
.textb_n {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
 	line-height: 25px;
	color: #000;
 	font-weight: bold;
}

.text_p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
 	line-height: 18px;
	color: #666;
 	font-weight: normal;
}


	

	
.textb {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
 	line-height: 18px;
	color: #000;
 	font-weight: bold;
}

.smaller {
 	font-family: 'Source Sans Pro', sans-serif;
	font-size: 13px;
 	line-height: 18px;
	color: #000;
	font-weight: normal;
}

.smaller_r {
 	font-family: 'Source Sans Pro', sans-serif;
	font-size: 13px;
 	line-height: 18px;
	color: #993333;
	font-weight: normal;
}

.titel {
  	font-family: 'Source Sans Pro';
  	font-style: normal;
  	font-weight: 400;
	font-size: 22px;
 	line-height: 38px;
	color: #993333;
}

.linie { 
	border: none;
    border-top: 1px dotted #999; 
	width: 100%;
} 


a {text-decoration: none}
a img {border: none;}



a:link {color: #993333; text-decoration: none;}

a:visited {text-decoration: none; color: #993333;}

a:hover {text-decoration:none; border-bottom: 1px dotted #1e1a19; color: #508a40;}

a:active {text-decoration: none; color: #600b0b; }

