/* ----------------- general html structure */
html, body, div, p, table, tr, td, a, ul, li, input, textarea, select {
	font-family:"Source Sans Pro", Arial, Verdana, sans-serif;
    color: #404040;
	font-weight: 300;
}

html, body {
    margin:0;
    padding:0;
}

html {

	height:100%;
	
}

body {
    height:100%;
}

#outerContainer {
    position: relative;
    margin: 20px auto 20px auto;
    width: 970px;
	background: white;
}

#header {
    position: relative;
    width: 970px;
    height: 280px;
}

#logo {
    position: absolute;
	top: 250px;
	left: 15px;
    width: 320px;
    height: auto;
	z-index: 10;
}

#logo img {
    width: 100%;
    height: auto;
}

#logo h1, #logo h2 {
	position: absolute;
	top: 0px;
	left: -5000px;
}

	
#cloned2>img {
	display: none;
	}	


.corners {
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	-khtml-border-radius: 8px; 
	border-radius: 8px;
	behavior: url(js/pie/PIE.php);
	}

.shadow {
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);	
	behavior: url(js/pie/PIE.php);		
	}
	
form {
    margin:0;
    padding:0;
}

img {
    border:0px;
}

/* /----------------- general html structure */
#contentContainer {
	position: relative;
	margin-top: 40px;
    min-height: 370px;
    padding-bottom: 50px;
	font-size: 0; /*wg. inline-block children */
    }

#col-left {
    display: inline-block;
	vertical-align: top;
    width: 45%;
    padding: 0px 0px 20px 0px;
 	min-height: 400px;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}


#col-body {
    display: inline-block;
	vertical-align: top;
    width: 50%;
    padding: 0px 0px 20px 0px;
 	min-height: 400px;
	line-height: 24px;
	font-size: 16px;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}

#col-right {
    display: inline-block;
	vertical-align: top;
    width: 200px;
	margin-top: 40px;
    padding: 0px 0px 20px 0px;
 	min-height: 400px;
}

#nachlinks {
    float: left;
    margin: 0 20px 0 0;
}

#nachrechts {
    float: right;
    margin: 0 0 0 20px;
}

/* ###################################################### */
/* ####################### NAVIGATION ################### */
/* ###################################################### */

#navigation {
	position: relative;
	margin: 0px 0 0 0;
	height: 50px;
}

/* Level 1 */
#navigation ul {
    margin: 0 0 0 45%;
    padding: 0;

}

#navigation ul li {
	display: inline-block;
	line-height: 50px;
	padding-right: 20px;
	margin-right: 10px;
}

#navigation ul li a {
    font-size: 18px;
    display: block;
	color: black;
	font-weight: 300;
}

#navigation ul li a:hover {
	text-decoration: none;
	border-bottom: 1px solid black;
	}
	
#navigation ul li.active a{
	border-bottom: 2px solid #79B51C;
	}
	

/* ###################################################### */
/* ####################### SEARCH OUTPUT ################ */
/* ###################################################### */


#col-body div.pagination {
	padding-bottom: 20px;
}
	
#col-body a.pagination {
	display: block;
	float: left;
	background: white;
	width: 14px;
	height: 15px;
	padding: 3px;
	line-height: 14px;
	margin: 0px 2px 0 0;
	text-align: center;
	color: #777;
	border-top: solid 1px #aaaaaa;
	border-left: solid 1px #aaaaaa;
	border-bottom: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
	border-color: #999; 
}

#col-body a.active, #col-body a:hover.active {
	background: #7AB51D;
	color: white;
}

#col-body a:hover.pagination {
	background: #cccccc; 
}

/* ###################################################### */
/* ####################### MAIN CONTENT ################# */
/* ###################################################### */

#col-body h1 {
    margin: 35px 0 50px 0;
    padding:0;
    font-size: 30px;
    color: #7AB51D;
	font-weight: 700;
	text-transform: normal;
	line-height: 36px;
}

#col-body h2 {
	font-size: 16px;
    font-weight: 600;
    padding: 0;
    margin: 20px 0 15px 0;
	color: #3F322C;
	text-transform: normal;
	line-height: 24px;
}

#col-body #subheadline h2 {
    position: relative;
    margin: 0px 0 15px 0;
    padding: 0;
    margin: 0;
    padding: 0;
}

