
html>/**/body, x:-moz-any-link, x:default { position:relative; left:-0.1px; }
body{
	background: #dbdbdb url(img/bg.gif) repeat-y 50% 5%;   
	margin: 0;
	padding: 0;
     	line-height:120%;
	background-color: #dbdbdb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    	font-size: 12px;
	color: #333;	
}
body.start{
	background-image: none;
	margin: 0;
	padding: 0;
     	line-height:120%;
	background-color: #dbdbdb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    	font-size: 12px;
	color: #333;	
}

img {border: none; margin:0px; padding:0px;}

#wrapper{
	width: 100%;
	height:177px;	
	position: absolute;
	background-color: #dbdbdb; 
	z-index:0;
}

#complete{
	z-index:1;
	width: 960px;	
	position: absolute;
	left:50%;
	margin-left: -480px;
}

a{
	font-size: 12px;	
	color: #0f4274;
	font-weight: normal;
	text-decoration: none;
}

a:hover{
	font-size: 12px;	
	color: #0f4274;
	text-decoration: underline;
}

/****** HAUPTNAVIGATION **************/

#nav{
	background-color: #dbdbdb;
	height: 25px;
	width: 740px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.btn{
	width:148px;
	height: 25px;
	background-image: url(img/btn.gif);
	text-align: center;
	float: left;
}

ul.menu, ul.menu ul {
    list-style-type: none;
    margin:0px;
    padding:0px;
}

ul.menu a {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: #0f4274;
    background-image: url(img/btn.gif);
    background-repeat: no-repeat;
    text-align:center;
    display: block;
    padding: 5px 0px 6px 0px;
    width:148px;
    text-decoration:none;
}

ul.menu a:hover {
    color: #0f4274;
    font-size: 11px;
    text-decoration:none;
}

ul.menu a.active {
    font-weight: bold;
    	font-size: 11px;
    text-transform: uppercase;
    background-image: none;
    color:#fff;
    background-color: #949494;
    text-align:center;
    display: block;
    padding: 5px 0px 5px 0px;
    width:148px;
    text-decoration:none;
}

ul.menu li {
    padding: 0;
    margin: 0;
    float: left;
    background-image: none; 
    height:24px;
}
/* Für Unterpunkte keine Float-Eigenschaft */
ul.menu ul li {
    float:none;
    background-image: none;
}
/* Links auf Unterpunkten sollen die Hintergrundfarbe ändern */
ul.menu ul li.hover, ul.menu ul li:hover {
    background-color: #949494;
}

ul.menu ul li a {
	font-size: 11px;
    background-image:none;
    text-align:left;
    display: block;
    padding: 5px 10px 3px 15px;
    height:20px;
    width: 160px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration:none;
    line-height:12px;
}
ul.menu ul li a:hover {
    color: #FFF;
}

ul.menu ul li a.active {
	font-size: 11px;
    background-image:none;
    text-align:left;
    display: block;
    padding: 5px 0px 3px 15px;
    height:20px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration:none;
    line-height:12px;
    color:#0099FF;
    background-color:transparent;
}

/* Zweite Ebene */
        ul.menu ul {
              margin:0;
               padding: 0;
               position: absolute;
               background-color: #e8e8e8;
               border: 1px solid #949494;
               display: none;
               width: 180px;
     }
   /* Zweite Ebene anzeigen */
       ul.menu li.hover ul, ul.menu li:hover ul  {
               display: block;
   }
/* Dritte Ebene */
   ul.menu li.hover ul ul, ul.menu li:hover ul ul {
                  display: none;
                    margin-left: 160px; /* Breite eines Listenelements - Überlagerung */
              margin-top: -20px; /* Höhe eines Listenelements */
        }
   /* Dritte Ebene anzeigen */
      ul.menu li.hover ul li.hover ul, ul.menu li:hover ul li:hover ul {
                display: block;
   }
/* Vierte Ebene */
     ul.menu li.hover ul li.hover ul ul, ul.menu li:hover ul li:hover ul ul {
                  display: none;
    }
   /* Vierte Ebene anzeigen */
       ul.menu li.hover ul li.hover ul li.hover ul , ul.menu li:hover ul li:hover ul li:hover ul {
               display: block;
   }


