/* ########################### reset styles ########################### */
html, body, form, fieldset, div {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}

li, dd, blockquote {
	margin-left: 1em;
}

form label {
	cursor: pointer;
}

fieldset {
	border: none;
}

input, select, textarea {
	font-size: 100%;
	font-family: inherit;
}


/* ########################### html & body ########################### */

html {
	font: 400 0.8em "Lucida Grande","Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	color: #222;
	line-height: 170%;
}

body {
	background: #dddddd;
	font-size: 1em;
	text-align: center; /* IE Fix */
}


/* ######################### basic html ######################### */

#primary a,
#secondary a,
#footer a {
	color: #aa0000;
	border-bottom: 1px dotted #333;
	text-decoration: none;
}

#primary a:hover,
#secondary a:hover,
#footer a:hover {
	border: none;
	ttext-decoration: underline;
}

/* ######################### images ######################### */

#main img {
	border: 1px solid #eaeaea;
	padding: 5px;
	background: #efefef;
	margin: 5px;
}

#main .imgfloatleft {
	float: left;
	margin: 6px 20px 5px 0;
}

#main .imgfloatright {
	float: right;
	margin: 6px 0 5px 15px;
}


/* ######################### headings ######################### */

h1, h2 {
	color: #aa0000;
}

h1 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 0.8em 0;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 3.5em 0 0.2em 0;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 2em 0 .5em 0;
}

h4 {
	font-size: 1em;
}
/*
h2 {
	font-size: 130%;
}

h3 {
	font-size: 110%;
}

h4 {
	font-size: 100%;
}*/


/* ########################### layout ########################### */

#leftmargin, #rightmargin {
	width: 20%;
	height: 100%;
	margin: 0;
	padding: 0;
}

#leftmargin {
	float: left;
	border-right: 1px solid #ccc;
}

#rightmargin {
	float: right;
	border-left: 1px solid #ccc;
}

#wrapper {
	/*margin: 0 10%;*/
	background: #fefefe;
	width: auto;
	max-width: 75em;
	min-width: 740px;
	margin: 20px auto 0 auto;
	padding: 0;
}

#header, #topcontent, #imagestrip, #content, #footer p {
	width: 100%;
	/*max-width: 850px;
	min-width: 700px;*/
	margin: 0 auto;
	text-align: left;
}

#main {
	padding: 0 10px 0 40px;
}

#footer {
	padding: 0 40px;
}

#top {
	background: #652204;
	height: 145px;
	background: #fefefe url(../img/bg_header.png) repeat-x;
	border-bottom: 6px solid #dddddd;
	position: relative;
	z-index: 2;
}

#top h1 span {
	display: none;
}

#top h1 {
	margin: 0;
	padding: 0;
}

#top h1 a {
	background: transparent url(../img/logo.png) no-repeat center center;
	display: block;
	width: 161px;
	height: 62px;
	position: absolute;
	top: 40px;
	left: 25px;
}

#top h2 {
	position: absolute;
	top: 0;
	left: 10px;
	margin: 0;
	padding: 0;
	font-size: .8em;
	font-weight: normal;
	color: #fff;
	text-transform: lowercase;
	letter-spacing: .25em;
}

#main {
	padding-top: 40px;
}

#primary {
	width: 62%;
	min-height: 500px;
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 20px 0;
	background: transparent url(../img/bg_yoni.jpg) no-repeat center 100px;
	font-size: 1em;
}

#primary.textbig {
	font-size: 1.15em;
	/*line-height: 170%;*/
}

#primary.textsmall {
	font-size: .85em;
}

#secondary {
	width: 32%;
	float: right;
}

#footer {
	margin: 65px 0 20px 0;
	clear: both;
	height: 50px;
}

#imagestrip {
	position: relative;
	top: -5px;
	z-index: 1;
	height: 76px;
	background: transparent url(../img/bilderstreifen.jpg) repeat-x top left;
}