#col-body h3 {
    font-weight: 400;
    padding: 0;
    margin: 10px 0 10px 0;
}

#col-body h6 {
    margin: 20px 0;
    padding:0;
    color: #0098A1;
	font-weight: 600;
	text-transform: uppercase;
}

#col-body p {
}

#col-body ul {
    padding: 0px;
    margin: 0px 0 0 15px;
    margin-bottom: 10px;
    list-style: none;
    text-align: left;
}

#col-body ul li {
    font-size: 14px;
    padding-left: 15px;
    padding-top: 0px;
    padding-bottom: 1px;
    background-image: url(../images/listdot.png) ;
    background-repeat: no-repeat;
    background-position: 0px 5px; 
}

* html #col-body ul li {
    background-position: 0px 8px; 
}

#col-body ul li ul {
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
    list-style: none;
    text-align: left;
}

#col-body ul li ul li {
    font-size: 13px;
    padding-left: 10px;
    padding-top: 0px;
    padding-bottom: 1px;
    background-image: url(../images/listdot3.gif) ;
    background-repeat: no-repeat;
    background-position: 0px 5px; 
}

* html #col-body ul li ul li {
    background-position: 0px 8px; 
}

#col-body ol {
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
    list-style: none;
    text-align: left;
}

#col-body ol li {
    font-size: 12px;
    padding-left: 15px;
    padding-top: 0px;
    padding-bottom: 10px;
    background-image: url(../images/listdot_ol.gif) ;
    background-repeat: no-repeat;
    background-position: 0px 5px; 
}

* html #col-body ol li {
    background-position: 0px 7px; 
}

/* ###################################################### */
/* ####################### Navigationsboxen ############# */
/* ###################################################### */

.cloned {
	display: none;
	}
	
.navbox {
	position: relative;
	margin: 95px 0 0 60px;
	line-height: 22px;
	}

.navbox div  {
	width: 280px;
	margin: 0;
	}
	
.navbox div div {
	padding: 0 0 10px 0;
	}

.navbox a {
	display: block;
	color: white;
	}
	
.navbox h2 {
	font-size: 14px;
	color: #3F322C;
	margin: 20px 0 0 0;
	padding: 0;
	font-weight: 600;
	text-transform: normal;
	line-height: 22px;
}

.navbox p {
	padding: 0;
	margin: 0;
	color: #3F322C;
	font-weight: 300;
	font-size: 14px;
}

.navbox ul {
	padding: 10px 0 0 0;
    list-style: none;
	margin: 10px 10px 0 10px;
	border-top: 1px solid white;
}

.navbox ul li {
	color: white;
	font-size: 14px;
	padding: 0;
	margin: 10px 0 0 0;
	font-weight: 300;
}

	
/***** Artikel-Slides (News) ******/


#slides span.steuerung {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
    }
	
   
#slides a.next {
    }
    
.slides_container {
    position: relative;
}

.slides_container div {
	width: 200px;
    height:100px;
    display:block;
	}

.slides_container div img {
    border: 1px solid black;
}   

.intern {
    padding-left: 15px;
    background-image:url(../images/pfeil_gruen.png);
    background-repeat:no-repeat;
    background-position: 0 6px;
}

.pdf {
	display: block;
	height: 16px;
	line-height: 16px;
    padding-left: 22px;
    background-image:url(../images/pdf_icon.gif);
    background-repeat:no-repeat;
    background-position: 0 0px;
}

#teasersRight .teaserItem h3 {
    color:#0060b1; 
    font-size:12px;
    margin:0 0 5px 0;
    font-weight:normal;
}

#teasersRight .teaserItem a.more {
    display:block;
    width:230px;
    margin:10px 0;
    padding:0 0 0 15px;
    background-image:url(../images/link_pfeil_klein.gif);
    background-repeat:no-repeat;
    background-position:0 5px;
}
* html #teasersRight .teaserItem a.more {
    width:200px;
}

/* ###################################################### */
/* ####################### Workshops    ################# */
/* ###################################################### */

h2.line {
	border-bottom: 1px solid #cccccc;
	}

#col-body .textItem {
	clear: both;
	padding-top: 20px;
	}
	
#col-body .textColumn {
	float: left;
	width: 238px;
	padding-top: 10px;
	}

#col-body .topline {
	border-top: 1px solid #cccccc;
	}
	
