body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li{float:left}.ce_gallery>ul li.col_first{clear:left}.float_left{float:left}.float_right{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}.video_container video,.video_container audio{width:100%;height:auto}.responsive{position:relative;height:0}.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.responsive.ratio-169{padding-bottom:56.25%}.responsive.ratio-1610{padding-bottom:62.5%}.responsive.ratio-219{padding-bottom:42.8571%}.responsive.ratio-43{padding-bottom:75%}.responsive.ratio-32{padding-bottom:66.6666%}
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
/**
 * Contao Open Source CMS
 * Copyright (C) 2005-2011 Leo Feyer
 *
 * Formerly known as TYPOlight Open Source CMS.
 *
 * This program is free software: you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation, either
 * version 3 of the License, or (at your option) any later version.
 * 
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 * Lesser General Public License for more details.
 * 
 * You should have received a copy of the GNU Lesser General Public
 * License along with this program. If not, please visit the Free
 * Software Foundation website at <http://www.gnu.org/licenses/>.
 *
 * PHP version 5
 * @copyright  Leo Feyer 2005-2011
 * @author     Leo Feyer <http://www.contao.org>
 * @license    LGPL
 * @version    1.1
 */

/* Reset margins */
body,div,h1,h2,h3,h4,h5,h6,p,blockquote,figure,pre,code,ol,ul,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea {
	margin:0;
	padding:0;
}

/* Format basic elements */
table {
	border-collapse:collapse;
	border-spacing:0;
}
caption,th,td {
	text-align:left;
	vertical-align:top;
}
abbr,acronym {
	font-variant:normal;
	border-bottom:1px dotted #666;
	cursor:help;
}
blockquote,q {
	quotes:none;
}
fieldset,img {
	border:0;
}
li {
	list-style-type:none;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
del {
	text-decoration:line-through;
}
ins {
	text-decoration:none;
}
a {
	color:#00f;
}
:focus {
	outline:0;
}

/* Font settings */
body {
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
	font-size:12px;
	color:#000;
}
input,button,textarea,select {
	font-family:inherit;
	font-size:99%;
	font-weight:inherit;
}
pre,code {
	font-family:"Lucida Console",Monaco,monospace;
	font-size:12px;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
h1 {
	font-size:22px;
}
h2 {
	font-size:20px;
}
h3 {
	font-size:18px;
}
table {
	font-size:inherit;
}
caption,th {
	font-weight:bold;
}

/* Default margins */
h1,h2,h3,h4,h5,h6 {
	margin-top:1em;
}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form {
	margin-bottom:12px; /* Should match the font size */
}

/*
CW CSS

*/

.red { color: red; }

body {
	background:url(../../files/img/img_bg_body.jpg) left top repeat-x;
	font-family: 'Droid Sans', sans-serif;
	font-size:14px;
	line-height:21px;
	color:#333333;
}

#logo {
	position:relative;
	top:32px;
	left:0px;
	width:279px;
	height:128px;
	background:url(../../files/img/img_logo.jpg);
}

#logo a {
	display:block;
	width:279px;
	height:128px;
}


/*  toTop  */

#toTop {
  width: 100px;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  position: fixed;
  bottom: 0px;
  right: 0px;
  cursor: pointer;
  display: none;
  color: #ffffff;
  text-transform: lowercase;
  font-size: 13px;
  line-height: 33px;
  border-top-left-radius: 7px;
}


/*  Überschriften  */
h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	color:#666666;
}

h1 {
	color:#7a45a2;
	font-size:32px;
	margin-bottom:32px;
}

h2 {
	font-size:24px;
}

a {
	color:#7a45a2;
	text-decoration:none; outline:0; transition-property:color .1s linear 0s; -moz-transition:color .1s linear 0s; -webkit-transition:color .1s linear 0s; -o-transition:color .1s linear 0s;
}

/*  main  */

#main .inside {
	padding-right:30px;
}

#main img {
	border-bottom:#7a45a2 5px solid;
	box-shadow:#CCC 2px 2px 5px;
}


/*  Rechte Spalte  */

#right .inside {
	background:#f1ecf6;
}

#right .inside h2 {
	background:#7a45a2;
	color:#FFF;
	padding:10px;
}

#right .inside .ce_text,
#right .inside .mod_newslist {
	padding:10px;
}


/*  Footer  */

#footer {
	background:url(../../files/img/img_bg_footer.jpg) left top repeat-x;
	color:#FFF;
	margin-top:100px;
}