#footer p {
	height: 100%;
	font-size: .85em;
	text-align: right;
	border-top: 1px solid #ccc;
	margin: 0;
	padding: 3px 0 0 0;
}

#footer span {
	margin:0 3px;
}


/* ############################## header menus ############################# */

#mainmenu {
	position: absolute;
	left: 25px;
	bottom: 3px;
	clear: both;
	/*background: #333;
	padding-bottom: 70px;*/
}

#mainmenu ul {
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;

}

#mainmenu ul li {
	display: inline;
	padding: 0;
	margin:  0;
}

#mainmenu ul li a {
	color: #fff;
	/*font-weight: bold;*/
	text-decoration: none;
	margin: 0 15px 0 0;
	padding: 0 0 6px 0;
}

#mainmenu ul li a:hover,
#mainmenu ul li.active a {
	border-bottom: 6px solid #999;
}



#topmenu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
}

#topmenu ul li {
	display: inline;
	padding: 0;
	margin:  0;
}

#topmenu ul li a {
	font-size: .83em;
	color: #fff;
	text-decoration: none;
	margin: 0 10px 0 0;
	padding: 0;
}

#topmenu ul li a:hover {
	color: #afafaf;
}



#tools {

}

#tools ul {
	text-align: right;
	padding-right: 50px;
}

#tools ul li {
	display: inline;
	padding: 0;
	margin:  0;
}

#tools ul li a {
	font-size: .85em;
	text-decoration: none;
	border: none;
	color: #333333;
	margin: 0;
	padding: 0;
	width: 16px;
	padding: 4px 10px;
}

#tools ul li a span {
	display: none;
}

#tools ul li a.increasetext {
	background: transparent url(../img/icons/textincrease.png) no-repeat center center;
}

#tools ul li a.decreasetext {
	background: transparent url(../img/icons/textdecrease.png) no-repeat center center;
	margin-right: 10px;
}

#tools ul li a.resettext {
	background: transparent url(../img/icons/textreset.png) no-repeat center center;
}

#tools ul li a.feed {
	background: transparent url(../img/icons/feed.png) no-repeat center center;
}

#tools ul li a.print {
	background: transparent url(../img/icons/print.png) no-repeat center center;
}

#tools ul li a.bookmark {
	background: transparent url(../img/icons/bookmark.png) no-repeat center center;
}

#tools ul li a:hover {
	background-color: #efefef;
}

#secondary #toolbox {
	margin: 2em 0 0 0;
}

#secondary div#toolbox ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#secondary div#toolbox  ul li {
	display: block;
	width: 100%;
	margin:  0 0 0 0;
	padding: 0;
}

#secondary div#toolbox  ul li a {
	display: block;
	width: 92%;
	font-size: 1em;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	color: #333333;
	background: transparent;
	margin: 0;
	padding: 0;
	padding: 5px 0px 5px 23px;

}

#secondary div#toolbox  ul li.info a {
	background: transparent url(../img/icons/info.png) no-repeat center left;
}

#secondary div#toolbox  ul li.pdf a {
	background: transparent url(../img/icons/pdf.png) no-repeat center left;
}

#secondary div#toolbox  ul li a:hover {
	background-color: #efefef;
}
	



#skipmenu {
	display: none;
}

/* ########################### secondary menu ########################### */

#secondary div.menu ul {
	list-style: none;
	width: 100%;
	margin: 40px 0 0 0;
	padding: 0;
}

#secondary div.menu ul li {
	margin: 0;
	border-bottom: 1px solid #cecdcd;
	background: transparent;
}

#secondary div.menu ul li a {
	display: block;
	padding: 5px;
	border: none;
	color: #454545;
	text-decoration: none;
}

#secondary div.menu ul li a:hover {
	color: #333;
	background: #f2ffe0;
}

#secondary div.menu ul li.active a {
	font-weight: bold;
}

#secondary div.menu_categories ul li.category {
	color: #aa0000;
	padding: 5px 0;
	border-bottom: 1px solid #cecdcd;
}