/****** HILFSNAVIGATION **************/

#hilfsnav{
	font-family: Arial, Helvetica, sans-serif;
text-align:right;
        display:block;
        width:100%;
	line-height:140%
	float:right;
	background-color: #dbdbdb;
	
}

#hilfsnav_link{
text-align:right;
        width:760px;
	float:left;
	background-color: #dbdbdb;	
	padding:5px 0px 5px 0px;

	
}

.tx-macinasearchbox-pi1{
text-align:right;
        width:200px;
	display:inline;
	float:right;
	margin:0;
	background-color: #dbdbdb;	
	padding:5px 0px 5px 0px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0f4274;
}

#hilfsnav a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0f4274;
	padding:5px 0px 0px 5px;
	text-decoration: none;
}

#hilfsnav a:hover{
	text-decoration: underline;
}

/****** HEADER **************/

#header{
margin:0px;
padding:0px;
height:145px;
}

#logo{
	width: 220px;
	height: 145px;
	background-image: url(img/logo.jpg);
	float: left;
}

#header_img{
	width: 740px;
	height: 145px;
	float: right;
	padding:0px;
	margin:0px;
}

#header_img img { display:block;}

#spacer01{
    clear:both;
    font-size:0px;
	background: url(img/spacer01.png) repeat-x;
	width: 960px;
	height: 5px;
}

#spacer02{
    font-size:0px;
	background: url(img/spacer02.png) repeat-x;
	width: 960px;
	height: 5px;
	clear: both;
}

/****** CONTENT_LEFT **************/

#content_left{
	width: 210px;
	float: left;
	margin-left:5px;


}
*html #content_left{
	width: 210px;
	float: left;
	margin-left:4px;


}

.left_header{
	width: 215px;
	height: 25px;
	background-image: url(img/btn02.gif);
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;

}

/****** NEWS **************/

#news{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: auto;
}

#news h1{
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
	padding: 5px 0px 7px 0px;
	width: 215px;
	background-image: url(img/btn02.gif);
	background-repeat: no-repeat;
	text-align: center;
	color: #0f4274;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}

#news a {
	color: #0f4274;
	font-weight: bold;
	font-size: 11px;
	position: relative;

}

#news li{
	list-style-image:url(img/bullet.gif);
	font-size: 11px;
	color: #0f4274;	
	text-decoration: none;
	margin-bottom: 10px;
	margin-right: 20px;

}

#news li a{
	color: #0f4274;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
	line-height: 140%;
}

#news a:hover{
	text-decoration: underline;
}

#news_content{
	width: 205px;
	padding-right: 10px;
}

#news p{
	line-height: 140%;
	color: #0f4274;
	font-size: 11px;
	padding-right: 10px;
	margin-top: 15px;
	padding-left: 20px;
}

/****** EVENTS **************/

#events{
	width: 215px;
	height: auto;
}

#events a {
	color: #0f4274;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	position: relative;	
	text-decoration: none;
}

#events a:hover{
	text-decoration: underline;
}

#event_content{
	color: #0f4274;
	font-size: 11px;
	width: 185px;
	padding: 15px;
}

/****** CONTENT_RIGHT **************/

#content_right{
	width: 740px;
	float: right;
}

#content{
	width: 595px;
	clear: both;
	margin: 50px 70px 30px 70px;
} 

/****** HEADLINES **************/

h1{
	font-size: 13px;
	color: #0f4274;
	font-weight: bold;
	line-height: 160%;	
}

h2{
	font-size: 13px;
	color: #0f4274;
	font-weight: bold;
	line-height: 160%;	
}

h3{
	font-size: 13px;
	color: #0f4274;
	font-weight: bold;
}

h4{
	font-size: 8px;
	color: #fff;
}

h5{
	background-image: url(img/pdf.png); background-repeat:no-repeat;
	background-position: left top;
	margin-left: 15px;
	padding-left: 25px;
	margin-right: 15px;
}