#col-body .col01 {
	margin-right: 0px;
	}

#col-body .col01 ul {
	margin-top: -12px;
	}
	
	
#col-body .col02 {
	margin-left: 30px;
	}
	
/* ###################################################### */
/* ####################### Fusszeile    ################# */
/* ###################################################### */

#unten {
    clear: both;
    position: relative;
    width: 100%;
	background: #3D3D3F;
    height: 50px;
}


#footer {
	position: relative;
    margin: 0px 0 0 45%;
}

#footer ul {
	position: relative;
    padding: 15px 0 0px 0;
}

#footer li {
	display: inline-block;
	color: white;
	font-size: 10px;
}

#footer li.follower {
	margin-left: 7px;
}

#footer li.follower a {
	margin-left: 7px;
}

#footer a {
	color: white;
	font-size: 12px;
	font-weight: 200; 
}


/******* FAQ ********************/


.faq {}

#col-body .faq h2 {}

#col-body .faq h3.showmore {
	font-size: 15px;
	font-weight: normal;
	text-transform: normal;
	margin: 0px 0 5px 0;
	padding: 10px 0 10px 30px;
	height: 16px;
	line-height: 16px;
	background-image:url('../images/faq_std.png');
	background-repeat: no-repeat;
	background-position: 0px 8px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#col-body .faq h3.showmore:hover {
	cursor: hand;
	cursor: pointer;
}

.faq div.answer {
	margin: 0px 0 5px 0px;
	padding: 0 0 0 30px;
	font-size: 13px;
	border-bottom: 1px solid #cccccc;	
}

/* ###################################################### */
/* ####################### LINKS ######################## */
/* ###################################################### */
a {
    color:#0098A1;
    text-decoration:none;
    font-weight: normal;
}

a:hover {
    text-decoration:underline;
}

a:visited {
    text-decoration:none;
}

#extern {
/*
    padding-left: 30px; 
    background-image: url(../images/button_externen_link.gif);
    background-repeat: no-repeat;
    background-position: 0 4px;
*/
}

#pdf {
    background-image:url('../images/pdf.gif');
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position: 0px 3px ;
}



/* ###################################################### */
/* ####################### Anmeldung    ################# */
/* ###################################################### */

.anmeldung_links {
	position: relative;
	margin: -30px 0 0 360px;
	width: 220px;
	padding-left: 20px;
	border-left: 1px dotted #cccccc;
	}
#col-body .anmeldung_links p {
	font-size: 13px;
	}

div.anmeldung_rechts {
	float: left;
	margin: -30px 0 0 0px;
	padding: 0px;
	width: 310px;
	font-size: 13px;

	}

.anmeldung_rechts label, .anmeldung_rechts input, .anmeldung_rechts textarea  {
	display: block;
	width: 290px;
	font-size: 13px;
	}

.anmeldung_rechts label  {
	margin-top: 8px;
	}

.anmeldung_rechts input  {
	height: 16px;
	}
	}

.anmeldung_rechts textarea  {
	height: 50px;
	}
	
.anmeldung_rechts img  {
	display: block;
	margin-left: 30px;
	}

.anmeldung_rechts p  {
	font-size: 13px;
	font-weight: bold;
	}
	
.anmeldung_rechts input#Stadt, .anmeldung_rechts input#City  {
	display: none;
	}

.anmeldung_rechts .send {
	border: 0px;
	display: block;
	width: 240px;
	background-color: #0098A1;
	color: white;
	font-size: 15px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	-webkit-box-shadow:1px 1px 3px A0A0A0;
	-moz-box-shadow:1px 1px 3px #A0A0A0;
	box-shadow:1px 1px 3px #A0A0A0;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 4px; 
	-khtml-border-radius: 4px; 
	border-radius: 4px;
	behavior: url(js/pie/PIE.php);	
}
/* ###################################################### */
/* ####################### CONTACT FORM ############'#### */
/* ###################################################### */

#loginForm {
    margin-top: 0px;
    font-size: 13px;
}

#loginForm label {
    display: block;
    float: left;
    text-align: left;
    padding-right: 10px;
}

#loginForm input, #loginForm select {
    display: block;
    width: 150px; 
    text-align: left;
    margin-bottom: 4px;
    border: 1px solid #9FB4D9;
}

