/* ++++++++++++++++++++++++++ */
/* ++ GENERALS ++++++++++++++ */
/* ++++++++++++++++++++++++++ */
html, body 
{ 
	font: 100.01% Arial,"Verdana",sans-serif; 
	color: #FFF; 
}

ul
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

a:link,
a:visited,
a:hover
{
    text-decoration: underline;
    color: #999;
}

/* Schriftgroesse */
span.font_small
{
    font-size: 0.8em;
}
span.font_big
{
    font-size: 1.2em;
}
/* /Schriftgroesse */

h1
{
    font-size: 1.6em;
    font-weight: normal;
}

h2
{
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom:2px;
}


h3
{
    font-size: 1em;
    font-weight: bold;
}
p
{
    margin: 0px;
    padding: 0px;
}

.top p
{
    margin: 0px;
    padding:  0 15px;
   /* width:520px; */
}

.top h1
{
    padding: 0 15px;
}
.top h2
{
    padding: 0 15px;
}

.top h3
{
    padding: 0 15px;
}
.top h4
{
    padding: 0 15px;
}
.top h5
{
    padding: 0 15px;
}


.top table, .top .contenttable table,  .contenttable table  tr
{
    padding-left: 15px;
    width:220px;
}

.top table, .top .contenttable-0 table,  .contenttable-0 table  tr
{
    padding-left: 15px;
    width:540px;
}



.top table td, .top .contenttable table
{
    border:1px solid #cacaca;
    padding:3px;
}
.csc-uploads-fileName{
	border:none;
}
.clear
{
    clear: both;
}
/* ++ /GENERALS ++++++++++++++ */

div.csc-textpic-left div.csc-textpic-imagewrap {
	padding-left:15px;
}

div.csc-textpic-intext-left div.csc-textpic-imagewrap {
	padding-left:15px;
}

/* ++++++++++++++++++++++++++ */
/* ++ WRAPPER +++++++++++++++ */
/* ++++++++++++++++++++++++++ */
#wrapper
{
    width: 960px;
   margin-left:50px;
    /*margin: 0 auto;*/
    font-size: 0.9em;
}
/* ++ /WRAPPER ++++++++++++++ */



/* ++++++++++++++++++++++++++ */
/* ++ TOP +++++++++++++++++++ */
/* ++++++++++++++++++++++++++ */
#top
{
    width: 100%;
    height: 93px;
}

/* Linkliste in top */
#top ul
{
    text-align: right;
    font-size: 0.8em;
    font-weight: bold;
}

#top ul a
{
    color:#A5A5A5;
text-decoration:none;

}


#top ul li
{
    display: inline;
    padding: 0px 5px 0px 5px;
    border-right: 1px solid #A5A5A5;
    color: #A5A5A5; 
}

#top ul li.last
{
    border: none;
    padding: 0px 0px 0px 5px; 
}

#top ul li a:link,
#top ul li a:visited,
#top ul li a:hover
{
    color: #A5A5A5;
    text-decoration: none;
}
/* /Linkliste in top */


/* CSB-Logo in top */
#top div.csb_logo
{
    width: 113px;
    height: 58px;
    margin: 5px 0px 0px 175px;
}
/* /CSB-Logo in top */

/* ++ /TOP ++++++++++++++ */




/* +++++++++++++++++++++++++++ */
/* ++ MAIN +++++++++++++++++++ */
/* +++++++++++++++++++++++++++ */
#wrapper #main
{
    width: 100%;
    height: auto;
    *min-height:580px;
   /* background: #FFF url(images/background.gif) repeat-y;*/
}
/* ++ /MAIN +++++++++++++++++++ */


/* +++++++++++++++++++++++++++ */
/* LINKER BEREICH in MAIN ++++ */
#main .navi_left
{
    width: 221px;
    height: auto;
    float: left;
    
    margin: 0px 2px 0px 0px;
}

/* obere linke runde ecke */
.navi_left .corner_top_left
{
    position: relative;
    top: 0px;
    left: 0px;
    width: 17px;
    height: 20px;
    
    background: url(images/corner_top_left.gif) no-repeat;
}

