body, html, td, bodytext {
  font-size: 11px;
  font-family: arial;
  font-weight: normal;
  
}

body, html {
  padding:0px;
  margin:0px;
}


h1 {
   font-size:18px;
   font-weight:bold;
}

p {margin:0px;}

/*
####################################################
# Content Bereich
####################################################
*/
#content {
    padding-left:20px;
    padding-top:10px;
    padding-right:20px;
}

.imgtext-nowrap {
    padding-left: -100px;
}

.content_img {

}

.firstheader_img, .firstheader_noimg{
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    color: #005BAB;
    padding-left: 10px;
    padding-top: 20px;
}
.firstheader_noimg{
    padding-left: 105px;
}


/* ########################################################### */


/* ########################################################### */
/* # Textcolor                                               # */
/* ########################################################### */

.bodytext, li a,li{
    color: #005BAB;
}


.bodytext {
    font-family: verdana;
    font-size: 12px;
    font-weight: normal;
    padding-right:20px;
    color: #005BAB;
}


.csc-header {
    font-family: arial;
    font-size:12px;
    font-weight: bold;
    color:#005BAB;
}


.bodytext a{
    text-decoration: underline;
    color: #005BAB;
}
.bodytext a:hover{
    text-decoration: underline;
    color: #005BAB;
}



.csc-caption {
    padding: 0px;
    margin:0px;
    text-align: left;
    font-family: arial;
    font-size: 10px;
    color: #555555;

}


li{
    clear:both;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
}

li a{
    text-decoration: underline;
}




/*
####################################################
# Menu 2 einstellungen
####################################################
*/
#menu2 {
    color: #FFFFFF;
    background:#005BAB;
    background-image:url(/fileadmin/img/bg_menu2.jpg)
}
#menu {
     background:#005BAB;
     background-image: url(/fileadmin/img/bg_menu_01.jpg);

}

/*.menu2_break {
    background:#005BAB;
    height:1px;

}
*/



.menu2_img {
	float: left;
    margin-top:2px;
    width:57px;
    }

.menu2_text {
	float:right;
    padding: 2px;
    width: 160px;
    padding-bottom:10px;

}


.menu2_text a {
    color: #FFFFFF;
   	text-decoration: none;

}

.menu2_text a h5 {
	font-size: 12px;
    margin: 0px;
    padding: 0px;
}

.menu2_text a {
	font-size: 12px;
    margin: 0px;
    padding: 0px;
}



.menu2_content {
    padding: 0px;
    margin: 0px;
}


	.csi-textpic {
		padding: 5px;
	}
	
	.csi-textpic img {
		margin: 4px;
	}
	
	.csi-textpic .csi-caption {
		text-align: center;  /* will have to be an inline style?  - controlled by TS [left - right - center]*/
		font-style: italic;  /*XXX demo only*/
	}
	
	.csi-textpic .csi-image {
		margin: 0 0 3px 0;  /*XXX demo only*/
		background: #FFF;  /*XXX demo only*/

	}
	
	.csi-textpic .csi-imagewrap {
	}
	
	.csi-textpic .csi-text {
		text-align: left; /*will have to be an inline style - controlled by TS*/ 
	}
	
	.csi-text p {
		margin-top: 0;
	}
	
	/* CENTER */
	
	.csi-center .csi-image {
		margin: 0 auto 3px;
	
	}
	
	/* RIGHT */
	.csi-right div.csi-image {
		float: right;
		clear: both;
	}
	
	.csi-right div.csi-text {
		clear: right;
	}
	
	
	/* LEFT */
	.csi-left div.csi-image {
		float: left;
		clear: both;
	}
	
	.csi-left div.csi-text {
		clear: left;
	}
	
	
	/* INTEXT LEFT */
	.csi-intext-left .csi-image {
		float: left;
		clear: both;
		margin-right: 5px;
	}
	
	
	/* INTEXT RIGHT */
	.csi-intext-right .csi-image {
		float: right;
		clear: both;
		margin-left: 5px;
	}
	
	
	/* INTEXT RIGHT NOWRAP */
	.csi-intext-right-nowrap .csi-text {
		margin-right: 215px; /*will have to be an inline style - controlled by TS*/
	}
	
	.csi-intext-right-nowrap .csi-image {
		float: right;
		clear: both;
	}
	
	
	/* INTEXT LEFT NOWRAP*/	
	.csi-intext-left-nowrap .csi-text {
		margin-left: 215px; /*will have to be an inline style - controlled by TS*/
	}
	
	.csi-intext-left-nowrap .csi-image {
		float: left;
		clear: both;
	}	