@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;*/
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
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;
	padding-right: 15px;
	
}
h4 {
	color: #01a89e;
	font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
	font-size: 20px;
	margin-top: 0;	
	margin-bottom: 30px;
	padding-right: 15px;
	
}
p {
	font-family: 'Open Sans';
	margin-top: 0;	
	padding-right: 15px;
	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;
}
.container {
	width: 960px;
	margin: 0 auto;
	background: #fff;
	border-left:#eee solid 1px;
	border-right:#eee solid 1px;
}
.navi {
	float: left;
	width: 960px;
	background: #ccc;
	border-bottom:1px double #999;
	margin: 0 0 50px 0;
	padding: 0;
}

.content {
	padding: 50px 130px 20px;
	width: 700px;
	float: left;
}

.content p {
	line-height: 150%;
}

#content_l {
	width: 300px;
	float: left;
}
#content_l p {
	padding: 15px;
	background: #e6e6e6;
	
}
#content_r {
	width: 300px;
	float: right;
}
#content_r p {
	padding: 15px;
	background: #e6e6e6;
}
#termin {
	margin-top: 10px;
	padding: 0;
	background: #eee;
	border: 1px solid #ccc;
}
#termin ul{
	padding: 10px 0 15px;
	
}

#li1{
	font-family: "Source Sans Pro";
    font-size: 26px;
    font-style: italic;
    font-weight: 900;
	text-align: center;
	padding: 10px 0;	
}
#li2{
	font-family: "Source Sans Pro";
    font-size: 26px;
    font-style: italic;
    font-weight: 900;
	text-align: center;
	padding: 10px 0;	
}
#li3{
	font-family: "Source Sans Pro";
    font-size: 46px;
    font-style: italic;
    font-weight: 900;
	text-align: center;
	padding: 10px 0;	
}
#li3 a{
	color: #01a89e;
	text-decoration: underline;
}
#li3 a:hover{
	color: #000;
}
#li4{
	font-family: "Source Sans Pro";
    font-size: 26px;
    font-style: italic;
    font-weight: 900;
	text-align: center;
	padding: 10px 0;	
	
}
/*#dkg {
	margin-top: 50px;
	margin-bottom: 100px;
    border-top: 1px dotted #CCCCCC;
}
#dkg_logo {
	position: relative;
	left: 190px;
    margin-bottom: 10px;
    margin-top: 80px;
}
#dkg p {
	text-align: center;
}*/

#organisatoren {
	margin-top: 50px;
	margin-bottom: 100px;
	border-bottom: 1px dotted #CCCCCC;
    border-top: 1px dotted #CCCCCC;
}
#organisatoren h3 {
	color: #000;
	text-align: center;
	padding-top: 20px;
}
#organisatoren ul li {
	color: #000;
	text-align: center;
}

a{
	color: #01A89E;
	text-decoration: none; 
}

a:hover, a:active, a:focus { 
	text-decoration: none;
	color: #000;
}

#logo_dkg {
	margin: 0;
	width: 350px;
	height: 180px;
}

.content ul, .content ol { 
	list-style: none outside none;
    padding: 0 0 50px;
}

#programm {
	list-style-position: outside;
}

ul.nav {
	position: relative; 
	eft: 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;
}
/*#linklist {
	width: 200px;
	float: right;
}
ul.links {
	font-weight: normal;
    list-style: none outside none;
    padding: 0 5px;
    text-align: left;
}
ul.links a:hover{
	color: #FE941E;
}
ul.links p {
	font-weight: bold;
    list-style: none outside none;
    padding: 0;
}*/
.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;
	
}

.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.vorsitz {
	display: block;
	float: left;
	height: 50px;
    margin-right:95px;
	
}
.vorsitzender {
	display: block;
	height: 50px;
	margin-bottom: 30px;
	border-bottom: 1px solid #EEEEEE;
}
li.Ue1 {
	
	font-weight: normal;
	
}

.uhrzeit {
	display: block;
	float: left;
	height: 50px;
    margin-right:50px;
}
.uhrzeit_begruessung {
	display: block;
	float: left;
	height: 50px;
    margin-right:86px;
}
.uhrzeit_schluss {
	display: block;
	float: left;
	height: 80px;
    margin-right:36px;
}
.uhrzeit2 {
	display: block;
	float: left;
	height: 50px;
    margin-right:38px;
}
.uhrzeit_pause {
	display: block;
	float: left;
	height: 80px;
    margin-right:35px;
}
.uhrzeit3 {
	display: block;
	float: left;
	height: 80px;
    margin-right:37px;
}
.uhrzeit4 {
	display: block;
	float: left;
	height: 80px;
    margin-right:32px;
}
.uhrzeit_diskussion {
	display: block;
	float: left;
	height: 80px;
    margin-right:42px;
}
.veranstaltung {
	display: block;
	width: 700px;
}


.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;
}
.scrollToTop:hover{
	text-decoration:none;
}

-->
</style>