.hidden {
    display: none;
}

#inhalte {
	position: absolute;
	top:0;
	left: 0;
	z-index: 50;
	height:300%;
	}

#streifen1 {
	position: relative;
	background-color: rgb(250,250,240);
	left: 12%;
	width: 60%;
	height: 33.3%;
	z-index:100;
	-webkit-box-shadow: 1px 0 3px #696969;
	box-shadow: 1px 0 3px #696969;
	}
	
#streifen {
	position: relative;
	background-color: rgb(250,250,240);
	left: 12%;
	width: 60%;
	z-index:100;
	-webkit-box-shadow: 1px 0 3px #696969;
	box-shadow: 1px 0 3px #696969;
	}

#streifen1-inhalt {
	position: relative;
	width: 88%;
	height: 100%; 
	z-index:100;
	padding: 13% 0px 8% 8%;
	}


#streifen-inhalt {
	width: 88%;
	z-index:100;
	padding: 13% 0px 8% 8%;
	}

	
#zieroben {
	position: absolute;
	top: 27px;								
	left: 0;
	/*background-color: rgb(150,140,128); */
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: rgb(150,140,128);
	z-index:70;
	width:100%;
	}	
	
#copyright {
	position: absolute;
	bottom: 0;
	border-top-style: dashed;
	border-top-width: 1px;
	z-index:70;
	width:100%;
	border-top-color: rgb(150,140,128)
/*	background-color: rgb(150,140,128); */
	}
	
h1 { 
	font-size: 36px;
	font-weight: bold;
	font-family: 'Arvo', serif;
	color: rgb(10,10,10)
	}

p	{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 140%;
	color: rgb(10,10,10);
	}

.copyright {
	font-size: 9px;
	text-indent: 35px;
	}
	
a {
	font-family: 'Open Sans', sans-serif;
	/*font-weight: 700;*/
	color: rgb(0,0,0);
	background-color: rgb(220,255,130);
	text-decoration: none;
	}

a.fb:hover 
	{background-color: rgb(200,180,180);}
a.agi:hover
	{background-color: rgb(0,100,160);}
a.num:hover
	{background-color: rgb(253,227,165);}
a.kvc:hover
	{background-color: rgb(199,222,243);}
a.xing:hover
	{background-color: rgb(222,226,102);}
a.twit:hover
	{background-color: rgb(77,158,216);}

a.img-caption
	{
	color: white;
	background-color: transparent;
	}
a.img-caption:hover
	{
	color: black;
	background-color: rgb(220,255,130);}
	
	
	a:active {
		padding: 1px
		}

/* TABELLE */
		
#tabelle
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 140%;
	color: rgb(10,10,10);
	width: 95%;
	/* border-collapse: collapse; */
	text-align: left;
	
}
/* #tabelle th
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	padding: 10px 8px 0 0;
} */

#tabelle td
{
	/* font-size: 13px; */
	/* padding: 0px 8px 0px 10px; */
}

.head
{
	font-weight: 700;
	padding: 1.5em 0 0 0;
}
	
.jahr
{
	white-space:nowrap;
	font-size: 0.9em;
	padding: 10px 20px 0px 0px;
}
	
.wo
{
	color: rgb(5 5 5);
	font-weight: 700;
	font-size: 0.9em;
	padding: 10px 8px 0px 0px;
}