@charset "utf-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
}

hmtl {}

body {
	background: url(gitter_2.gif) repeat;
	margin:0px;
	padding:0px;
	font-family: tahoma;
}

a {
	color: #88898C;
}

a img {
	border:none;
}

a:hover {
	color: #a2005f;
}

a[href$='.mp3'] {
        display:inline-block;
        padding-left:20px;
        background:transparent url(fileicons/mp3.gif) center left no-repeat;
      
}

a[href$='.pdf'] {
        display:inline-block;
        padding-left:20px;
        background:transparent url(fileicons/pdf.gif) center left no-repeat;
     
}

a[href$='.jpg'] {
        display:inline-block;
        padding-left:22px;
        background:transparent url(fileicons/jpg.gif) center left no-repeat;
     
}

a[href$='.zip'] {
        display:inline-block;
        padding-left:20px;
        background:transparent url(fileicons/zip.gif) center left no-repeat;
      
}

a[href$='.rar'] {
        display:inline-block;
        padding-left:20px;
        background:transparent url(fileicons/zip.gif) center left no-repeat;
       
}

a[href$='.mpg'], a[href$='.mpeg']  {
        display:inline-block;
        padding-left:20px;
        background:transparent url(fileicons/mpg.gif) center left no-repeat;
    
}

a[href$='.mov'] {
        display:inline-block;
        padding-left:20px;
        background:transparent url(fileicons/mov.gif) center left no-repeat;
        
}

a[href$='.doc'] {
        display:inline-block;
        padding-left:20px;
        background:transparent url(fileicons/doc.gif) center left no-repeat;
        
}

a img {
	background: transparent;
}

a.bild[href$='.pdf'] {
        display:inline-block;
        padding-left:0px;
        background:transparent;
     
}


h1, h2, h3, h4, h5, h6 {
	font-size: 11px;
	margin:0px;
	padding:0px;
	line-height: 17px;
	font-weight:normal;

}

ul {
	margin: 0 25px 0 40px;
	font-size: 11px;
	list-style:circle;
	list-style-position: outside;
}

li {
	margin: 5px 0 0 0;
}



h1.csc-firstHeader {
	font-family: tahoma;
	/**georgia, sans-serif;**/
	border-bottom: 2px solid #4D494A;
	padding: 0 0 5px 0;
	font-size: 14px;
	text-transform:uppercase;
	
}

h3.csc-firstHeader {
	font-family: tahoma;
	/**georgia, sans-serif;**/
	border-bottom: 2px solid #4D494A;
	padding: 0 0 5px 0;
	font-size: 14px;
	text-transform:uppercase;
	
}


/** Header **/
div#wrapperleft {
       position:absolute;
	width: 737px;
	min-height: 500px;
	float:left;
	margin: 20px 0 0 30px;
}

div#header {
	height: 100px;
	background: #fff;
}

div#header img {
	margin: 5px 0 0 23px;
	border: 0px;
	display: inline;
	/**width:250px;**/
	
}

div#header h2#headertext img {
        position: absolute;
        margin: -30px 0 0px 380px;
        border-top: 2px solid #4d494a;
        border-bottom: 1px dotted #4d494a;
}

div#navigation {
	height: 20px;
	background: #a2005f;
	padding-top:7px;
	
}

div#navigation a {
	color:#caa7ce;
	font-family: georgia, sans-serif;
	font-size: 11px;
        text-decoration: none;
        margin: 0px 15px 0 23px;
        text-transform:uppercase;
	
}

div#navigation a:hover {
	/**font-weight:bold;**/
	color:#fff;
}

div#navigation a.cur {
	color: #fff;
}

div#headnavi {
        padding: 10px 10px 0 0;
       
        width: 727px;
        margin: 0px 0 0 0px;
        text-align:right;
        font-size:10pt;
        text-decoration:none;
        color:#929395;
}

div#headnavi a {
    
	color:#929395;
	text-decoration: none;

}