h6{
	font-size: 13px;
	color: #0f4274;
	font-weight: bold;
}


p, td, li{
	font-size: 12px;
	color: #333;
	line-height: 160%;
	font-weight: normal;
}

.bodytext{
	font-weight: normal;
}	

table {
	background-color: #fff;
}

td {
	padding: 8px;
	background-color: #fff;	
}

.col_style{
	font-size: 11px;
	color: #333;
	line-height: 160%;
	background-color: #f0f0f0;	
}

/****** MAILFORM **************/

label {
	line-height: 1.3em; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	border: 0px;
	width: 180px; 
	float:left;
	text-align: right;
	padding: 2px;

}

.csc-mailform {
	border:0px;
	padding: 20px;
	border: 1px solid #C0C0C0;
	width: auto;
	margin-top: 10px;
}

.csc-mailform-field{
	padding-top:7px;
	font-size:12px;
}

.csc-mailform input{
	border:1px solid #ccc;
	margin-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px; 
}


.csc-mailform-submit{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #C0C0C0;
	background-color: #E0E0F0;
	font-size: 12px;
	margin-top: 20px;
	margin-left: 202px !important;
}



#mailformSelect_options{
	border:1px solid #ccc;
	margin-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 140%;
	padding: 2px; 
}

#mailformFr_welche_Lsungen_interessiere{
	border:1px solid #ccc;
	margin-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;  
}





/****** FILELINK **************/

.csc-uploads-fileName a{
	 background-image: url(img/pdf.png); background-repeat:no-repeat;
	 background-position: center left;
	 padding: 25px 10px 25px 25px;
}

.csc-uploads-fileSize{
	margin-left: 20px;
	padding-left: 0px;
}

/****** NEWS UEBERSICHT **************/



.news-list-item{
	border-bottom: 1px solid #ccc;
	padding: 15px;
	background-color: #f0f0f0;
}



.csc-mailform-check{
	width: 15px;
	height: 15px;
	border:1px solid #ccc;
}
.csc-frame-frame1{
width:100%;
background-color:E8E8E8;
color:003366;
padding:3px 5px 3px 5px;
}
.tx-wecmap-map {
	line-height: 1.3em; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	border: 0px;
}



form{
	display:inline;
	border:none;
}


.field {
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	background-color: #fff;
	border: none;
	height:15px;
}
 fieldset { 
 	display:inline;
 	border:none; 
	margin: 0px;
	padding: 0px;}

/****** STARTSEITE **************/

*html #header_start{
	width: 958px;
	height: 325px;
	background: #fff url(img/ADE_Header_start_325.jpg);
	background-repeat: no-repeat;
	border: 1px solid #fff;
	clear: both;
margin-bottom:11px;
}
#header_start{
	width: 958px;
	height: 325px;
	background: #fff url(img/ADE_Header_start_325.jpg);
	background-repeat: no-repeat;
	border: 1px solid #fff;
	clear: both;
}

#nav_start{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #dbdbdb;
	height: 25px;
	width: 960px;
}

.btn_start{
	width:160px;
	height: 25px;
	background-image: url(img/btn_start.gif);
	text-align: center;
	float: left;
}

#nav_start ul.menu, #nav_start ul.menu ul {
    list-style-type: none;
    margin:0px;
    padding:0px;
}

#nav_start ul.menu a {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: #0f4274;
    background-image: url(img/btn_start.gif);
    background-repeat: no-repeat;
    text-align:center;
    display: block;
    padding: 5px 0px 6px 0px;
    width:192px;
    text-decoration:none;
}

#nav_start ul.menu a:hover {
    color: #0f4274;
    font-size: 11px;
    text-decoration:none;
}

#nav_start ul.menu a.active {
    font-weight: bold;
    	font-size: 11px;
    text-transform: uppercase;
    background-image: none;
    color:#fff;
    background-color: #949494;
    text-align:center;
    display: block;
    padding: 5px 0px 5px 0px;
    width:148px;
    text-decoration:none;
}

