/* CSS Reset */
html * {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
}

html {
	height:101%;
}

body{
    font-family: arial, sans-serif;
    color: #636363;
    background: #2C8597;
}

#wrapper{
    width: 940px;
    margin: 20px auto;
}

/* Hauptcontainer */
#all{
    width: 800px;    
    border: white 5px solid;
    background: url(../_img/bg.png) repeat-y;
    float:left;
}
#l_col{
    float: left;
}
r_col{
    width: 500px;   
}
#header{
    width: 150px;
    height: 600px;    
    background-color: #2C8597;
    padding-left: 40px;
}
/*#header2{
    width: 580px;
    height: 80px;
    background-color: #2C8597;
    background: url(../_img/head.png) no-repeat;
    float:left;
}*/
#ads{
    width: 180px;
    padding: 5px;
    padding-top: 2em;
    font-size: .8em;
    background-color: #2C8597;
    color: #fff;
    float:left;    
}
#ads a{
    color: #fff;
}
#ads h2, #ads h3{
    font-size: 0.8em;
}
#ads h1{
    font-size: 0.9em;
}
#ads img{
    padding: 2pt;
    border: #ddd 1px solid;
}

#brochure{
    width: 100px;
    text-align: center;
    float: left;
    margin-left: 10px;
    float: left;
}
#brochure h1, #brochure h2, #brochure h3{
    color: white;
}
#brochure h1{
    font-size: .8em;
}
#brochure h2, #brochure h3{
    font-size: .7em;
}
#brochure img{
   padding: 2pt;
   border: 1px white solid;
}
#brochure a{
   text-decoration: none;
}

/* Header */
#header div{
    float: right;
    margin-right: 1em;
    margin-top: 4em;
    color: #8CC43C;
}
#header img{
    float: left;
}
/* Hauptinhalt */

#content{
    width: 610px;
    float:left;    
    margin-top: 1em;
}
#content p{
    padding: 1em;
    color: #636363;
	text-align:justify;
}
#content h1{
   /* background: #8CC43C;*/
    padding-left: 0em;
    padding-bottom: 0.1em;
    padding-top: 0.1em;
    font-size: 1.4em;
    letter-spacing: .1em;
	 margin-left: 12px;
}
#content h2{
    color: #636363;
	 margin-left: 12px;
}
#content ul{
    margin-left: 2.5em;
}
#content ul li{
    color: #636363;
}
#content a{
    color: #2C8597;
    text-decoration: none;
}
#content a:hover{
    color: #2C8597;
    text-decoration: underline;
}
#content form{
    margin: 1em;
}
#content form p{
	padding-top: 1em;
    padding-bottom: 0em;
    padding-left: 0em;
}
#content form p i{
    font-size: .8em;
}
#content form p label b{
	margin: 0;
	display: block;
    text-align: right;
}
#content label{
    font-size: 0.8em;
    color: #636363;
}
#content input{
    border: 1px solid #BBB;
    padding: 0.3em;
    background: white;
}
#content .noBorder{
    border: 0;
}
/* Navigation */
#navi{
    width: 560px;
    float: left;
    background: #2C8597;  
	font-family: verdana, arial, sans-serif;
	/*position:relative;*/
	font-size:.8em; 
	z-index:100;
	padding-left: 10px;
	border-left: 10px white solid;
}
#navi ul li a, .menu ul li a:visited {
	display:block; 
	text-decoration:none; 
	/*width:80px;*/ 
	line-height:20px; 
	font-size:1em; 
	overflow:hidden;
	color: white;
	margin: 0 .5em;
}
#navi ul li a.active, .menu ul li a:visited.active {
    display:block; 
    text-decoration:none; 
    /*width:80px;*/ 
    line-height:20px; 
    font-size:1em; 
    overflow:hidden;
    color: #ef3023;
}
#navi ul {
	padding:0; 
	margin:0; 
	list-style: none;
	float:left;
}
#navi ul li {
	float:left; 
	position:relative;
	margin-right: 1em;
	text-align: center;
}
#navi ul li ul {
	display: none;
}
#navi ul li ul li{
    text-align: left;    
}
#navi ul li ul.programm li{
    width: 8em; 
}
#navi ul li ul.service li{
    text-align: left;
    width: 15em;
}
#navi ul li ul.rueckblick li{
    text-align: left;
    width: 10em;
}