#loginForm textarea {
    font-size: 13px;
    text-align: left;
    margin-bottom: 4px;
    border: 1px solid #9FB4D9;
}

input#loginBtn {
    display: block;
    width: 150px; 
    text-align: left;
    margin-bottom: 4px;
    color: white;
    background-color: #9FB4D9;
    border: 1px solid #9FB4D9;
    cursor: hand;
    cursor: pointer; 
}

.label1 {
        width: 150px;
}

.label2 {
    width: 190px;
    font-size: 13px;
}

.eingabe {
    width: 456px;
}


/**
 * CSS styles for Contenido Sitemap.
 * 
 * @author rbi
 * @copyright four for business AG <www.4fb.de>
 * @version 0.1.0
 * 
 * created 2009-01-16
 */

ul.sitemapStandardMainCat {
	margin: 0;
	padding: 0;
}

ul.sitemapStandardMainCat li {
    list-style-type: none;
}

ul.sitemapStandardMainCat li.sitemapStandardLevel_1 {
    margin: 0 0 0 0;
    color: white;
    padding: 0;
}

ul.sitemapStandardMainCat li.sitemapStandardLevel_1 a {
	display: block;
	color: #666666;
	font-weight: normal;
	font-size: 10px;
	text-transform: normal;
	line-height: 16px;
}

ul.sitemapStandardMainCat li.sitemapStandardLevel_2 {
	color: #666666;
	padding: 0;
}

ul.sitemapStandardMainCat li.sitemapStandardLevel_2 a {
	color: #666666;
	font-size: 10px;
}

ul.sitemapStandardMainCat li.sitemapStandardLevel_3 {
	margin-left: 150px;
	background-color: white;
	padding: 0;
}


/* ###################################################### */
/* ####################### References     ############### */
/* ###################################################### */


#articleList {
	width: 100%;
	border-bottom: 1px solid #cccccc;
}

#articleList h1 {
	font-size: 18px;
	text-transform: normal;
}

#articleList .newsPagination a {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin-right: 10px;
	border: 1px solid gray;
}

#articleList .newsPagination a:hover {
	background: #cccccc;
}

#articleList .newsPagination a.active {
	background: black;
	color: white;
}

#articleList .newsArticle {
	width: 100%;
	clear: both;
	border-top: 1px solid #cccccc;
}

#col-body .newsArticle .artText {
	margin-left: 200px;
}

.newsArticle p.artDate {
	font-style: italic;
	float: left;
}

.newsArticle p.artAuthor {
	float: right;
}

#col-body .newsArticle h2 {
	font-size: 15px;
	font-weight: 400;
	padding: 10px 0 5px 0 ;
	margin: 0;
}

#col-body .newsArticle .artImage {
	float: left;
	margin-right: 30px;
	margin-top: 10px;
}

#col-body .newsArticle .artImage img {
	display: block;
	padding: 5px;
	border: 1px solid #404040;
}

.newsArticle p.linkMore {
	clear: both:
}

#articleList p.linkOverview {
	padding: 10px 0;
	margin-top: 20px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}


/* ###################################################### */
/* ####################### BACKEND STYLES ############### */
/* ###################################################### */
#modHeaderImgEdit {
    position:absolute;
    top:60px;
    left:270px;
}


/* good old clearfix - remember to use conditional comment for ie6 with .clearfix {height:1px;} */
/* ist nötig, damit unter FF die gefloateten container in ihrer Höhe wahrgenommen werden, sonst wird der Hintergrund verschludert */

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

.small {
    font-size: 11px;
}

#sucMsg {
    padding: 5px;
    border: 1px solid #003366; 
    line-height: 20px; 
  width: 530px;
    background-color: #7AB1DC;
}

#errMsg {
    padding: 5px;
    border: 1px solid #003366; 
    line-height: 20px; 
    width: 530px;
    background-color: #e30000;
}

#madMsg {
    padding: 5px;
    border: 1px solid #003366; 
    line-height: 20px; 
    width: 530px;
    background-color: #FFD700;
}

.hide_field {
    display: none;
}

.checkboxfloats {
    float: left;
    display: block;
}

/* ###################################################### */
/* ####################### Bild oben    ################# */
/* ###################################################### */

#slideplatzhalter {
    position: relative;
	margin: 65px 0 0 20px;
	width: 170px;
	height: 250px;

}