/* navigationsliste in navi_left */
.navi_left ul
{
    border-bottom: 1px solid #A5A5A5;
    width: 100%;
    list-style-type: none;
}

.noborder ul
{
   
    width: 100%;
    list-style-type: none;
}

.navi_left ul li
{
    border-top: 1px solid #A5A5A5;
    width: 89%;
    padding: 5px 0px 5px 25px;
}

/* links in der liste */
.navi_left ul a:link,
.navi_left ul a:visited,
.navi_left ul a:hover
{
    font-weight: bold;
    text-decoration: none;
    color: #999;
    text-transform: uppercase;       
}


/* geoeffneter eintrag */


.navi_left ul li.open
{
    
}

.navi_left li.rubrik,
.navi_left li.artikel
{
	  
    padding: 5px 0px 5px 0px; 
    text-transform: none;
    border: 0px none;
}

.subartikel {
	 padding: 5px 0px 5px 15px; 
}

.navi_left ul li.artikel
{
    padding: 5px 0px 5px 15px; 
}

.artikel4 {
	margin-left:8px;
}



/* links im geoeffneten eintrag */
.navi_left  li.rubrik a:link,
.navi_left li.rubrik a:visited,
.navi_left  li.rubirk a:hover,

.navi_left  li.artikel a:link,
.navi_left  li.artikel a:visited,
.navi_left  li.artikel a:hover
{
    font-weight: bold;
    text-decoration: none;
    color: #BBCC01; 
    text-transform: none;
     font-size:12px;     
}

.navi_left  li.artikel a.active:link,
.navi_left  li.artikel a.active:visited,
.navi_left  li.artikel a.active:hover
{
    color: #FFF;     
}


/* LINKER BEREICH in MAIN */
/* +++++++++++++++++++++++++++ */


/* +++++++++++++++++++++++++++++++++++ */
/* MITTLERER BEREICH (CONTENT) in MAIN */
#main .content
{
    width: 560px;
    height: auto;

    margin: 0px 2px 0px 4px;
    float: left;
    
    color: #000;
    font-size: 0.8em;
}


/* Div fuer den Top-Bereich */
/* Div fuer den Top-Bereich */
.content div.top
{
    margin: 0px;
    padding-bottom: 20px; 
    min-height: 584px;
    width:560px;
}

.content div.top ul
{
		width:530px;
    list-style-type:disc;
    margin-left:20px;
}
.content div.top ul li
{

    margin-left:20px;
}

/* ++++++++++++++++++++++++++++++ */
/* Teaser 100%-Breite */
.content div.lanscapeteaser
{
    width: 560px;
    margin: 0px 0px 0px 0px;
    list-style-type: none;
    background: #EEE;
    border-top:2px solid #fff;
    border-bottom:2px solid #fff;
}
/* ++++++++++++++++++++++++++++++ */
.dbl_ts_coontainer {
	  width: 560px;
    background: url(images/bg_calnews.gif) repeat-y;
    border-bottom:4px solid #fff;
}

/* Teaser left and right */
 div.teaser_left
{
    width: 278px;
    height:100%;
    margin: 2px 0px 2px 0px;
    list-style-type: none;
    background: #EEE;
    border-right:2px solid #fff;
    float:left;
    margin-top:0;
}

 div.teaser_right
{
    width: 278px;
    margin: 2px 0px 2px 0px;
    list-style-type: none;
    background: #EEE;
    border-left:2px solid #fff;
    float:left;
    margin-top:0;
}


/* ++++++++++++++++++++++++++++++ */


/* headline - Ueberschrift fuer alle 3 teaser */
.lanscapeteaser div.headline,
.teaser_left div.headline,
.teaser_right div.headline
{
    width: 530px;
    color: #FFF;
    letter-spacing: 1px;
    font-weight: bold;
    padding: 5px 0px 5px 15px;
    text-transform: uppercase;
	height:14px;
}

.lanscapeteaser h3, .teaser_left h3, .teaser_right h3 {
	padding: 5px 0px 5px 15px;
	margin:0px;
}


.content div.teaser_left div.headline,
.content div.teaser_right div.headline
{
    width: 263px;
}
/* ++++++++++++++++++++++++++++++ */