/* specific to non IE browsers */
#navi ul li:hover a {
	color:#ef3023; 
	background:#2C8597;
}
#navi ul li:hover ul {
	display:block; 
	position:absolute; 
	left:0; 
	width:105px;
}
#navi ul li:hover ul li ul {
	display: none;
}
#navi ul li:hover ul li a {
	display:block; 
	background:#2C8597; 
	color:#fff;
	padding: 2pt;
}
#navi ul li:hover ul li a:hover {
	background:#2C8597; 
	color:#ef3023;
}


/******/

/* Footer */
#footer{
    background: #2C8597;
    padding: 0.4em;
    text-align: right;
    word-spacing: 1em;
    clear: both;
    border-top: 5px #fff solid;
}
#footer a{
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.8em;
}
#footer a:hover{
    color: #ef3023;
}


/* clearfix for floating elements */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/*******************
	Fragebogen
*******************/
#fragebogen h1{
    padding: 0 0 4px 0;
    margin: 30px 20px 15px 20px;
    font-size:10pt;
    border-bottom: 1px solid #C2C4C6;
	font-weight:bold;
    font-variant:small-caps;
    color:#000;
	text-align:left;
}
#fragebogen fieldset{
	margin: 30px 20px 15px 20px;
	text-align:left;
	border:1px solid #C2C4C6;
	height:60px;
}
#fragebogen textarea{
	border:1px solid #C2C4C6;
	height:100px;
	width:500px;
	margin-left:20px;
}
p.bewertung{
	margin-left:20px;
	float:left;
	width: 130px;
}
p.frage{
	margin-left:20px;
	float:left;
	width: 300px;
}
p.antwort{
	float:left;
	width: 15px;
	font-weight:bold;
}
p.text{
	float:left;
	width: 170px;
}
p.text2{
	float:left;
	margin-left:22px;
	text-align:left;
	width: 120px;
}

#content p.danke{
	font-size:10pt;
	font-weight:bold;
	color: #2C8597;
}


/* ### Programm */
#programm {
    margin:1em 1em;
    /*width: 100%;*/
    font-family:Verdana;
}
#programm h1{
	display: block;
    padding:0px;
    padding-bottom:6px;
    margin:0px;
    font-size:10pt;
    border:none;
    color: black;
    background: white;
    font-variant:small-caps;
}

#programm h2 {
    display:block;
    font-variant:small-caps;
    color: #0095DA;
}

#programm h3{
    letter-spacing:0px;
    font-size:9pt;
    padding:0px;
    color:#000;
}

#programm p{
    padding:7px 0px;
    padding-bottom:15px;
    margin:0px;
    font-size:8pt;
    letter-spacing:0px;
    line-height:11pt;           
}

#programm tbody tr td a {
    font-size: 0.8em;
}

#programm p.c1{

}
#programm p.c2 {

/*  text-align:justify;*/
}

#programm td {
    padding:0px;
}

#programm th {
    background:#fff;
    padding:5px;
    text-align:left;
}
#programm th.tag {
    padding:5px 0px;
    text-align:left;
    font-size:1.0em;
    font-weight:bold;
    letter-spacing:2px;
    border-bottom:1px solid #ddd;
    font-variant: small-caps;
}
#programm th.zeit {
    text-align:left;
    font-size:8pt;
    font-weight:normal;
    letter-spacing:0px;
    padding:0px;
    padding-right:5px;
    padding-top:2px;
    margin:0px;    
    color: #2C8597;
}
#programm .programm_ref, #programm .programm_ref a {
    padding:0px 0px;
    padding-bottom:0px;
    margin:0px;
    padding-right:0px;
    font-size:8pt;
    letter-spacing:0px;
}
#programm img.programm_ref {
    margin:0px 5px 5px 0px;
    float:left;
    border:1px solid #ddd;
}

