/* -------------------------------------- 
Zentrale Einstellungen
-----------------------------------------*/  

* {
	margin:0;
	padding:0;
	list-style:none;

}

html {
	height: 101%;
}

ol li {
	list-style: decimal;
	list-style-type: decimal;
	margin-left: 20px;
	margin-bottom: 8px;
}

body {
  font:11px Verdana, Arial, Helvetica, sans-serif;
  color: #5F483E;
}

h1 {
  font-size: 20px;
  font-weight: normal;
  padding-bottom: 6px;
}

h2, h3, h4 {
  font-size: 15px;
  font-weight: normal;
  padding-bottom: 6px;
}
h5 { 
   font:bold 11px/120% Verdana, Arial, Helvetica, sans-serif; 
   color: #5F483E; padding-bottom: 6px;
}

p {
  line-height: 15px;
  padding-bottom: 6px;
}

a:link,
a:visited {
    /*color:#435361;*/
    color:#0066CC;
    text-decoration:underline;
}

a:hover,
a:active {
    /*color:#435361;*/
    color:#0066CC;
	text-decoration: underline;
}

a.active {
	font-weight: bold;
}


a img {
  border: 0px;
}

div.clearer {
  clear: both;
}

div.trenner {
	margin: 15px 0;
	border-bottom: 1px solid #435361;
}


input, 
select, 
textarea {
	padding: 1px;
}

.input_option_long {
	width: 100%;
}
.input_option_zip {
	width: 15%;
	float:left;
}
.input_option_city {
	width: 77%;
	float:right;
	margin-right: -4px;
}
.input_option {
	
}

span.obligationfield {
	color:#990000;
}


div#middle ul li {
	background:transparent url(../img/listline.gif) no-repeat 2px 7px;
	/*list-style: disc;
	margin-left:20px;*/
	padding-left:15px;
}


div.rss {
	margin-bottom: 20px;
}




/* -------------------------------------- 
Body und Mainwrappper
-----------------------------------------*/  

div#main_wrapper {
  width: 960px;
  background-color: #FFF;
  margin: auto;
  height: 100%;
}



/* -------------------------------------- 
Header
-----------------------------------------*/  

div#header {
  height: 82px;
  position: relative;
}

  div#header img#logo {
    position: absolute;
    top: 14px;
    /*left: 208px;*/
  }
  
  div#header ul#service {
    position: absolute;
    bottom: 8px;
    right: 208px;
  }
  
  div#header ul#service li {
    float: left;
    margin-left: 30px;
    background: none;
  }
  
  div#header ul#service li a {
    color: #5F483E;
  }
div#header ul#service li.superamazinglink a {
	color: #0066CC;
}
div#header ul#service li.superamazinglink a:hover {
	color: #0066CC;
}
  
  div#header ul#service li a:hover,
  div#header ul#service li a.active {
    color: #5F483E;
    text-decoration: underline;
  }



  div#header ul#profiltagService {
    position: absolute;
    bottom: 8px;
    right: 208px;
  }
  
  div#header ul#profiltagService li {
    float: left;
    margin-left: 30px;
	padding-left:none;
	background-image:none;
  }
  
  div#header ul#profiltagService li a {
    color: #435361;
  }
  
  div#header ul#profiltagService li a:hover,
  div#header ul#profiltagService li a.active {
    color: #435361;
    text-decoration: underline;
  }  


/* -------------------------------------- 
Maincontent, Linke Spalte
-----------------------------------------*/  

div#main_content div#left {
  width: 200px;
  float: left;
}

  /* Boxen-Design */

div#main_content div#left div.box,
div#main_content div#right div.box,
div#main_content div#left div.boxWithout,
div#main_content div#right div.boxWithout {
    background-color: #435361;
    margin-bottom: 8px;
    color: #FFF;
    padding: 8px 8px 4px 30px;
}
div#main_content div#left div.boxWithout,
div#main_content div#right div.boxWithout {
    margin-bottom: 0px;
}

div#main_content div#right div.box a { color:#fff; }
  
  div#main_content div#left div.box a.teaser,
div#main_content div#right div.box a.teaser {
    color: #FFF;
    float: right;
    font-size: 12px;
    text-decoration:none;
    padding-right: 5px;
  }
  
  div#main_content div#left div.box b {
    /*font-size: 24px;*/
  }
  
  div#main_content div#left div.box.first {
    min-height: 300px;
    padding-top: 0px;
    padding-right: 0px;
  }
  
  div#main_content div#left div.box.search {
    padding-right: 0px;
  }
  
  div#main_content div#left div.box.white,
