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


@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);




html { 
    height: 100% 
} 


body
{
  min-height: 101%; 
  margin: 0 auto;
  padding: 0;
  color: #FFF;
 
}

/*LAYOUT*/


img
{
border:0px;
}


#main {
	position:absoulte;
	margin-left:20%;
	margin-right:auto;
	margin-top:80px;
	margin-bottom:80px;
	width:500px;
	top: 0px;
}

#mainimage { 
	position:absoulte;
	margin-left:10%;
	margin-right:auto;
	margin-top:50px;
	margin-bottom:50px;
	width:500px;
	top: 0px;
}



/*TEXT und TYPOGRAFIE*/


p {
	font-family:'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
	font-style: normal;
	line-height:22px;
	color:#333;
	
}

.text {
	font-family:'Open Sans', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height:22px;
	color:#333;
}

h1

{
	font-weight: 300;
	font-style: normal;
	letter-spacing: 2px;
	text-transform: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height:22px;
	color: #036;
}
 
h2

{
  font-weight: 300;
  font-style:italic;
  text-decoration: none;
  color:#666;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 20px;
} 

h3 

{
	font-family: Georgia;
	font-weight: normal;
	font-size: 12px;
	color: #000;
	margin-bottom:20px;
}

h4 {
	font-family: Georgia;
	font-weight: normal;
	font-style:italic;
	font-size: 14px;
	color: #999;
	
}


li {
	list-style:circle;
	margin-left:15px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333;
}
	







/*Links*/

a {
	font-family: 'Open Sans', sans-serif;
	color:#333;
}
a:link {
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	color:#333;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	font-family: 'Open Sans', sans-serif;
	color:#333;
	font-weight: 400;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	font-family: "Open Sans", sans-serif;	
}

sub {
	font-family: 'Open Sans', sans-serif;
	color:#333;
	font-size: 12px;
	font-weight: 700;
}
a.sub:link {
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	font-size: 12px;
	color:#333;
}
a.sub:visited {
	text-decoration: none;
	color: #333;}
a.sub:hover {
	text-decoration: none;
	font-weight: 700;
	color: #6CF;
}
a.sub:active {
	text-decoration: none;
	
}



/*Diashow*/

#featured { 
	    width: 920px;
        height: 538px;
	background: #000 url('file:///Kopf/Users/konstanze/Documents/08_Projekte/00_KOKOBERLIN/2015_ONLINE/online2015_de/orbit/loading.gif') no-repeat center center;
	overflow: hidden; }
#featured>img,  
#featured>div,
#featured>a { display: none; }
