/* =============== L A Y O U T ====================================== 
wrap
	header
	nav
	main
		left
		center
		right
footer
=====================================================================  */

body { margin: 20px 0; padding: 0; }
#wrap { width: 943px; margin: 0 auto; padding: 0; }
#header { }
#nav { padding-left: 200px; }
	#bc { float: left; width: 400px; margin: 0; padding: 5px 0; }
	#bc li { display: inline; list-style: none; }
	#bc li a { padding-right: 16px; }
	#bc li span { }
	#version { width: 20px; margin: 0 0 0 710px; padding: 6px 0; }
	#version img { display: inline; }
#main { clear: left; margin: 4px 0 0; }
#left { float: left; width: 185px; padding-top: 20px; }

/* === M E N U === */
#menu { margin: 0; padding: 0 0 2px 0; overflow: hidden; }
#menu li { margin: 0; padding: 0; list-style: none; }
#menu li a { display: block; padding: 3px 10px; margin: 0; }
#menu li.current div { padding: 3px 10px; }

#menu li a { width: 185px; }
#menu li a { \width: 185px; w\idth: 165px; }

/* 2. */
#menu ul { margin: 0; padding: 0; }
#menu ul li a { padding: 3px 10px 3px 20px; }
#menu ul li.current div { padding: 3px 10px 3px 20px; }

#menu ul li a { width: 175px; }
#menu ul li a { \width: 175px; w\idth: 155px; }

/* 3. */
#menu ul ul { margin: 0; padding: 0; }
#menu ul ul li a { padding: 3px 10px 3px 30px; }
#menu ul ul li.current div { padding: 3px 10px 3px 30px; }

#menu ul ul li a { width: 165px; }
#menu ul ul li a { \width: 165px; w\idth: 145px; }

#lang { margin-top: 20px; padding: 2px 10px;	}
#center { float: left; margin: 0 20px 0 5px; padding: 20px 0; width: 548px; }
#center.wide { width: 733px; margin: 0 0 0 5px; }
#mainheader { width: 480px; padding: 5px 0; }
#mainheader h1 { display: inline; padding: 4px 0; }
#mainheader h1 span { padding: 0 100px 4px 10px; }
h2 { margin-top: 2em; }
#maincontent { margin: 0 0 0 10px; }

#right { float: left; width: 185px; padding-top: 20px; border-bottom: none; }
#footer { width: 943px; margin: 10px auto; }