/* STYLES FUER FRAGEBOGEN */
#fragebogen{
	font-size:0.8em;
}

.rand{
	border: 1px solid #636363;
	width: 430px;
	height: 100px;
	margin-bottom:20px;
}
#content p.blue{
	color: #2C8597;
	padding-bottom:1px;
}
#content p.blue_upper{
	color: #2C8597;
	padding-bottom:20px;
}



/* Styles für Rückblick */
#rueckblick{
	margin: 1em;
}
#rueckblick h2{
    margin-top: 1em;
    text-align: left;
    font-variant: small-caps;
    letter-spacing: 2pt;
    font-size: 1em;
	border-bottom: 1px solid #d3d3d3;
}
#rueckblick p{
	padding: 3px 0;
	font-size: 0.8em;
	color:#636363;
}

#rueckblick div.speaker{
	margin:5px 5px 10px 5px;
}
#rueckblick div.speaker img{
	padding: 2px;
	margin-right:20px;
    border: 1px #d3d3d3 solid;
	float:left;
}
#rueckblick div.speaker h4{
	margin: 0 0 3px 20px;
	font-size: 0.8em;
	color:#2C8597; 
}
#rueckblick div.speaker p{
	padding: 3px 0;
	font-size: 0.8em;
	color:#636363;
}

/* Styles für die Partnerseite */
#partner{
    margin: 1em;
}
#partner .p_head h2{
    margin-top: 1em;
    text-align: left;
    font-variant: small-caps;
    letter-spacing: 2pt;
    font-size: 1em;
}
#partner .p_middle td{
    font-size: 0.8em;
}
#partner .p_middle b{
    font-size: .9em;
}
#partner .p_middle .p_description{
    padding-right: .5em;
}
#partner .p_middle img{
    margin-left: 3em;
    
}
#partner .p_foot{
    font-weight: bold;
   /* font-variant: small-caps;*/
    font-size: 0.75em;
}
#partner .p_foot td{
    border-bottom: 1px #d3d3d3 solid;
}




/* Klasse f�r Referentenseite */
#speaker{
    margin: 10px 2em;
}
#speaker h3{
    font-weight: bold;
    font-size: 9pt;
    margin-left: 0px;
    color: #2C8597;
}
#speaker h2{
    padding:5px 0px;
    text-align:left;
    font-size:14pt;
    font-weight:normal;
    letter-spacing:2px;
    border-bottom:1px solid #ddd;
}
#speaker p{
    text-align: justify;
    font-size: .8em;
}
#speaker img{
    padding: 2px;
    border: 1px #d3d3d3 solid;
}
/*
    Vorl�ufige Teststyles!!
*/
fieldset{
   /* border: 1px black solid;*/
    padding: .5em;
    margin: 1em 0em;
}
fieldset h4{
    color: #8CC43C;
}
legend{
    /*border: 1px black solid;*/
    padding: 0.1em 0.5em;
    font-size: 1.2em;
    
}
.smallText{
    font-size: 0.7em;
}
.infoBox{
   color: #6e6e6e;
  /* border: 1px solid #cefc16;*/
  /* background: #e8fd93;*/
   font-size: .8em;
   display: block;
   /*margin: 5px;*/
   margin: 0px;
   margin-left: -7px;
   
}.infoBox_title{
  /* background: #e8fd93;*/
   font-size: .8em;
   display:none;
}
.errorBox{
   color: #6e6e6e;
   border: 1px solid #fc6716;
   background: #fdb193;
   padding: 5px;
   font-size: .8em;
   display: block;
   margin: 5px;
}
.errorBox_title{
   color: #6e6e6e;
   border: 1px solid #fc6716;
   background: #fdb193;
   font-size: .8em;
}
input {
   font-weight: bold;
}
#agb{
   font-size: .8em;
   margin: 1em;
}
#agb h1 {
   font-size: 1.6em;
   font-weight: bold;
   margin-left: 11px;
}
#agb h2{
   margin-top: .3em;
   font-size: 1.2em;
}
.firstTr{
   padding-top: 1em;
}
a.special{
   text-decoration: underline;
}