#nav_start ul.menu li {
    padding: 0;
    margin: 0;
    float: left;
    background-image: none; 
    height:24px;
}
/* Für Unterpunkte keine Float-Eigenschaft */
#nav_start ul.menu ul li {
    float:none;
    background-image: none;
}
/* Links auf Unterpunkten sollen die Hintergrundfarbe ändern */
#nav_start ul.menu ul li.hover, #nav_start ul.menu ul li:hover {
    background-color: #949494;
}

#nav_start ul.menu ul li a {
	font-size: 11px;
    background-image:none;
    text-align:left;
    display: block;
    padding: 5px 10px 3px 15px;
    height:20px;
    width: 160px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration:none;
    line-height:12px;
}
#nav_start ul.menu ul li a:hover {
    color: #FFF;
}

#nav_start ul.menu ul li a.active {
	font-size: 11px;
    background-image:none;
    text-align:left;
    display: block;
    padding: 5px 0px 3px 15px;
    height:20px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration:none;
    line-height:12px;
    color:#0099FF;
    background-color:transparent;
}

/* Zweite Ebene */
        #nav_start ul.menu ul {
              margin:0;
               padding: 0;
               position: absolute;
               background-color: #e8e8e8;
               border: 1px solid #949494;
               display: none;
               width: 192px;
     }
   /* Zweite Ebene anzeigen */
       #nav_start ul.menu li.hover ul, #nav_start ul.menu li:hover ul  {
               display: block;
   }
/* Dritte Ebene */
   #nav_start ul.menu li.hover ul ul, #nav_start ul.menu li:hover ul ul {
                  display: none;
                    margin-left: 160px; /* Breite eines Listenelements - Überlagerung */
              margin-top: -20px; /* Höhe eines Listenelements */
        }
   /* Dritte Ebene anzeigen */
      #nav_start ul.menu li.hover ul li.hover ul, #nav_start ul.menu li:hover ul li:hover ul {
                display: block;
   }
/* Vierte Ebene */
     #nav_start ul.menu li.hover ul li.hover ul ul, #nav_start ul.menu li:hover ul li:hover ul ul {
                  display: none;
    }
   /* Vierte Ebene anzeigen */
       #nav_start ul.menu li.hover ul li.hover ul li.hover ul , #nav_start ul.menu li:hover ul li:hover ul li:hover ul {
               display: block;
   }

#content_start{
	width: 960px;
	background-color:#fff;
}


/****** WORKSHOP UEBERSICHT **************/

.workshops-list-item{
	border-bottom: 1px solid #ccc;
	padding: 15px;
	background-color: #f0f0f0;
}

.workshops-list-morelink{
	padding-top: 5px;
	padding-bottom: 5px;
}

.workshops-list-itemlink{
 
}

.workshops-latest-item{
	padding-top: 0px;
}

#news .workshops-latest-item p{
	line-height: 140%;
	color: #0f4274;
	font-size: 11px;
	width:150px;	
	padding-left: 0px;
	padding-right: 15px;
}

.workshops-latest-container{
	padding-top: 0px;
}

.workshops-regform {
	border:1px solid #ccc;
	width:400px;
	background-color: #f0f0f0;
}

.workshops-regform-field {
	clear:both;
	margin:10px;
	padding:4px;
	width:380px;
	background-color: #f0f0f0;
}


.workshops-regform input {
	background-color:white;
	border:1px solid #ccc;
	float:right;
}

.workshops-regform input.csc-mailform-check {
background-color:f0f0f0;
	border:none;
	float:right;
}

.workshops-regform input.csc-mailform-submit{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #C0C0C0;
	background-color: #E0E0F0;
	font-size: 12px;
	margin-top: 20px;
	margin-left: 190px !important;


}

.workshops-regform textarea {
	background-color:white;
	border:1px solid #ccc;
	height:60px;
	width:180px;
        float:right;
}

.workshops-single-img{

}

.workshops-single-files dd{
margin:0;
padding: 0;
}

.workshops-single-backlink{
float:left;
margin-top:20px;
}

.dvelop-table td {padding:0px;}