/* ===== N E W S ===== */ 
#newsheader { width: 180px; padding: 4px 0; }
#newsheader h2 { display: inline; padding: 4px 0; }
#newsheader h2 span { padding: 0 60px 4px 10px; }
.newsitem { color: #333333; width: 180px; margin: 10px auto; padding: 10px 2px; background: #D8E386; }
.newsitem h3 { margin: .2em 10px; }
.newsitem p { margin: 0 10px .6em; }
.newsitem a:visited { color: #FFF; }

/* ===== M I S C. ===== */ 
img { display: block; border: 0; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */ 

/* =============== C O L O R S ====================================== */

body { background: #B0C60D; }
#wrap { background: #FFF; border: 4px solid #FFF; }
#nav { color: #999; background: #E3E5E7 url("../bilder/assets/nav_back.gif") repeat-x; }
#bc li a { color: #666; background: transparent url("../bilder/assets/nav_arrow.gif") no-repeat right center; }
#main { background: #FFF url("../bilder/assets/main_back.gif") repeat-y; }
#main.wide { background: #FFF url("../bilder/assets/mainwide_back.gif") repeat-y; }
#left { color: #FFF; background: #B0C60D; }
#center { }
#left a { color: #FFF; }
#right a { color: #000; }
#footer, #footer a, #footer a:visited { color: #FFF; }
#footer a:hover { color: #000; background: #FFF; text-decoration: none; }

/* === M E N U === */
#menu { background: transparent url("../bilder/assets/menu_line.gif") no-repeat bottom; }
#menu li a { color: #FFF; text-decoration: none; }

#menu li { background: transparent url("../bilder/assets/menu_line.gif") no-repeat; }
#menu ul li { background: transparent; }
#menu li#noline { background-image: none; }
.noline { background: #B0C60D; background-image: none !important; }
#menu li.current { color: #777; background: transparent url("../bilder/assets/curr_back_top.gif") no-repeat; }
#menu li.current div { background: transparent url("../bilder/assets/curr_back_bottom.gif") no-repeat left bottom; }
#menu li.current#wide { color: #000; background: transparent url("../bilder/assets/curr_back_top.gif") no-repeat; }
#menu li.current#wide div { background: transparent url("../bilder/assets/curr_back_bottom.gif") no-repeat left bottom; }
#lang a { text-decoration: none;	}

#mainheader h1 { color: #FFF; background: #B0C60D url("../bilder/assets/header_back_top.gif") no-repeat 100% 0%; }
#mainheader h1 span { background: transparent url("../bilder/assets/header_back_bottom.gif") no-repeat 100% 100%; }
h2 { color: #B0C60D; }
#center a { color: #899B00; }
#center a:hover { color: #FFF; background: #B0C60D; text-decoration: none; }

#center ul li { list-style-image: url("../bilder/assets/bullet.gif"); }

/* ===== N E W S ===== */ 
#newsheader h2 { color: #777; background: #FFF url("../bilder/assets/news_back_top.gif") no-repeat 100% 0%; }
#newsheader h2 span { background: transparent url("../bilder/assets/news_back_bottom.gif") no-repeat 100% 100%; }

/* =============== F O N T S ======================================== */

body { font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif; font-size: small; line-height: 1.4em; }
#nav, #footer, #lang, .newsitem, .schedule .data ul, .refkeys, .ref-detail .data ul { font-size: .9em; }
input, textarea, select { font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif; font-size: 1em; }
.newsitem { line-height: 1.2em; }
#nav, #menu, h1, #newsheader h2 { text-transform: uppercase; }
#menu, #menu ul { font-weight: bold; } 
#footer, #version { text-align: center;  }

h1 { font-size: 1.6em; line-height: 1em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.15em; }

/* =============== A D D ======================================== */

#center a.anchor, #center a.anchor:hover { color: #899B00; background: #FFF; }

/* Programm ---------------------------------------- */

.schedule { }

/*

.schedule .data {
	color: #666;
	background: #DDD url("../bilder/assets/scheduledata_top.gif") no-repeat 100% 0%;
	}
.schedule .data ul {
	display: block;
	margin: 0;
	padding: 0;
	background: transparent url("../bilder/assets/scheduledata_bottom.gif") no-repeat 100% 100%;
	}
.schedule .data ul li {
	padding: 2px 10px;
	display: inline;
	border-right: 1px solid #999;
	}
.schedule .copy {
	padding: .4em 10px 1.5em;
	}
.schedule .copy h2 {
	margin: 0;
	padding: 0;
	color: #567;
	font-size: 1.15em;
	}
.schedule .copy p {
	margin: 0;
	padding: 0;
	}

*/

/* Programm-Detail ----------------------------------- */

.programm dl { 
	border: 1px solid #CCC;
	background: #EEE url("../bilder/assets/programm_back.jpg"); 
	padding: 10px;
	}


.programm dt {
	display: block;
	width: 200px;
	float: left;
	color: #666;
	background: inherit;
	}
#center .programm dt a.anchor {
	color: #666;
	background: inherit;
	}

.programm dt b {
	font-weight: bold;
	font-size: 1.3em;
	color: #F80;
	}





.programm dd {
	margin-left: 220px;
	}

.programm dd .data {
	color: #666;
	}
.programm dd .data ul {
	display: block;
	margin: 0;
	padding: 0;
	}
.programm dd .data ul li {
	padding: 2px 10px;
	display: inline;
	background: #FFF;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	}
.programm dd .copy {
	padding: .4em 10px 1.5em 0;
	}
.programm dd .copy h2 {
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 1.15em;
	}
.programm dd .copy p {
	margin: 0;
	padding: 0;
	}

/* Programm-Punkt Detail ----------------------------------- */

.programmpunkt { 
	border: 1px solid #CCC;
	background: #EEE url("../bilder/assets/programm_back.jpg"); 
	margin: 1em 0;
	padding: 10px;
	}
.programmpunkt .data {
	color: #666;
	}
.programmpunkt .data ul {
	display: block;
	margin: 0;
	padding: 0;
	}
.programmpunkt .data ul li {
	padding: 2px 10px;
	display: inline;
	background: #FFF;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	}

.programmpunkt .copy {
	margin-top: 1.5em;
	}
.programmpunkt .copy h2 {
	margin-top: 0;
	}
.programmpunkt .copy h2 span {
	font-size: .8em;
	color: #000;
	display: block;
	}
.programmpunkt .copy h3.bullet { color: #F80;  }


/* Referenten ---------------------------------------- */

.refkeys {
	background: #DDD url("../bilder/assets/scheduledata_top.gif") no-repeat 100% 0%;
	}
.refkeys ul {
	color: #666;
	background: transparent url("../bilder/assets/scheduledata_bottom.gif") no-repeat 100% 100%;
	margin: 0 0 0 10px;
	padding: 0;
	}

.refkeys ul li {
	margin: 0;
	padding: 0;
	display: inline;
	}
#center .refkeys ul li a {
	color: #666;
	padding: 2px 5px;
	text-decoration: none;
	border-right: 1px solid #999;
	}
.refkeys ul li a:hover {
	color: #000 !important;
	background: #FFF !important;
	}
.refkeys ul li a#hi {
	color: #000 !important;
	background: #FFF;
	}

.referent {
	margin-left: 10px;
	}

.referent .name {
	font-weight: bold;
	}

.referent .sub {
	font-style: italic;
	}

/* Referenten Detail --------------------------------- */

.ref-detail { 

	margin-top: 2em;
	background: #F4F4F4;
	}

.ref-detail .data {
	color: #666;
	background: #DDD url("../bilder/assets/button_back.gif") repeat-x;
	}
.ref-detail .data ul {
	display: block;
	margin: 0;
	padding: 4px 0;
	}
.ref-detail .data ul li {
	padding: 4px 10px;
	display: inline;
	border-right: 1px solid #CCC;
	}

.ref-detail .copy { padding: 10px 20px; }

.ref-detail .copy .image {
	width: 170px;
	float: left;
	padding: 10px 0;
	background: #FFF;
	}
.ref-detail .copy .image img { margin: 0 auto; }
.ref-detail .copy .image p { margin: 3px 0 0; text-align: center; }

.ref-detail .copy .cv {
	margin-left: 200px;
	}
	
.cv h3,  .cv h4 {
	margin: 0;
	padding: 0;
	font-size: 1.15em;
	}




/* Planer ---------------------------------------- */

.planer {
	margin-top: 10px;
	border-spacing: 0;
	border-collapse: collapse;
	background: #FFF;
	}

.planer th {
	font-weight: normal;
	}
.planer thead th {
	padding: 6px 4px;
	line-height: 1.2em;
	font-weight: bold;
	color: #B0C60D;
	background: #FFF;
	background: #FFF url("../bilder/assets/planer_back.gif") repeat-x;
	border-right: 2px solid #FFF;
	border-bottom: 1px solid #DDD;
	border-left: 2px solid #FFF;
	}
.planer thead tr.date th {
	padding: .6em 4px;
	font-size: 1.1em;
	font-weight: bold;
	background: #FFF;
	color: #000;
	border: none;
	}

.planer tbody th {
	background: #FFF;
	padding: 2px 8px 2px 0;
	border-top: 2px solid #DDD;
	border-right: 2px solid #DDD;
	border-bottom: 2px solid #DDD;
	}

.planer tbody td {
	vertical-align: top;
	width: 170px;
	border-top: 2px solid #DDD;
	border-right: 2px solid #DDD;
	border-bottom: 2px solid #DDD;
	}

#center .planer tbody td a {
	display: block;
	overflow: hidden;
	padding: 2px 5px;
	text-align: center;
	text-decoration: none;
	color: #000;
	background: #F4F4F4;
	height: 39px;
	height: 2.9em;
	}
#center .planer tbody td a.wide { width: 672px; }

#center .planer tbody td a:hover {
	color: #000;
	background: #DDD;
	}
#center .planer tbody tr a.sel {
/*	 color: #FFF;
	background: #B0C60D; */
	color: #FFF;
	background: #F80;
	}	
#center .planer tbody a.inact {
	color: #CCC;
	background: #F4F4F4;
	}	

/* Registrierung ---------------------------------------- */

.registrierung {
	padding: 10px;
	background: #F4F4F4;
	margin-top: 0;
	}
.registrierung fieldset {
	border: none;
	padding-bottom: 20px;
	}

.registrierung label {
	width: 200px;
	float: left;
	text-align: right;
	margin-right: 5px;
	padding-top: .2em;
	}
.registrierung label.long { width: 300px }
.registrierung select#tag { width: 200px }

.registrierung select, .registrierung input { border: 1px solid #999; }
.registrierung input { width: 300px; margin-bottom: 2px; }
.registrierung input#plz { width: 80px; margin-right: 3px; }
.registrierung input#ort { width: 211px; }

.registrierung .cbxrow { 
	margin-left: 205px; 
	text-align: left;
}

.registrierung input#tag1, .registrierung input#tag2, .registrierung input#newsletter {
	width: auto;
	}
.registrierung .cbxrow label {	
	float: none;
	text-align: left;
	}
.registrierung input#sbmbtn { 
	width: auto;
	margin-top: 10px;
	margin-left: 205px;
	color: #FFF;
	background: #B0C60D;
	}


.wrap {
	background: #F4F4F4;
	padding: 10px;
}
.output table {
	font-family: Courier, mono;
	font-size: 1em;
	}

.verteiler {
	margin: 0;
}

.registrierung2 {
	width: 200px;
	float: left;
	margin-top: 0;
	border: none;
	}

.registrierung3 {
	text-align: right;
	margin-top: 0;
	margin-left: 200px;
	border: none;
	}


.registrierung2 input#retbtn {
	width: auto;
	color: #FFF;
	background: #B0C60D;
	}