div#main_content div#right div.box.white {
    background-color: #FFF;
    border: 1px solid #435361;
    color: #435361;
  }
  
  /* Navigation */
  
  div#main_content div#left div.box ul#navigation {
    padding: 0 0 26px 0;
  }
  
    div#main_content div#left div.box ul#navigation li {
      padding: 7px 0 7px 0;
      border-bottom: 1px solid #8B909C;
    }
    
      div#main_content div#left div.box ul#navigation li ul li {
        padding: 7px 0 0 20px;
        border: none;
      }
  
    div#main_content div#left div.box ul#navigation a {
      color: #FFF;
      text-decoration: none;
    }
    
    div#main_content div#left div.box ul#navigation a:hover,
    div#main_content div#left div.box ul#navigation a.active {
      color: #8B909C;
      text-decoration: none;
    }
    
    
  /* Suchformular */
  
  div#main_content div#left div.box.search input.input_option {
    width: 166px;
    border: 0px;
    padding: 2px;
    font-size: 12px;
    color: #435361;
    
  }
  
  div#main_content div#left div.box.search input.submit_option {
    color: #FFF;
    border: none;
    background-color: transparent;
    margin-left: 140px;
  }




/* -------------------------------------- 
Maincontent, Mittlere Spalte
-----------------------------------------*/  

div#main_content div#middle {
  width: 544px;
  float: left;
  margin: 0 0 0 8px;
}

  div#main_content div#middle div#content {
    padding: 8px 0 8px 0;
  }





/* -------------------------------
RTE
---------------------------------*/

.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}



/*------------------------------
Navigation unten
------------------------------*/

div.naviBottom {
	margin: 20px 0;
	text-align: right;
	clear: both;
}
	div.naviBottom a {
		margin-left: 15px;
	}

div.naviBottom.left {
	margin: 10px 0;
	text-align: left;
}
	div.naviBottom.left a {
		margin-right: 15px;
		/*margin-left: -5px;*/
	}




/* --------------------------------------
Mootools Ticker
-----------------------------------------*/
/*Ticker-Top*/

  div#main_content div#middle div#content div#ticker {
    background:url(../img/pfeilchen_ticker.gif) no-repeat 10px 10px;
    border: 1px solid #5F483E;
    padding: 8px 8px 4px 90px;
    margin-bottom: 6px;
    
  }
  div#ticker div#tickerInner {
	width: 444px;
	height: 30px;
	display: block;
	overflow: hidden;
	position: relative;
  }
  div#ticker ul#TickerItems {
	width: 444px;
	height: 36px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
  }
  div#ticker ul#TickerItems li {
	display: block;
	width: 444px;
	height: 36px;
	margin: 0;
	padding: 0;
	float: left;
	color: #5F483E;
	padding-left:0px;
	background-image:none;
  }
  div#ticker a {
      text-decoration:none;
  }



/*Ticker-Side*/

div.buchungSide {	/*Buchung Button*/
/*	border: 1px solid #435361;*/
	padding: 5px;
	color: #5F483E;
	font-weight: bold;
}
div.buchungSide input {
	font-weight: bold;
	padding: 2px 15px;
	
}

  div#tickerSide {
	border: 1px solid #5F483E;
	padding: 5px;
	margin-bottom: 8px;
	color: #5F483E;
  }
  div#tickerSide div#tickerInner {
	width: 190px;
	height: 80px;
	display: block;
	overflow: hidden;
	position: relative;
  }
  div#tickerSide ul#TickerItemsSide {
	width: 190px;
	height: 78px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
  }
  div#tickerSide ul#TickerItemsSide li {
	display: block;
	width: 190px;
	height: 78px;
	margin: 0;
	padding: 0;
	float: left;
	padding-left:0px;
	background-image:none;
  }







  /* Indexed Search */
  
  div#main_content div#middle div#content div.tx-indexedsearch {
    background:url(../img/pfeilchen_ticker.gif) no-repeat 10px 5px;
    border: 1px solid #5F483E;
    padding: 8px 8px 4px 90px;
    margin-bottom: 6px;
  }

  div#main_content div#middle div#content strong.tx-indexedsearch-redMarkup {
    font-weight: normal;
  }

  div#main_content div#middle div#content strong.tx-indexedsearch-redMarkup,
  div#main_content div#middle div#content span.csc-sword {
    background-color: #5F483E;
    color: #FFF;
    padding: 0 2px 0 2px;
  }