div.maincorner {
	height:34px;
	width:737px;
	background:url(corner.gif) no-repeat;
	margin: 30px 0 0 0;
}

div.content {
	min-height:50px;
	width: 737px;
	background: #fff;
	font-family: tahoma;
	font-size: 11px;
	padding-bottom: 25px;
}

div.csc-header {
	margin: 0 25px 10px 25px;
}

div.csc-header h3 {
	border-bottom:2px solid #4D494A;
	font-family:tahoma;
	font-size:14px;
	padding:0 0 5px;
	text-transform:uppercase;
}

p.bodytext {
        margin: 5px 25px 12px 25px;
        font-size:11px;
        line-height: 17px;
        

}

div.csc-textpic-imagewrap {
	padding: 0px 0px 0 25px;
}

div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image {
        float:left;
        display:block;
        /**width: 200px;**/
}

div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image dt {
	float:none;
	/**width: 200px;**/
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
	margin:10px 0 0px 0;
	/**height: 20px;**/
	display:block;
	font-size: 12px;
	text-transform:uppercase;
	border-top: 2px solid #4d494a;
        
        /**width:200px;**/
}

div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image dd {
	float:none;

}

div.csc-textpic-left div.csc-textpic-imagewrap .csc-textpic-image, div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap .csc-textpic-image, div.csc-textpic-intext-left div.csc-textpic-imagewrap .csc-textpic-image {
	display:inline;
	margin: 0 50px 0 0;
}

dd.csc-textpic-caption a {
	display:block;
	border-bottom: 1px dotted #4d494a;
	margin: 5px 0 10px 0px;
	padding: 0 0 5px 5px;
        color: #000;
        text-decoration: none;
}

div.initiatorenteaser {
	text-transform:none;
	font-size:11px;
	line-height:16px;
	height: 80px;
	margin: 0 0 0 0px;
	padding: 0 0 0 5px;

}

div.initiatorenteaser2 {
	text-transform:none;
	font-size:11px;
	line-height:16px;
	height: 30px;
	margin: 0 0 0 0px;
	padding: 0 0 0 5px;

}

div.moreinfo a {
        border-top: 1px dotted #4d494a;
        border-bottom: 0px;
	text-transform: none;
	font-size:11px;
	color: #88898c;
	padding: 10px 0 0 5px;
	margin: 0 0 0 0px;

}

/** Initiatoren **/

div.content_initiatoren {
	/**min-height:50px;
	width: 737px;
	background: #fff;
	font-family: tahoma;
	font-size: 11px;
	padding-bottom: 25px;**/
	margin:30px 0 0 0;
	
}

div.spalte1 {
	float:left;
	width:250px;

}

div.spalte1corner {
	height:34px;
	width:250px;
	background:url(corner_spalte1.gif) no-repeat;
	margin: 0px 0 0 0;
}

div.content_spalte1 {
       background:#fff;
       padding-bottom: 25px;
}

div.spalte2 {
	width: 467px;
	margin: 0 0 0 270px;
		
}

* html div.spalte2 {

  width: 467px;
  w\idth: 460px;
}


div.spalte2corner {
	height:34px;
	width:467px;
	background:url(corner_spalte2.gif) no-repeat;
	margin:0px 0 0 0px;
}

* html div.spalte2corner {

  width: 467px;
  w\idth: 460px;
}

div.content_spalte2 {
	background:#fff;
	padding-bottom: 25px;
}


/** Event **/

div.kb_eventboard-header {
	width:685px;
	border-color:#4d494a;
	border-style:solid;
	border-width:0 0 2px 0;
	display:block;
	min-height: 20px;
	margin: 0 25px 10px 25px;
	
}

.kb_eventboard-entry {
        width: 685px;
	border-color:#4d494a;
	border-style:dotted;
	border-width:0 0 1px 0;
	display:block;
	min-height: 70px;
	margin: 0 25px 10px 25px;
	line-height: 18px;
	font-size:11px;
}