.registrierung3 input#regbtn {
	width: auto;
	color: #FFF;
	background: #B0C60D;
	}



.registrierung br { clear: left }



h2.box {
	text-align: center;
	padding: .2em;
	color: #FFF;
	background: #CCC;
	margin-top: 1em;
	margin-bottom: 0;
	}




/* Anmeldung ---------------------------------------- */

.anmeldung {
	padding: 10px;
	background: #F4F4F4;
	margin-top: 0;
	}
.anmeldung fieldset {
	border: none;
	padding-bottom: 20px;
	}
.anmeldung input#sbmbtn { 
	width: auto;
	margin-top: 10px;
	color: #FFF;
	background: #B0C60D;
	}
.anmeldung #submitbtn { text-align: center; }

.pagenav { display: none; }

/* 2 */

#veranstaltung {
	border: none;
	padding-bottom: 20px;
	background: #F4F4F4;
	}
#veranstaltung input#sbmbtn { 
	width: auto;
	margin-top: 10px;
	margin-left: 405px;
	color: #FFF;
	background: #B0C60D;
	}

/* 3 */

#person, #rechnungsadresse {
	border: none;
	padding-bottom: 20px;
	background: #F4F4F4;
	}
#rechnungsadresse input#sbmbtn { 
	width: auto;
	margin-top: 10px;
	margin-left: 205px;
	color: #FFF;
	background: #B0C60D;
	}

