@charset "UTF-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700);

* { 
	margin: 0px;
	padding: 0px;
}
a {
	color:#fff;
	text-decoration:none;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	background:none;
}
a:visited {
	text-decoration:none;
	
}
.clear {
	display: block;
	clear: both;
}
.aktuell_bild li {
	float:left;
}
.aktuell_bild {
	/* width: 800px; */ 
	/* height: 800px; */
	/* background: rgba(255, 255, 255, 0.75); */
	/* padding: 12px; */
	margin: 0px 20px;
	float: left;
	text-align: left;
} 

.aktuell_bild img {
	border: 10px solid rgba(255, 255, 255, 1);
	margin: 0 6px 6px 0; 
	/* align:center; */
}	
.ausstellung_box {
	/* width: 970px; */
	float:left;
	background: transparent;
	padding: 0 20px;
	position: relative;
	top: 20px;

}
.ausstellung_bild img {
	border: 10px solid rgba(255, 255, 255, 1);
	margin: 6px 0 0px 0;
	align:center;

} 
.ausstellung_bild {
	width: 180px;
	height: 178px;
	background: rgba(255, 255, 255, 0.75); 
	float: left;
	padding:6px 0 0 0; 
	margin: 0px 6px 20px 0px;
	position: relative;
	text-align: center;
}
td {
	font-family:'Oswald', Arial, Helvetica, sans-serif;
	color:#666;
	text-align:center;
	margin:0;
	font-size: 16px;
	line-height: 39px;
	padding:0;
}

.text_gross {
	width:80%;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 100px;
	font-weight: 700; 
	line-height: 125px;
	text-align: center;
	color: #FFF;
	position:absolute;
	/* bottom: 20%; */
	z-index:20;
	background-color: transparent;
	background-position: center;
	margin-right: 10%;
	margin-left: 10%;
	
}
#container_home {
	width:100%;
	height: 1200px;
	background: transparent;
	margin:0;
	padding:0;
	
}	
#container_aktuell {
	width:100%;
	height: 1200px;
	background: #000;
	margin:0;
	padding:0;

}	
#container_themen {
	width:100%;
	height: 2000px;
	background: #000;
	margin:0;
	padding:0;
}	
#container_foto {
	width:100%;
	height: 2000px;
	background: #000;
	margin:0;
	padding:0;
	
}	
#container_ausstellung {
	width:100%;
	height: 2000px;
	background: transparent;
	margin:0;
	padding:0;
	
}	
#container_about {
	width:100%;
	height: 1200px;
	background: #000;
	margin:0;
	padding:0;

}
.flaeche {
	height: 80px;
	width: 100%;
	background-color:#a1d407;
	position: relative;	
}
.logo {
    width:250px;
	height: 80px;
	position: relative;
	top: 0px;
	left:0px;
	margin:0;
	padding:0;
}
.dreieck_left {
	width: 0px;
	height: 0px;
	border-top: 120px solid #a1d407;
	border-right: 300px solid transparent;
	position: relative;
	top: 0px;
	z-index:-2;
}
.dreieck_right {
	width: 0px;
	height: 0px;
	border-top: 120px solid #a1d407;
	border-left: 300px solid transparent;
	float:right;
	display: block;
	z-index:-2;
}	
.dreieck_klein {
	width: 0px;
	height: 0px;
	display: block;
	position: fixed;
	top: 90%;
	float:right;
	right: 20px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #a1d407;	
}	
.dreieck_klein:hover {
	width: 0px;
	height: 0px;
	display: block;
	position: fixed;
	top: 90%;
	float:right;
	right: 20px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #999;	   
}
.buttonbar {
	display: block;
	top: 40px;
	left: 400px;
	width: 360px;
	position: absolute;
}
.farbwechsel {
	background-color: #a1d407;
	color: #FFF;
	border-top-color:#a1d407;
	border-left-color:#a1d407;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	display: block;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 34px;
	text-align: center;
}
.buttonaktiv {
	background-color: #a1d407;
	color: #666;
	border-top-color:#fff;
	border-left-color:#fff;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	display: block;
	font-family:'Oswald', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 34px;
	text-align: center;
}
a.farbwechsel:hover {
	background-color: #a1d407;
	color: #666;
	border-top-color:#fff;
	border-left-color:#fff;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	display: block;
	font-family:'Oswald', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 34px;
	text-align: center;
}
p {
	font-family:'Oswald', Arial, Helvetica, sans-serif;
	text-align:left;
	margin: 0;
	padding-left: 0px;
	font-size: 18px;
	line-height: 20px;
	color: #000;	
}
h1 {
	font-family:'Oswald', Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:center;
	padding-top:15px;
	font-size: 36px;
	line-height: 42px;
}
h2 {
	font-family:'Oswald', Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 40px;
	color: #FFf;
	padding-top:20px;
	padding-left:20px;
	
}
h3 {
	font-family:'Oswald', Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	margin-left: 20px;
	color: #fff;
}
h4 {
	font-family:'Oswald', Arial, Helvetica, sans-serif;
	color:#666;
	text-align:left;
	text-indent:10px;
	margin:0;
	font-size: 16px;
	line-height: 20px;
	padding:0;
}
h5 {
	font-family:'Oswald', Arial, Helvetica, sans-serif;
	color:#666;
	text-align:left;
	text-indent:10px;
	margin:0;
	font-size: 16px;
	line-height: 24px;
	padding:10;
	/* font-style: oblique; */
	font-weight: 400;
}
h6 {
	font-family:'Oswald', Arial, Helvetica, sans-serif;
	text-align:left;
	margin:0px;
	font-size: 14px;
	line-height: 18px;
	margin-left: 20px;
	color: #fff;	
}
body {  
	background: transparent;
	margin: 0;
	padding: 0; 

}	
.abouttext {
	width:550px;
	background: rgba(255, 255, 255, 0.75);
	float: left;
	margin-left:20px;
	padding: 20px;
	position: relative;
	top: 20px;
}
.aboutbox {
	width:340px;
	height: 340px;
	background: #fff;
	float: left;
	margin-left:20px;
	position: relative;
	top: 150px;
}

.foto_rh {
	width:300px;
	height: 300px;
	margin-left:20px;
	margin-top:20px;
	background-image: url(../image/ruth_d18107_grey.jpg);	
	
/* fotobox */

}
ul,li,dl,dt,dd {
	list-style-type:none;
	margin:0;
	padding:0;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #FFF
}
img {
	border:none;
	padding:0;
	margin:0;
}
.box_left {
	float:left;
	display: block;
}
.titel {
    font-weight:200;
    color: #fff;
    font-size:20px;
    padding:5px 20px 0px 20px;
	float:left;
	margin:0;
	height:40px;
}
.demo {
	float:left;
	margin:20px;
	background: rgba(255, 255, 255, 0.75);
}
.demo ul {
	float:left;
	margin:5px;
	display:block;
}
.demo li {
	float:left;
	padding:0px;
	margin:0;
	color:white;
}
.demo a {
	float:left;
	margin:10px;
	padding:0;
}
.demo  a:hover {
	float:left;
	padding:0;
}
.demo p {
	float:left;
	padding:5px;
}
.demo a img {
	float:left;
	margin:0px;
}
.weiss {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	text-align: left;
	vertical-align: top;
}
.gruen {
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	color: #a1d407;
	text-align: left;
	text-indent: 20px;
	vertical-align: top;
}	
.black {
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	color: #000;
	vertical-align: top;
}
table td {
	padding:5px 0px 0px 0px; /* top right bottom left */
}