#event-referent {
	width: 420px;
}



.kb_eventboard-entry a {
        color:#000;
        text-decoration:none;
}

.kb_eventboard-entry a:hover {
        color:#a2005f;
  
}

.kb_eventboard-entry a.kb_eventboard_titlelink {
        
        
}

.kb_eventboard-entry p.bodytext {
        margin:0 0 0 0px;
}



div.eventdatum {
	float:left;
	width: 100px;
	font-size:12px;
}

div.eventname {
	float:left;
	width: 350px;
	font-size:12px;
	}
	
div.eventname2 {
	float:left;
	width: 300px;
	font-size:12px;
	}

div.eventtime {
	float:left;
	width: 40px;
	font-size:12px;
}

div.eventname_single {
	font-size:12px;
}

div.eventspeaker {
       width: 180px;
       float:right;
       font-size:12px;
           
}

div.eventspeaker a {
       color: #88898c; 
      
}

div.eventsinglehead {
	/**width: 685px;**/
	border-color:#4d494a;
	border-style:solid;
	border-width:0 0 2px 0;
	line-height: 18px;
	padding: 0 0 5px 0;
	margin: 0 0px 10px 0px;
}

h3.eventspeaker_single {
	margin:30px 0 10px 0;
	height: 20px;
	display:block;
	font-size: 12px;
	text-transform:uppercase;
	border-top: 2px solid #4d494a;
        border-bottom: 1px dotted #4d494a;
        	
}

div.eventspeaker_single {
	margin: 0 0 30px 0;
}

div.eventspeaker_single a {
	font-weight:bold;
}

div.eventsinglehead a img {
	height: 17px;
	margin: 0 0 0 500px;
	border: 0px;
	padding: 5px 0 0 0;
}

hr.clear {
      border:0px #fff;
      color:0px;
      background: 0px;
      width: 0px;
      height: 0px;
}

/** Formular **/

fieldset.csc-mailform {
	border:0px;
	width: 400px;
	margin: 0 25px 0 25px;	
}

label { 
	width: 350px;
	display:inline-block;
	height: 11px;
	color: #333;
	font-size: 11px;
	
}

input {
	border: 1px solid #333333; 
	color: #333;
	
	margin: 2px 0 0 0;
	font-size: 11px;
	height: 20px;
}

input.csc-mailform-check {
	height: 11px;
	border: 0px;
}

div.csc-mailform-field {
	
}

input#mailformFirma {
	margin: 10px 0 0 0;

}

textarea {
	border: 1px solid #333333; 
	color: #333;
	margin: 2px 0 0 0;
	font-size: 11px;
	font-family: tahoma;
}

/**Karte**/
.tx-rzgooglemaps-pi1 {
	margin:15px 0;
	padding: 0 0 0 25px;
}


/**Sidebar **/

div#wrapperright {
    position:absolute;
    width: 200px;
	min-height: 500px;
	/**background: #fff;**/
	margin: 20px 0 0 785px;
}

div#mainright {
	background: #fff;
	margin: 158px 0 0 0;
	padding: 34px 0 0 0;
}

/** Newsletter Anmeldung **/

div.tx-odsajaxmailsubscription-pi1 {
	margin: 0 25px 0 25px;
	font-size: 11px;
	padding: 0 0 25px 0;	
}

div.tx-odsajaxmailsubscription-pi1 a {
	color: #88898C;
}

div.tx-odsajaxmailsubscription-pi1 a:hover {
	color: #a2005f;
}

div.info {
	color: #a2005f;
	font-weight:bold;
}

div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
border: 5px solid #fff;
border-right: 0px;
border-left: 0px;
padding:0;
}

/** Social Bookmarks **/
div.tx-spsocialbookmarks-pi1 {
	margin: 0 25px;
}

div.tx-spsocialbookmarks-pi1 img {
	Border: none;
}