/**
Weinreich Farbpalette:
75% grau (Schrift, Fußzeile): 404040;
40% grau: 999999;
Logo grün: 6AB023;


*/

/* ----------------- 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 {
	background-image:url('../images/background.png');
	background-repeat: repeat-x;
    height:100%;
    min-width: 955px;
}

#outerContainer {
    position: relative;
    margin: 0 auto 0 auto;
    width: 955px;
}

#header {
    position: relative;
    width: 955px;
    height: 175px;
	background-image:url('../images/header_background.jpg');
	background-repeat: no-repeat;
	background-position: 0 3px;
}

#logo {
    position: absolute;
	display: block;
    top: 70px;
    left: 330px;
    width: 450px;
    height: 100px;
}

#logoimg {
    position: absolute;
	display: block;
    top: 35px;
    left: 0px;
    width: 245px;
    height: 330px;
}

#logo h1 {
	position: absolute;
	top: 0;
	left: 0;
	font-family:"Istok Web", Arial, Verdana, sans-serif;
    padding: 0;
	margin: 0;
    font-size: 40px;
	text-transform: uppercase;
    font-weight: 700;
    color: #636678;
	line-height: 40px;
}

#logo h2 {
	position: absolute;
	top: 40px;
	left: 0;
	font-family:"Istok Web", Arial, Verdana, sans-serif;
    padding: 0;
	margin: 0;
    font-size: 16px;
	text-transform: normal;
    font-weight: 400;
    color: #636678;
}

.corners {
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	-khtml-border-radius: 8px; 
	border-radius: 8px;
	behavior: url(js/pie/PIE.php);
	}

form {
    margin:0;
    padding:0;
}

img {
    border:0px;
}

/* /----------------- general html structure */
#contentContainer {
	position: relative;
    min-height: 370px;
    padding-bottom: 50px;
	margin-left: 335px; 
    }

div#col-body {
    position: relative;
	clear: left;
    width: 510px;
	margin-top: 20px;
    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;
	width: 100%;
	margin: 30px 0 0 0;
	height: 80px;
}

/* Level 1 */
#navigation ul {
    margin: 0;
    padding: 0;

}

#navigation_lang_changer {
	position: absolute; 
	top: 10px; 
	left: 0px; 
	width: 245px;
	padding: 0px 0; 
	text-align: left;	
	}

#navigation_lang_changer a {
	font-size: 14px;
	color: #F67B00;
	font-weight: 300;
	background-image:url('../images/arrow.png');
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left: 15px;
	}

#navigation_lang_changer a:hover {
	text-decoration: none;
	}
	
#navigation_lang_changer:hover {
	}
	
/* ###################################################### */
/* ####################### SEARCH INPUT ################# */
/* ###################################################### */
#search {
    position: absolute;
    top: 20px;
    left: 780px;
    margin: 0;
    font-size: 10px;
    background-color: transparent;
}
#search label {
    font-size:11px;
    display:block;
    float:left;
    width:42px;
    padding:2px 0 0 0;
}
#search input {
    border:1px solid #ccc;
    width:140px;
    height:12px;
    font-size:10px;
    border: 1px solid #cccccc;
}
#search input.sbmt {
    border:0;
    width:5px;
    height:8px;
    margin:0 0 0 5px;
}
/* ###################################################### */
/* ####################### SEARCH OUTPUT ################ */
/* ###################################################### */
#searchResults {
    margin:0 0 10px 0;
}

#col-body .searchResultItem a.intern {
	font-size: 14px;
} 
#searchResults p.message {
    margin:20px 0 30px 0;
}
#searchResults div.searchResultItem {
    border-bottom:1px solid #ccc;
    margin:0 0 10px 0;
    padding:0 0 10px 0;
}
#searchResults div.searchResultItem h4 {
	clear: left;
    font-size:14px;
    margin:0 0 5px 0;
    padding:0;
    font-style:normal;
	font-weight: normal;
}

#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: 0px 0 30px 0;
    padding:0;
    font-size: 20px;
    color: black;
	font-weight: 300;
	text-transform: uppercase;
}

#col-body h2 {
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    margin: 20px 0 15px 0;
	color: black;
}

#col-body #subheadline h2 {
    position: relative;
    margin: 0px 0 15px 0;
    padding: 0;
    margin: 0;
    padding: 0;
}

#col-body h3 {
    font-size: 12px;
    font-weight: 400;
    padding: 0;
    margin: 10px 0 10px 0;
}

#col-body p {
    font-size: 14px;
}

#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; 
}

#col-body table, #col-body table td, #col-body table th {
    font-size: 12px;
    vertical-align: top;
}