/* -------------------------------------- 
Maincontent, Rechte Spalte
-----------------------------------------*/  

div#main_content div#right {
  width: 200px;
  float: right;
}


div.teaserRight {
  border: 1px solid #5f483e;
  padding: 20px;

}




/* --------------------------------------
Seminarbuchung
-----------------------------------------*/


div.seminar {
	margin: 20px 0;
}
	div.seminarDays {
		margin:5px;
	}
	div.pdf {
		width: 100px;
		padding: 4px;
		margin: 5px 0;
		background:url(../img/icon_pdf.gif) no-repeat;
		float: right;
	}
	div.seminar div.submit {
		margin-bottom: 30px;
	}

div.pdf_buchung {
	width: 150px;
	height: 20px;
	padding: 5px;
	padding-left: 25px;
	background:url(../img/icon_pdf2.gif) no-repeat;
	float: right;
}


table.main{
	width:100%;
}
	table.main td {
		vertical-align:top;
	}
	table.main td.placeh {
		width:30px;
	}
	table.main tr.title td {
		background-color: #435361;
		color: #FFF;
		padding: 5px;
	}



table.rechnungsadresseForm,
table.teilnehmerForm {
	margin: 20px 0;
}
	table.rechnungsadresseForm td#label,
	table.teilnehmerForm td#label {
		vertical-align: middle;
		width: 90px;
	}
	table.rechnungsadresseForm td#input,
	table.teilnehmerForm td#input {
		padding: 2px 0;
	}
	table.rechnungsadresseForm tr.submit td,
	table.teilnehmerForm tr.submit td {
		text-align:right; 
		padding: 20px 0;
	}

ul.error li {
	color: #F00;
	margin: 3px 20px;
	list-style-type: circle; 
}
div.error {
	color: #F00;
	margin: 20px 0;
}

.titlePlace{
	background-color: #FFF!important;
}

.select_option {
	width: 145px;
}
div.submit {
	text-align:right;
	margin-bottom:10px;
}



table.persons {
	width: 100%;
	margin-bottom: 25px;
}
	table.persons tr td {
		padding: 3px;
		vertical-align: top;
	}
	table.persons tr.legend td {
		background-color: #435361;
		color: #FFF;
	}


table.seminar {
	/*border: 1px solid #435361;*/
	width: 100%;
	margin-bottom: 40px;
}
	table.seminar tr.title td {
		background-color: #435361;
		color: #FFF;
		padding: 5px;
	}
	table.seminar td {
		vertical-align: top;
		padding: 0 2px;
 	}

div.seminarTitle,
p#seminarTitle {
	/*margin-top: 15px;*/
	font-weight: bold;
	font-size: 13px;
}

.seminar div.price {
	/*font-weight: bold;*/
}
.seminar div.preOrder {
	font-weight: bold;
}


.input_option_button,
form input.submit_option {
	background-color: #FFF;
	color: #435361;
	border: 1px solid #435361;
	padding: 0 5px;
	cursor: pointer;
}





/* --------------------------------------
Teaser - Referenten
-----------------------------------------*/

div.list_element {
	clear: both;
	/*padding: 20px 0;*/
	border-top: 1px solid #435361;
}
	div.list_element  div.image {
		float: left;
	}
		div.list_element  div.image img {
			width: 120px;
			height: auto;
			margin: 10px 0;
			margin-right: 10px;
		}
	div.list_element  div.text {
		margin: 10px;
		/*padding-top: 60px;*/
		margin-left: 130px;
	}
		div.list_element  div.text div.name {
			font-size: 18px;
		}
		div.list_element  div.text div.vorstellungstext {
			/*font-weight: bold;*/
			font-size: 13px;
		}





/* --------------------------------------
Kontaktformular
-----------------------------------------*/

.hinweis {
	padding: 10px 0;
	/*text-align: right;*/
}

table.kontakt,
table#kontakt {
	width: 100%;
	margin: 20px 0;
}
	table.kontakt td,
	table#kontakt td {
		padding: 2px 0;
	}
	table.kontakt td#label,
	table#kontakt td#label {
		width: 30%;
	}
	table.kontakt input#error,
	table#kontakt input#error {
		background-color: #FFF;
		border: 1px solid #F00;
	}
	




/* --------------------------------------
Newsletter Anmeldeformular
-----------------------------------------*/

div.newsletterSubscribe {
	
}




/* -------------------------------------- 
Programm Teaser
-----------------------------------------*/  