#secondary div.menu_categories ul li.last {
	margin-bottom: 25px;
}



/*
#secondary div.menu ul {
	list-style: none;
	width: 100%;
	margin: 40px 0 0 0;
	padding: 0;
}

#secondary div.menu ul li {
	margin: 0;
	border-top: 1px solid #cecdcd;
}

#secondary div.menu ul li ul li {
	/*background: none;*//*
}

#secondary div.menu ul li.last {
	border-bottom: 1px solid #cecdcd;
}

#secondary div.menu ul li.first {
	border: none;
}

#secondary div.menu ul li ul li.first {
	border-top: 1px solid #cecdcd;
}

#secondard div.menu ul li ul li.last {
	border: none;
}

#secondary div.menu ul li.active {
	margin: 0 0 0 0;
}

#secondary div.menu ul li ul {
	margin: 0;
	/*display: none;*//*
}

#secondary div.menu ul li.active ul {
	/*display: block;*//*
}

#secondary div.menu  ul li ul li {
	display: block;
	margin: 0;
	background: transparent;
}

#secondary div.menu ul li a {
	display: block;
	padding: 5px;
	ffont-weight: bold;
	border: none;
	color: #454545;
	text-decoration: none;
}

#secondary div.menu ul li ul li a {
	padding-left: 1.5em;
	padding-right: 0;
	font-weight: normal;
}

#secondary div.menu ul li.last a {

}

#secondary div.menu ul li a:hover {
	color: #333;
	background: #f2ffe0;
}

#secondary div.menu ul li.first a {
	border-top: 1px solid transparent;
}

#secondary div.menu ul li.first a:hover {
	border-top: 1px solid #cecdcd;
}

#secondary div.menu ul li.active a {
	font-weight: bold;
}

#secondary div.menu ul li.active ul li a {
	background: #f2ffe0;
	font-weight: normal;
}

#secondary div.menu ul li.category {
	color: #aa0000;
	padding: 1em 0;
	border-bottom: 1px solid #cecdcd;
}

#secondary div.menu_categories li.last {
	margin-bottom: 1em;
}

#secondary div.menu_categories li.last a {
	border: none;
}

/* bad luck for IE Users ;) */
/*#main #secondary > ul > li > a:before {
	content: '| ';
}

#main #secondary > ul > li.active > a:before {
	content: '/ ';
}*/





/* ########################## contact ############################### */

#contact {
	margin: 3em 0 0 0;
}

#contact address br {
	display: none;
}

#primary ul#contact li {
	margin: 0 0 4.5em 0;
}

#contact address {
	font-style: normal;
}

#contact address span.adr,
#contact address span.org,
#contact address span.street-address,
#contact address span.tel,
#contact address span.email,
#contact address span.web,
#contact address span.type,
#contact address span.value {
	display: block;
	padding: 0;
}

#contact address span.adr {
	margin-bottom: 1em;
}

#contact address span.email {
	margin-top: 1em;
}

#contact address span.type {
	float: left;
	width: 4.5em;
}

#contact address span.value {
	margin-left: 4.5em;
}

#contact div.buerozeiten {
	margin-top: 2em;
}

#contact div.buerozeiten p {
	margin: 0;
}

/*
#contact address span.org {
	padding: 0;
	margin-bottom: 2em;
}*/


/* ########################## gallery ############################### */

#primary div.gallery {
	margin-top: 2em;
}

#primary div.gallery div.image {
	width: auto;
	float: left;
	margin: -3px 1px;
	padding: 0;
}

#primary div.gallery div.image a {
	border: none;
}

#primary div.gallery div.image a img{
	border: 5px solid #ebebeb;
	padding: 5px;
}

#primary div.gallery div.image a:hover img{
	border-color: #bbb;
}

#primary div.galleryOverview div.galleryOverviewItem {
	margin: 2em 0 0 0;
	padding: 1em;
	background: #efefef;
}

#primary div.galleryOverview div.galleryOverviewItem span.clear {
	line-height: 1em;
	clear: both;
}