/* Floats fuer die Liste-Elemente */
.content  div.float_left,
.content div.float_right
{
    float: left;
    
}

.content div.float_right
{
float: left;
width:275px;
}
.content div.float_right p
{
  width:260px; 
}
.content div.float_right img
{
  text-align:left;
  float:left;
  margin: 0 3px 3px 0;
}

/* ++++++++++++++++++++++++++++++ */


/* Absatz in einem li - rueckt den Text ein */
.content div.lanscapeteaser  p
{
    padding: 5px 5px 5px 15px;
   
   
}

.lst_content {
	width: 530px;
}

.content div.teaser_left  p,
.content div.teaser_right  p
{
    padding: 5px 5px 5px 15px;
}
/* ++++++++++++++++++++++++++++++ */



/* Hyperlinks */
.content a:link,
.content a:visited,
.content a:hover
{
    text-decoration: underline;
    font-weight: bold;
}
/* ++++++++++++++++++++++++++++++ */


/* Hintergrundfarben */
.bg_grey
{
    background: #EEE;
}

.bg_darkgrey
{
    background: #666;
}

.bg_red
{
    background: #BC0001;
}

.bg_blue
{
    background: #565599;
}

.bg_lightblue
{
    background: #669ACC;
}

.bg_green
{
    background: #889900;
}

/* ++++++++++++++++++++++++++++++ */
#color_2, #color_193 {
		background: #899A00;
}

#color_2 a, #color_193 a{
		color: #BBCC01;
}

#color_2 a:hover, #color_193 a:hover{
		color: #fff;
}
#color_2 .rubrik_active, #color_193 .rubrik_active {
	  padding-left: 0px;
    text-transform: none;
    border:  0px none;
     font-size:12px;
		font-weight:bold;
		text-decoration:none;
}

#color_2 .rubrik_active a, #color_193 .rubrik_active a{
			color: #fff;
			text-transform: none;
}
#color_2 .active .rubrik_active a, #color_193 .active .rubrik_active a{
		color: #fff;
		text-transform: none;
}

#color_2 .subrubrik_active, #color_193 .subrubrik_active {
	  padding: 5px 0px 5px 15px; 
    text-transform: none;
    border:  0px none;
     font-size:12px;
		font-weight:bold;
		text-decoration:none;
		color: #fff;
}

#color_2 .subrubrik_active a , #color_193 .subrubrik_active a {
	color: #fff;
	  text-transform: none;
}

.acol_2 {
	color:#000;
}
/* ++++++++++++++++++++++++++++++ */
#color_3, #color_198 {
		background: #6699cc;
}

#color_3 a, #color_198 a{
		color: #96c9fc;
}

#color_3 a:hover, #color_198 a:hover{
		color: #fff;
}
#color_3 .rubrik_active, #color_198 .rubrik_active {
	 	padding-left: 0px; 
    border: 0px;
    font-size:12px;
}

#color_3 .rubrik_active a, #color_198 .rubrik_active a{
			color: #fff;
    	text-transform: none;
}

#color_3 .active .rubrik_active a, #color_198 .active .rubrik_active a{
		color: #fff;
		text-transform: none;
}

#color_3 .subrubrik_active, #color_198 .subrubrik_active  {
	  padding: 5px 0px 5px 15px; 
    text-transform: none;
    border:  0px none;
     font-size:12px;
		text-decoration:none;
		color: #fff;
}

#color_3 .subrubrik_active a, #color_198 .subrubrik_active a {
	color: #fff;
	text-transform: none;
}

#color_3 .artikel a, #color_198 .artikel a {
	
	text-transform: none;
}

.acol_3 {
	color:#000;
}

/* ++++++++++++++++++++++++++++++ */

#color_4, #color_148 {
		background: #eee;
}

#color_4 a, #color_148  a{
		color: #999;
}

#color_4 a:hover, #color_148 a:hover{
		color: #000;
}

#color_4 .rubrik_active, #color_148 .rubrik_active {
	  padding-left: 0px; 
    border: 0px;
    font-size:12px;
		
}