#col-body table label {
    font-size: 13px;
}


/* ###################################################### */
/* ####################### Navigationsboxen ############# */
/* ###################################################### */

.navbox {
	position: absolute;
	top: 365px;
	left: 0px;
	width: 245px;
	margin-bottom: 15px;
	padding-bottom: 20px;
	overflow: hidden;
	background: #636678;
	}

.navbox div div {
	padding: 0 0 10px 0;
	border-bottom: 1px solid #999999;
	}

.navbox div div a {
	display: block;
	}
	
.navbox div div:hover {
	/*
	background: #9A9999;
    cursor: hand;
    cursor: pointer; 
*/	
	}
	
.navbox h2 {
	font-size: 16px;
	color: white;
	margin: 0;
	padding: 10px 20px;
	font-weight: 400;
	text-transform: uppercase;
}

.navbox p {
	padding: 0px 20px;
	margin: 0;
	color: white;
	font-weight: 300;
	font-size: 13px;
}

.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: #464856;
}


#footer {
    position: relative;
    margin: 0 auto 0 auto;
    width: 955px;
    padding: 20px 0 50px 0;
    height: 260px;
}

#footer div.sitemap {
    float: left;
    margin: 40px 50px 0 30px;
}

#footer div.sm01 {
    margin-left: 490px;
}

#footer div.sitemap a {
	color: white;
	font-size: 14px;
	font-weight: 200;
}

#footer h3 {
    margin-top: 10px;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}

#footer div.address {
	position: absolute;
	top: 50px;
	left: 20px;
	padding-right: 70px;
	width: 250px;
	border-right: 1px dotted #999999;
}

#footer div h1 {
	font-family:"Istok Web", Arial, Verdana, sans-serif;
    padding: 0;
	margin: 0;
    font-size: 40px;
	text-transform: uppercase;
    font-weight: 700;
    color: white;
	line-height: 40px;
}

#footer div h2 {
	font-family:"Istok Web", Arial, Verdana, sans-serif;
    padding: 10px 0;
	margin: 0;
    font-size: 16px;
	text-transform: normal;
    font-weight: 400;
    color: #999999;
}

#footer .address p, #footer .address p a {
    margin: 5px 0;
    padding: 0;
    font-size: 16px;
    font-weight: 200;
    color: #999999;
}

#footer .address p a {
    color: white;
}

#footer #socialmedia {
	position: absolute;
	top:62px;
	left: 360px;
	}

#metaNavigation {
    position: absolute;
    top: 15px;
    left: 345px;
    width: 400px;
    color: #9C9E9F;
}

#metaNavigation a {
	display: block;
    font-size: 12px;
    color: #9C9E9F;
	float:left;
	height: 26px;
	line-height: 26px;
	padding-right: 20px;
	margin-right: 15px;
	overflow: visible;
	background-image: url(../images/nav_trenner01.png);
	background-repeat: no-repeat;
	background-position: right 2px;
}

#focusNavigation {
    position: relative;
	margin-top: 50px;
}
.focus {
    width: 142px;
	height: 56px;
    font-size: 10px;
    background-image: url(../images/nav_schwerpunkt.png);
	margin-bottom: 5px;
}

.focus a {
	display: block;
	width: 90%;
    color: white;
	font-size: 12px;
	text-align: center;
	line-height: 40px;
	font-weight: bold;
}

/******* FAQ ********************/


.faq {
	padding-bottom: 10px;
}

#col-body .faq h2 {
	margin-top: 20px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
}

#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;
	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;	
}

#col-left .faq div.answer, #col-left .faq div.answer p {
	width: 210px;
}

/* ###################################################### */
/* ####################### LINKS ######################## */
/* ###################################################### */
a {
    color:#F67B00;
    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 ;
}


/* ###################################################### */
/* ####################### Downloadliste################# */
/* ###################################################### */

.downloadliste {
    clear: left;
    margin: 0;
    font-size: 12px;
}

.downloadlisteintro {
    border-top: 1px solid #ccc;
    width: 100%;
}
    
.downloaditem {
    clear: left; 
    padding: 5px 0 5px 0; 
    border-bottom: 1px solid #ccc; 
    width: 100%;
}

.downloadlink {
    float: left; 
    display: block; 
    width: 80%; 
    margin-bottom: 0px;
}

.downloadlink a.pdf {
    display: block;
    padding-left: 30px;
	font-size: 14px;
}

.downloaddesc {
    display: block; 
    margin: 3px 0 0 0px; 
    font-size: 11px;
}

.downloadsize {
    float: right; 
    font-size: 11px;
}

/* ###################################################### */
/* ####################### 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: #F67B00;
	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;
}