#primary div.galleryOverview div.galleryOverviewItem div.description {
	margin: 5px 0 0 135px;
}

#primary div.galleryOverview div.galleryOverviewItem div.description h3 {
	margin: 0;
	font-size: 1em;
	font-weight: bold;
}



#primary div.galleryOverview div.galleryOverviewItem div.image {
	width: 110px;
	float: left;
}

#primary div.galleryOverview div.galleryOverviewItem div.image a {
	border: none;
}

#primary div.galleryOverview div.galleryOverviewItem div.image a img {
	border: 5px solid #d5d5d5;
	padding: 5px;
}

#primary div.galleryOverview div.galleryOverviewItem div.image a:hover img {
	border-color: #bbb;
}


p.label {
	font-weight: bold;
}

fieldset {
	margin-bottom: 4em;
}

legend {
	color: #aa0000;
	font-weight: bold;
	font-size: 1.1em;
	margin: 1.5em 0 0 0;
}



.blockLabels label {
	display: block;
	font-weight: bold;
}

.blockLabels textarea {
	width: 35em;
	height: 16em;
	background:#fff url(../img/fieldbg.gif) repeat-x top;
	border-top:1px solid #7c7c7c;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #ddd;
}

.blockLabels .ctrlHolder {
	margin: 1em 0 0 0;
}

.checkBox .inlineLabel {
	display: block;
	font-weight: normal;
}

.radio label {
	display: inline;
	margin: 0 2em 0 0;
}

.textInput {
	background:#fff url(../img/fieldbg.gif) repeat-x top;
	border-top:1px solid #7c7c7c;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #ddd;
	width: 20em;
}


/* ########################## search form ########################### */
#secondary div.search {
	margin-bottom: 1.5em;
}

#secondary div.search label {
	font-weight: bold;
	display: block;
	font-size: .95em;
}

#secondary div.search input.text {
	width: 65%;
	padding: 3px 5px;
	margin-right: 8px;
	font-size: .85em;
	background:#fff url(../img/fieldbg.gif) repeat-x top;
	border-top:1px solid #7c7c7c;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #ddd;
}

#secondary div.search input.submit {
	width: 25%;
	border: none;
	background: transparent url(../img/arrow-right.gif) no-repeat center left;
}

#secondary div.search input.submit:hover {
	text-decoration: underline;
}


/* ########################## general ############################### */

#primary ul {
	list-style: url(../img/list.gif);
	margin-left: 2em;
}

p.note {
	margin-top: 3em;
	font-wdeight: bold;
	padding: 10px 0 10px 100px;
	background: transparent url(../img/icons/infobig.png) no-repeat center left;
}

.tooltipBox {
	background-color: #222;
	padding: 10px;
	color: #fff;
	font-size: .85em;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

/* ########################## quotes ############################### */



blockquote {
	font-style: italic;
	margin-left: 1.5em;
	margin-right: .5em;
	margin: 1.75em .5em 1.75em 1.5em;
	padding: 0;
}

blockquote p.author {
	text-align: right;
	font-style: normal;
}

blockquote p.author.left {
	text-align: left;
}



table.costs th {
	font-weight: normal;
	padding-right: 30px;
}

table.costs td {
	font-weight: bold;
}


/* ########################### course list ########################### */

dl.coursedescription,
dl.coursedata {
	margin: 1.3em 0 0 0;
}

dl.coursedata {
	margin-top: 2em;
	margin-bottom: 5em;
}

dl.coursedescription dt,
dl.coursedata dt {
	font-weight: bold;
	float: left;
}

dl.coursedescription dd,
dl.coursedata dd {
	margin: 0 0 3em 12.5em;
}

dl.coursedata dd {
	margin-bottom: .5em;
}

dl.coursedescription dd ul,
dl.coursedata dd ul {
	margin-left: 0;
}

dl.coursedescription dd ul li,
dl.coursedata dd ul li {
	margin-bottom: .4em;
	margin-left: 0;
}


/* ########################### events list ########################### */

dl.events {
	margin-top: 1em;
	margin-bottom: 2em;
}

dl.events dt {
	font-weight: normal;
	float: left;
}

dl.events dd {
	margin: 0 0 .5em 16.5em;
}


/* ########################### vision list ########################### */

dl.deflist_nofloat {
	margin-top: 1em;
	margin-bottom: 2em;
}

dl.deflist_nofloat dt {
	font-weight: bold;
	margin: 0;
}

dl.deflist_nofloat dd {
	margin: 0 0 1.5em 0;
}





#primary ul {
	list-style: url(../img/list.gif);
	margin-left: 2em;
}