#color_4 .rubrik_active a, #color_148 .rubrik_active a{
		color: #000;
		text-transform: none;
}
#color_4 .active .rubrik_active a, #color_148 .active .rubrik_active a{
		color: #000;
}

#color_4 .subrubrik_active, #color_148 .subrubrik_active {
	  padding: 5px 0px 5px 15px; 
    text-transform: none;
    border:  0px none;
     font-size:12px;
		text-decoration:none;
		color: #000;
}
#color_4 .subrubrik_active a, #color_148 .subrubrik_active a {
	color: #000;
	text-transform: none;
}

#color_4 .artikel a, #color_148 .artikel a {
	
	text-transform: none;
}
.acol_4 {
	color:#000;
}

/* ++++++++++++++++++++++++++++++ */

#color_24, #color_399 {
		background: #555599;
}

#color_24 a, #color_399  a{
		color: #bbbbee;
}

#color_24 a:hover, #color_399 a:hover{
		color: #ffffff;
}

#color_24 .rubrik_active, #color_399 .rubrik_active {
	  padding-left: 0px; 
    border: 0px;
    font-size:12px;
		
}

#color_24 .rubrik_active a, #color_399 .rubrik_active a{
		color: #ffffff;
		text-transform: none;
}
#color_24 .active .rubrik_active a, #color_399 .active .rubrik_active a{
		color: #ffffff;
}

#color_24 .subrubrik_active, #color_399 .subrubrik_active {
	  padding: 8px 0px 6px 15px; 
    text-transform: none;
    border:  0px none;
     font-size:12px;
		text-decoration:none;
		background: #555599;
		color: #bbbbee;
}
#color_24 .subrubrik_active a, #color_399 .subrubrik_active a {
	color: #ffffff;
	text-transform: none;
}

#color_24 .artikel a, #color_399 .artikel a {
	
	text-transform: none;
}
.acol_24 {
	color:#bbbbee;
}

/* ++++++++++++++++++++++++++++++ */

#color_25, #color_155 {
		background: #eee;
}

#color_25 a, #color_155 a{
		color: #999;
}

#color_25 a:hover,#color_155 a:hover{
		color: #000;
}

#color_25 .rubrik_active, #color_155 .rubrik_active {
	  padding-left: 0px;
    text-transform: none;
    border:  0px none;
     font-size:12px;
		font-weight:bold;
		text-decoration:none;
		background: #eee;
}

#color_25 .rubrik_active a, #color_155 .rubrik_active a{
		color: #000;
		text-transform: none;
}
#color_25 .active .rubrik_active a, #color_155 .active .rubrik_active a{
		color: #000;
		text-transform: none;
}


#color_25 .subrubrik_active , #color_155 .subrubrik_active{
	  padding: 8px 0px 6px 15px; 
    text-transform: none;
    border:  0px none;
     font-size:12px;
		font-weight:bold;
		text-decoration:none;
		color: #eee;
}
#color_25 .subrubrik_active a, #color_155 .subrubrik_active a {
	color: #000;
	text-transform: none;
}

.acol_25 {
	color:#000;
}

/* ++++++++++++++++++++++++++++++ */

#color_28, #color_165  {
		background: #BF0000;
}

#color_28 a, #color_165 a{
		color: #DEA39E;
}

#color_28 a:hover, #color_165 a:hover{
		color: #fff;
}



#color_28 .rubrik_active, #color_165 .rubrik_active {
	  padding-left: 0px;
    text-transform: none;
    border:  0px none;
     font-size:12px;
		font-weight:bold;
		text-decoration:none;
		background: #BF0000;
}

#color_28 .rubrik_active a, #color_165 .rubrik_active a{
		color: #fff;
		text-transform: none;
}

#color_28 .active .rubrik_active a, #color_165 .active .rubrik_active a{
		color: #fff;
		text-transform: none;
}

#color_28 .subrubrik_active, #color_165 .subrubrik_active  {
	  padding: 8px 0px 6px 15px; 
    text-transform: none;
   border:  0px none;
     font-size:12px;
		font-weight:bold;
		text-decoration:none;
		color: #fff;
}
#color_28 .subrubrik_active a,#color_165 .subrubrik_active a {
	color: #fff;
}
	