#person label, #rechnungsadresse label {
	width: 200px;
	float: left;
	text-align: right;
	margin-right: 5px;
	padding-top: .2em;
	}
#person select, #person input, #rechnungsadresse select, #rechnungsadresse input { border: 1px solid #999; }
#person input, #rechnungsadresse input { width: 300px; margin-bottom: 2px; }

/* 4 */

#payment {
	border: none;
	padding-bottom: 20px;
	background: #F4F4F4;
	}

#payment input#sbmbtn { 
	width: auto;
	margin-top: 10px;
	margin-left: 205px;
	color: #FFF;
	background: #B0C60D;
	}
#payment label {
	width: 200px;
	float: left;
	text-align: right;
	margin-right: 5px;
	padding-top: .2em;
	}
#payment select, #payment input { border: 1px solid #999; }
#payment input { width: 300px; margin-bottom: 2px; }
#payment textarea { width: 300px; margin-bottom: 2px; }

#payment .lal label { text-align: left; float: none }
input#pay1, input#pay2 { width: auto; float: left; margin-right: 4px; }

/* 5 */

#teilnahme {
	border: none;
	padding-bottom: 20px;
	background: #F4F4F4;
	}
#teilnahme textarea {
	border: 1px solid #999;
	width: 100%;
	height: 20em;
	}