#primary ul li {
	margin-bottom: .75em;
}

#secondary ul {
	list-style: url(../img/list.gif);
	margin: 0;
}


div.news {
	margin: 40px 0 0 0;
}

div.newsItem {
	position: relative;
	margin: 0 0 40px 0;
}

div.newsItem div.date {
	position: absolute;
	top: 30px;
	left: 0;
	width: 50px;
	margin: -20px 15px 0px 0px;
	padding: 8px;
	background: #484848;
	border: 5px solid #666666;
	color: #fff;
}

div.newsItem div.date span {
	display: block;
	text-align: center;
}

div.newsItem div.date span.day {
	font-size: 32px;
	font-weight: bold;
	letter-spacing: -2px;
	margin-top: 3px;
}

div.newsItem div.date span.month {
	font-size: 17px;
	letter-spacing: 5px;
	margin: 0 0 -4px 0;
}

div.newsItem div.date span.year {
	font-size: 15px;
	font-weight: bold;
}




div.newsItem h4 {
	margin: 0 0 1.2em 95px;
	padding: 0;
}

div.newsItem div.newsContent {
	margin: 0 0 0 95px;
}

#secondary div.newsoverview ul li {
	margin-top: 1em;
}

#secondary div.newsoverview ul li a {
	color: #333;
	border-color: #aa0000;
}




div.press {
	margin: 40px 0 0 0;
}

div.pressItem {
	position: relative;
	margin: 0 0 40px 0;
}

div.pressItem h4 {
	margin: 0 0 1.2em 0;
	padding: 0;
}

div.pressItem div.pressContent {
	margin: 0;
}

#secondary div.pressoverview ul li {
	margin-top: 1em;
}

#secondary div.pressoverview ul li a {
	color: #333;
	border-color: #aa0000;
}




/*#ibpic {
	display: none;	margin: 0;
	position: absolute;
	top: 50%; left: 50%;
	background: #FFF;
	border: 8px solid #fff;
	z-index: 10000;
}

#overlay {
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #333;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	z-index: 100;
}

.noscroll {
	/*overflow: hidden;*//*
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#ibloading {
	display: none;
	width: 56px;
	height: 56px;
	margin: -25px 0 0 -25px;
	position: absolute;
	top: 50%; left: 50%;
	background: url(../img/imagebox/loading_bg.gif) no-repeat center center;
	background: #fff;
	z-index: 10000;
}

#ibloading img {
	display: block;
	margin: 12px auto;
}*/





#overlay {
	position: fixed;
	display: none;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color: #232426;
	filter:alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
	height:100%;
	width:100%;
}

* html #overlay { /* ie6 hack */
	 position: absolute;
	 height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#ibpic {
	display: none;
	position: fixed;
	background: #fff;
	padding: 20px;
	z-index: 102;
	color:#fff;
	display:none;
	border: 2px solid #fff;
	border: none;
	text-align:left;
	top:50%;
	left:50%;
}

* html #ibpic { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#ibloading {
	display: none;
	position: fixed;
	background: #fff url(../img/loading.gif) no-repeat center center;
	width: 56px;;
	height: 56px;
	z-index: 101;
	color:#fff;
	display:none;
	border: none;
	text-align:left;
	top:50%;
	left:50%;
}

* html #ibpic { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}



