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


body {
	font: 14px/1.4  'Open Sans';
	background: url(../pics/bg.png);
	background-attachment:fixed;
	margin: 0;
	padding: 0;
	/*color: #313131;*/
}
#all {
	width: 960px;
	margin: 0 auto;
	background: #fff;
	border-left:#eee solid 1px;
	border-right:#eee solid 1px;
}

h1 {
	color: #fff;	
	 /*font-family: 'Open Sans';*/
    font-family: "Source Sans Pro";
    font-size: 46px;
    font-style: italic;
    font-weight: 900;
	text-decoration: none; 
	text-shadow: 1px 1px 1px #000, 3px 3px 5px #999;
    line-height: 30px;
	letter-spacing: 2px;
	margin-top: 0;	
	margin: 0;
	padding: 16px 15px 15px 110px;
	
}
.firstcharacter {
	font-size: 65px;
}
	
h2 {
	color: #fff;	
	font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
	font-size: 28px;
	letter-spacing: 3px;
    line-height: 30px;
	margin-top: 0;	
	margin: 0px;
	padding: 0px 15px 10px 180px;
	
}
h3 {
	color: #535353;
	font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
	font-size: 22px;
	margin-top: 0;	
	margin-bottom: 30px;
	
}
h4 {
	color: #01a89e;
	font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
	font-size: 20px;
	margin-top: 0;	
	margin-bottom: 30px;
	
}
p {
	font-family: 'Open Sans';
	margin-top: 0;	
	color: #000;
}
#header {
	margin-top: 30px;
	background: none;
	width: 960px;
	height: 175px;
	display:block;
	padding: 0;
	background:none;
}
#header_inner {
	background:#01A89E;
    height: 175px;
    padding-bottom: 20px;
	z-index: 99;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
	color: #000;
}
a{
	color: #01A89E;
	text-decoration: none; 
}
.navi {
	float: left;
	width: 100%;
	background: #ccc;
	border-bottom:1px double #999;
	margin: 0 0 50px 0;
	padding: 0;
}
ul.nav {
	position: relative; 
	left: 0px;
	margin: 0 auto;
	width: 800px;
    list-style: none outside none;
    padding: 0;
}   
ul.nav li {
	display:inline-block;
	font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
	font-size: 14px;
	border-right: 1px solid #fff;
	margin-bottom: 2px;
	padding-left: 8px;
	float: left;
	position:relative;
	width: 150px;
}
ul.nav li.last {
	border-right: none;
}

ul.nav a
 { 
	padding: 8px 5px 5px 20px;
	display: block; 
	width: 150px;  
	color: #000;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
	background: none;
}
ul.nav a:active, 
ul.nav a:hover,
ul.nav a:focus { 
	background: none;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}
#impressum {
	font-weight: bold;
    list-style: none outside none;
    padding: 0 20px;
    text-align: left;
	width: 200px;
	float: left;
}
#impressum a{
	color: #01A89E;
	text-decoration: none;
}
#impressum a:hover{
	color: #000;
}
.footer {
	height: 80px;
	border-top: 1px dotted #C9C9C9;
	border-bottom: 8px solid #01a89e;
	padding: 10px 0;
	background: #fff;
	position: relative;
	clear: both; 
	margin-bottom: 50px;
}
#anker {
	font-weight: bold;
    padding: 20px 20px;
    text-align: right;
	
}
.scrollToTop{
	width:100px; 
	height:130px;
	padding:30px; 
	text-align:center; 
	background: none;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position:scroll;
	top:75px;
	right:40px;
	display:none;
	background: url('../pics/pfeil.jpg') no-repeat 0px 20px;
}

.content {
	padding: 50px 130px 20px;
	width: 700px;
	float: left;
}
#divider {
	margin: 0 0 50px 0;
	width: 700px;
	float: left;
}

#container {
    display: table;
    }

  #row  {
    display: table-row;
    }

  .links, .rechts {
    display: table-cell;
    }
		
.links  {
	display: inline;
    float: left;
	margin: 0 0 50px;
    padding: 0;
    width: 200px;
	
} 
.rechts  {
	margin: 0;
	padding: 0;
	float:left;
	/*width: 60%;*/
	
} 