#teilnahme input#sbmbtn { 
	width: auto;
	margin-top: 10px;
	margin-left: 405px;
	color: #FFF;
	background: #B0C60D;
	}

/* 6 */

#order {
	border: none;
	padding-bottom: 20px;
	background: #F4F4F4;
	}

.output {
	background: #FFD;
	padding: 20px;
	font-size: 1.6em;
	}
#order input#sbmbtn { 
	width: auto;
	margin-top: 10px;
	margin-left: 405px;
	color: #FFF;
	background: #B0C60D;
	}

/* fin */

#fin {
	border: none;
	padding-bottom: 20px;
	background: #F4F4F4;
	}
#fin input#sbmbtn { 
	width: auto;
	margin-top: 10px;
	margin-left: 405px;
	color: #FFF;
	background: #B0C60D;
	}



/* GebŸhren ---------------------------------------- */

.gebuehren {
	margin: 0 auto;;
	}
.gebuehren td {
	padding: .2em 50px;
	background: #F4F4F4;
	text-align: center;
	}
.gebuehren thead th {
	font-size: 1.2em;
	color: #FFF;
	background: #CCC;
	}
.gebuehren tbody th {
	padding: .2em 50px;
	background: #F4F4F4;
	}


/* Bilder ---------------------------------------- */

.inset {
	margin-right: 20px;
	float: left;
	}

.inset_r {
	margin-left: 20px;
	float: right;
	}

.w76 { width: 76px; }
.w180 { width: 180px; }
.w272 { width: 272px; }

/* Thumbnails ---------------------------------------- */

.thumbnails img {
	width: 200px;
	margin-top: 1em;
	margin-right: 20px;
	float: left;
	}

/* Partner ---------------------------------------- */

.partner {
	border: 2px solid #CCC;
	padding: 20px;
	}
.partner a {
	width: 200px;
	margin: 5px 20px;
	float: left;
	}
#center .partner a:hover { background: #FFF; }
.partner a img {
	margin: 0 auto;
	}

/* E-Mail ---------------------------------------- */

#center ul.mail img { display: inline; }
#center ul.mail a:hover { background: inherit; }


/* Misc. ---------------------------------------- */

.clear { clear: both }

.registrierung .error-form {
  border: 1px solid #F80;
}

#center a.extern {
	padding-right: 16px;
	background: #FFF url("../bilder/assets/extern.gif") no-repeat 100% 0px;
	}
#center a.extern:hover {
	background: #B0C60D url("../bilder/assets/extern.gif") no-repeat 100% -85px;
	}

.border { border: 1px solid #999; }

.logo {
	font-family: verdana;
	font-weight: bold;
	color: #B0C60D;
	}
.logo u {
	text-decoration: none;
	color: #AAA;
	}



.red { color: #F80; font-weight: bold; }


/* Page Nav ---------------------------------------- */

.subnav {
text-align: right;
	}

.subnav ul {
	}

.subnav ul li {
	display: inline;
	list-style-type: none;
	}

#maincontent .subnav ul li a, #maincontent .subnav ul li div#current {
	padding: .2em 1em;
	background: #DDD url("../bilder/assets/button_back.gif") repeat-x;
	border: 1px solid;
	border-color: #CCC;
	}

#maincontent .subnav ul li a {
	color: #000;
	text-decoration: none;
	}
#maincontent .subnav ul li a:hover {
	color: #FFF;
	background: #F80;
	}
.subnav ul li div#current {
	display: inline;
	color: #F80;
	background: #EEE;
	}

























/* Link zu Englisch Version #lang { display: none; } ---------------------------------------- */