table.program {
	padding: 0;
	border-width: 0px;
	border-spacing: 0px;
	border-collapse:collapse;
	margin-top: 30px;
	width: 544px;
}
	table.program td {
		vertical-align: top;
	}
	table.program td.logo {
		width: 60px;
	}
	table.program div.bild {
		width: 60px;
		background-color: #B5B5B5;
	}
		table.program div.bild img {
			width: 60px;
			height: auto;
			background-color: #B5B5B5;
		}
	table.program div.head {
		background-color: #435361;
		color: #FFF;
		font-size: 15px;
		padding: 5px 5px 0 5px;
		cursor: default;
	}
	table.program div.head h3 {
		text-decoration:underline;
	}


	table.program span.visible p {
		padding: 5px;
	}
	table.program div.inhalt {
		padding: 5px;
	}




/* -------------------------------------- 
Workshop Teaser
-----------------------------------------*/  
div.WorkshopTitle,
h4.workshopTitle {
	background-color: #435361;
	color: #FFF;
	font-size: 15px;
	padding: 5px 15px;
	margin-top: 50px;
}


table.workshop {
	margin-top: 20px;
	border-width: 0px;
	border-spacing: 0px;
	border-collapse:collapse;

}
	table.workshop td {
		vertical-align: top;
	}
	table.workshop div.bild {
		width: 60px;
		height: 80px;
	}
		table.workshop div.bild img {
			width: 60px;
			height: auto;
			background-color: #B5B5B5;
			margin-top: 5px;
		}
	table.workshop div.head  {
		padding: 10px;
	}
	table.workshop div.inhalt {
		padding: 10px;
	}

	table.workshop span.visible b {	/* "Link" */
		text-decoration: underline;
		color: #0066CC;
	}

	







/*------Buchung Button links-------
----------------------------------*/

div.buchungSide {
	border: 1px solid #5f483e;
	padding: 5px;
	margin-bottom: 8px;
	color: #5f483e;
	font-weight: bold;
}
div.buchungSide p {
	margin: 3px 0;
}
div.buchungSide a {
	font-size: 14px;
	color: #0066cc;
	text-transform: uppercase;
	background:url(../img/pfeilchen.gif) left center no-repeat;
	padding-left: 30px;
}
div.buchungSide a:hover,
div.buchungSide a:active {
	color: #5f483e;
}




/* -------------------------------------- 
Kategorien Teaser
-----------------------------------------*/  

div.kategorie {
	/*margin-bottom: 10px;*/
	padding: 10px 0;
	border-bottom: 1px solid #435361;
}
	div.kategorie div.title {
		font-weight:bold;
		margin-bottom: 5px;
	}
	div.kategorie div.text {
		
	}