#footer .inside { width:960px; margin: 0 auto; }

#footer .subcolumns {
	width:960px;
	margin:0 auto;
	height:245px;
}

#footer a {
	color:#FFF;
	text-decoration:none;
	font-size:12px;
}

#footer a:hover,
#footer li.active span {
	color:#FFF;
	text-decoration:none;
	font-size:12px;
}

#footer a:hover {
	color:#cccccc;
}

#footer h3 {
	font-size:20px;
	color:#FFF;
}

#footer .impressum-text {
	width:960px;
	margin:0 auto;
	line-height: 75px;
	height: 60px;
}



/*  NAV  */

#nav {
	position:absolute;
	right:0;
	top:140px;
}

#nav li {
	float:left;
	margin-right:10px;
	padding-right:10px;
	font-size:18px;
	border-right:#333 1px solid;
}

#nav li.last {
	margin-right:0px;
	padding-right:0px;
	border-right:0;
}

#nav a {
	color:#333333;
	text-decoration:none;
}

#nav a:hover,
#nav li.active span {
	color:#7a45a2;
}



/*  nav-footer  */

#nav-footer {
	width:200px;
	float:left;
}

.partnerlinks {
	width:200px;
	float:left;
}

/*  Listen  */

#main ul {
	padding-left:20px;
}

#main ul li {
	list-style-image:url(../../files/img/img_list_style.png);
}




/*  Formular */

label {
	display:block;
}

.radio_container label {
	display:inline;
	margin-left:2px;
}

.radio_container span {
	margin-right:20px;
}

.radio {
	border:1px solid #7a45a2; !important
}

.ort_kurs span:last-child {
	border-bottom:1px solid #ccc;
}

.ort_kurs span {
	display:block;
	border-top:1px solid #ccc;
	line-height:30px;
}

input.text {
	width:645px;
	height:22px;
	padding:4px;
	border:#7a45a2 1px solid;
	background:#ededed;
	margin-bottom:10px;
}

input.captcha {
	width:80px;
	height:22px;
	padding:4px;
	border:#7a45a2 1px solid;
	background:#ededed;
	margin-bottom:10px;
	margin-right:10px;
}

select.select {
	width:655px;
	height:32px;
	padding:4px;
	border:#7a45a2 1px solid;
	background:#ededed;
	margin-bottom:10px;
}

textarea {
	width:645px;
	height:220px;
	padding:4px;
	border:#7a45a2 1px solid;
	background:#ededed;
	margin-bottom:10px;
}


.checkbox_container {
	margin:10px 0;
}

.checkbox_container .checkbox {
	float:left;
	margin:4px 10px 0 0;
}



/*  Team  */

.team {
	border-bottom:#666 solid 1px;
	padding-bottom:36px;
	margin-top:40px;
}


#main .team img {
	border:#666 1px solid;
	border-bottom:#7a45a2 5px solid;
	margin-right:50px;
}

.team a {
	text-decoration:none;
}

.team a:hover {
	color:#7a45a2; !important
}



/*  News  */

.layout_short {
	border-bottom:#666666 1px solid;
	padding-top:20px;
}



/*  mod_changelanguage  */

.mod_changelanguage {
	position:absolute;
	top:4px;
	right:0px;
}

.mod_changelanguage li {
	display:inline;
	margin-left:10px;
}

.mod_changelanguage li a {
	color:#FFF;
	text-decoration:none;
}

.mod_changelanguage li a:hover {
	color:#666666;
	text-decoration:none;
}




/***** Tables  *****/

table									{ margin:0 0 20px 0; width:100%; }
table th 								{ padding:10px 8px 2px 0px; /*background-color:#e2e2e2; color:#333; font-weight:bold;*/ border-bottom:1px solid #999; }
table td 								{ padding:10px 8px 2px 0px; /*background-color:#e2e2e2; color:#333;*/ border-bottom:1px solid #999; }
table tr.even td 						{ background-color:#fff; }
table tr.odd td 						{ background-color:#f3f3f3; }
table td.highlight 						{ color:#FFF; font-weight:bold; }
table tr td.highlight					{ background-color:#333;  }




/*  google  */

.google_address {
	width: 200px;
	height:200px;
	float:left;
	clear:left;
}

.google_map {
	float:right;
	height:200px;
	clear:right;
}



/*  kurse  */

.kurs {
	border-bottom:#ccc 1px solid;
}