.acol_28 {
	color:#000;
}

/* ++++++++++++++++++++++++++++++ */


/* ++ /MITTLERER BEREICH (CONTENT) in MAIN */
/* +++++++++++++++++++++++++++++++++++ */


/* +++++++++++++++++++++++ */
/* RECHTER BEREICH in MAIN */
#main .right
{
    width: 168px;
    height: auto;
    float: right;
}

#main .right img
{
    border-bottom:4px solid #fff;
}

/* RECHTER BEREICH in MAIN */
/* +++++++++++++++++++++++ */


/* +++++++++++++++++++++++ */
/* FOOTER in wrapper */
#wrapper .footer
{
    margin: 0px 0px 0px 300px;
}

#wrapper .footer img
{
    margin: 0px 0px 0px 20px;
}
/* FOOTER in wrapper */
/* +++++++++++++++++++++++ */

.navi_left ul .noborder {
	border-bottom:none;
}

.artikel {
	text-transform:none;
}

.listoddeven {
	border-top:1px solid #999;
	border-bottom:4px solid #fff;
}

.listoddeven .mail{
	padding-left:15px;
}

.listimage {
	float:left;
	padding-right:8px;
}

.odd {
	background-color:#eee;
}

.even {
	background-color:#fff;
}

.standard { font-size: 12px;}
.middle { font-size: 16px;}
.big { font-size: 20px;}


/* Farben für boxen h3 */

.color_aboutus {
	background-color:#A5A5A5;
	color:#fff;
}
.color_research {
	background-color:#6699CC;
	color:#fff;
}
.color_study {
	background-color:#899A00;
	color:#fff;
}
.color_training {
	background-color:#555599;
	color:#fff;
}
.color_bsa {
	background-color:#BF0000;
	color:#fff;
}
.color_service {
	background-color:#EEEEEE;
	color:#fff;
}

.rubrik {

	border-top:0px;
}

.rubrik a{
	height:15px;
}
.rubrik_active a{
	height:15px;

}
.subrubrik_active {
	text-transform: none;
}


.csc-sitemap ul{
	margin-left:20px;
	padding-bottom:10px;
}

.csc-sitemap ul li{

	padding-bottom:3px;
}

.csc-sitemap ul li ul li ul{
	padding-bottom:0px;
}

.tx-cal-controller .listtext {
	padding-left:15px;
}



.tx-cal-controller .datediv {
	padding-left:15px;
}

.tx-cal-controller div.listoddeven {
	padding:5px 0px;

 

}
div.teaser_right  div.tx-cal-controller div.listoddeven {


 	background-color: #eeeeee;
 	border:none

}

#calendar-event {
	padding-left:15px;
	line-height:1.5;
}

#calendar-event-backlink {
	padding-left:15px;
	padding-top:15px;
}

.csc-form-labelcell p{
	width:80px;
}

.csc-searchform {
	padding-top:40px;
}


/* links im geoeffneten eintrag */
.navi_left ul li.open a:link,
.navi_left ul li.open a:visited,
.navi_left ul li.open a:hover
{
    font-weight: bold;
    text-decoration: none;
    color: #fff; 
   /* text-transform: uppercase;*/
}

.content div.float_right div.news-latest-item p {
width:230px;
padding:3px 0 0 0;
}


div.listtext p{
	*width:380px;
	*padding-left:15px
	*padding:0;
margin-bottom:5px;
}

.top h1 {
	*margin: 12px 0 12px 0;
}

.rubrik_active {
	/*height:15px;*/
	border-top:0px;
	}
	
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image img {
	float:left;
	text-align:left;
}

.content div.top
{ 
    *min-height: 585px;
}


#month-header {
margin-bottom:7px;
margin-left:10px;
width:416px;
}

.month-large{
margin-bottom:7px;
margin-left:10px;
width:416px;
}

.top table #calendar-nav {
	margin-bottom:7px;
width:416px;
margin-left:0px;
padding-left:0px;
}

table .month-small {
	width:205px;
}

 

.lanscapeteaser p {
	width:258px;
	float:left;
}

DIV.lanscapeteaser DIV.float_right {
	width:580px;
	float:left;
}