/* -------------------------------------- 
Gästebuch
-----------------------------------------*/  


    .tx-veguestbook-pi1 {
        font-size:100%;
	
    }
  

    /* error handling */
	.tx-veguestbook-pi1 p.tx-guestbook-form-error {
		font-weight:bold;
		color:#990000;
	}

	
	/* display of result count */
	.tx-veguestbook-pi1 .tx-guestbook-result {
		font-weight:bold;
		float:left;
	}

	
	/* pagination */
	.tx-veguestbook-pi1 .tx-guestbook-pagination {
		font-size:75%;
		font-weight:bold;
		float:right;
	}

	
	/* 
		styles for list mode 
	*/
	.tx-veguestbook-pi1 h2.tx-guestbook-header {
		clear:both;
		background:#435361;
		color:#FFF;
		display:block;
		font-size:100%;
		padding: 1em;
		width: 523px;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-left {
		float:left;
		display: block;
		width:12em;
		min-height: 220px;
		height: auto !important;
		height: 220px;
		background:#EFEFEF;
		padding: 1em;
	}
	
	
	.tx-veguestbook-pi1 .tx-guestbook-left p {
		color:#333;
	}
 	
	.tx-veguestbook-pi1 .tx-guestbook-right {
		float: left;
		width:380px;
		background:#FFF;
		padding-left: 10px;
		padding-top: 10px;
	}
	
	/* styles for latest mode */
	.tx-veguestbook-pi1 .tx-guestbook-latest p,
	.tx-veguestbook-pi1 .tx-guestbook-right p {
		color:#333;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-latest p.tx-guestbook-date,
	.tx-veguestbook-pi1 .tx-guestbook-right p.tx-guestbook-date {
        font-weight: bold;
	}
 
	.tx-veguestbook-pi1 .tx-guestbook-right h3 {
		font-size:100%;
		color:#990000;
		font-weight:bold;
		background:none;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-right .tx-guestbook-comment {
		font-size:75%;
		color:#333;
		font-style: italic;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-latest {
		display:block;
		padding:0.25em;
		clear:both;
	}
	


	/* 
		form styles 
	*/
	.tx-veguestbook-pi1 .tx-guestbook-field {
		clear:both;
		width:100%;
		display:block;
		padding: 1em 0;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field label {
		clear: both;
		display: block;
		float: left;
		width: 10em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-med {
		float:left;
		width:10em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-big {
		float:left;
		width:20em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field textarea.tx-guestbook-form-textarea {
		width: 30em;
		display: block;
		float: left;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field span.tx-guestbook-form-obligationfield {
		color:#990000;
	}
	
	.tx-veguestbook-pi1 fieldset {
		border:none;
	}
	
	.tx-veguestbook-pi1 legend {
		display:none;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap {
		float:left;
		display:block;
		background:#F7F7F7;
		border:1px solid #CCC;
	}
 
	.tx-veguestbook-pi1 .tx-guestbook-freecap {
		margin-left:2.25em;
	}
 
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap img {
		float:left;
		display:block;
		padding-left:0.25em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap input {
		float:left;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap label {
		clear:both;
		display:block;
		float:none;
		width:10em;
		margin-bottom:0.5em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap p {
		font-size:75%;
		padding:0.25em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap h3 {
		display:none;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap span.tx-srfreecap-pi2-cant-read {
		color: #000;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-clear {
		clear:both;
		display:block;
	}
	
	.tx-veguestbook-pi1 input.tx-guestbook-submit {
		width:auto;
		display:block;
	}


.tx-srfreecap-pi2-cant-read {
	color: #5f483e;
}

.tx-srfreecap-pi2-cant-read a {
	font-weight: normal!important;
}

.tx-srfreecap-pi2-image {
	margin:0;
	padding:0;
}




/* -------------------------------------- 
Login
-----------------------------------------*/  

div.login {
	text-align: right;
	background-color: #435361;
	color: #FFF;
	padding: 5px 0;
}

	div.login input#user,
	div.login input#pass {
		width: 168px;
		border: none;
		margin-top: 3px;
		margin-bottom: 5px;
	}

	div.login p.title {
		margin-bottom: 10px;
	}

	h3,
	div.login p.title,
	div.login div.label {
		text-align: left;
		margin-left: 30px;
	}

	div.login input.submit_login {
		color: #FFF;
		background: transparent;
		width: 15px!important;
		border: none;
		margin-right: 5px;
		cursor: pointer;
	}



/* -------------------------------------- 
Handelsblatt Teaser
-----------------------------------------*/  


div.handelsblatt {
		margin-bottom: 20px;
	}
	div.handelsblatt div.title {
		font-weight: bold;
		margin-bottom: 5px;
	}

	div.handelsblatt div.tglcontent {
		
	}

	div.handelsblatt span.more {
		margin-left: 490px;
		color:#0066CC;
		text-decoration:underline;
		cursor: pointer;
		/*display: none;*/
		
	}



/* -------------------------------------- 
Media zum download Teaser
-----------------------------------------*/  

table.media {
	width: 100%;
	margin: 10px 0;
}

table.media td.col1 {
	background:url(../img/icon_media_player.jpg) no-repeat 0px 0px;
	width: 30px;
	height: 30px;
}
table.media td.col1 {
	padding-left:10px;
}


/*-----------------
Misc
-------------------*/

a.link_myON {
	color:#FFFFFF;
text-decoration: none;
}

.center_col_left { float :left; margin: 0 8px 8px 0; width: 264px; }
.center_col_right { width: 270px; float: left; }

.socialbookmarks {
	display: block;
	padding: 0 0 10px 0;
	height: 28px
}
.socialbookmarks a {
	display: block;
	float: left;
}
.socialbookmarks a img {
	float: left;
	display: block;
	clear: none;
}

.link_pfeil {
    display: block;
    width: 100%;
    text-align: right;
}

.link_pfeil a,
.link_pfeil a:visited,
.link_pfeil a:active,
.link_pfeil a:link,
.link_pfeil a:hover {
    text-decoration: none;
    color: #ffffff;
    /*background-color: #435361;*/
}

.csc-frame-rulerAfter { 
   border-bottom:1px solid #435361;
   padding-bottom:10px;
   margin-bottom:10px; 
}

