h2,h3,h4,h5,h6,div,p,body,html,input,button { 
	font: normal 13px Arial,Verdana,Helvetica 
}

h1 { 
	font: normal 13px Arial,Verdana,Helvetica;
	font-weight: bold;
}

/******************/
/* Headers, plain */
/******************/
H1 { font-size: 14pt; }
H2 { font-size: 18px; color: #000000; }
H3 { font-size: 16px; color: #000000; font-weight:bold; }
H4 { font-size: 14px; color: #000000; font-weight:bold; }
H1, H2, H3, H4, H5, H6 { margin: 0px 0px 0px 0px; margin-top: 10px; margin-bottom: 8px; }
H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader { margin-top: 0px;}

/* Headers, with link */
H1 A, H2 A, H3 A, H4 A, H5 A { color: #000000; text-decoration: none; }
H2 A { color: #186900; }
H3 A { color: #10007B; }
H4 A { color: #8A0020; }
H1 A:hover, H2 A:hover, H3 A:hover, H4 A:hover, H5 A:hover { text-decoration: underline; }

/*******************/
/* RTE / Bodytext: */
/*******************/
P.bodytext { font-size: 13px; color: #000000; margin-top: 0px; }
P.bodytext A { font-weight: bold; }

/* RTE / Bulletlists */
UL { margin-top: 0px;  }
UL UL LI { font-size: 10px; }
OL { margin-top: 0px; }
LI { margin-top: 0px; margin-bottom: 0px; padding-top: 2px; }

/* RTE / Table styling */
TABLE.contenttable { border: 1px #333333 solid; margin: 10px 0px 10px 0px; width: 100%; }
TABLE.contenttable TR TD { padding: 0px 3px 0px 3px; }
TABLE.contenttable TR TD P.bodytext { font-size: 13px; }
TABLE.contenttable TR { }


/*************/
/* Debugging */
/*************/
/*
H1, H2, H3, H4, H5, P, UL, OL, LI, BLOCKQUOTE, PRE { border: 1px dotted #999999;}
TD TABLE { border: 1px dotted #000099;}
DIV { border: 1px dotted #990000;}
IMG.spacer-gif { border: 1px solid black; }
*/

body{
	text-align:center;
}

div#container {
  width:980px;
  text-align:left; 
  margin:0px auto;
  background-color: #FFFFFF;
}

div#header {
  width:980px;
  margin-bottom:22px;
}

div#header_left,
div#header_top,
div#header_logo {
  height:90px;
}

div#header_left,
div#header_top,
div#header_logo,
div#header_img {
  text-align:left; 
  margin:0px auto;
  background-color:#FFFFFF;
}

div#header_left {
  float:left;
  width:200px;
  background: url(templates/images/symbol.gif) no-repeat;
}

div#header_left div{
  margin-top: 18px;
  margin-left: 31px;
}

div#header_top {
  float:left;
  width:500px;
}

div#header_logo {
  float:left;
  width:280px;
}

div#header_logo div{
  margin-top: 15px;
}

div#header_img {
  float:left;
  width:980px;
  height:auto;
}

div#headline {
  float:left;
  margin-left:25px;
  margin-top:0px;
}

div#headline p.bodytext {
  font-size: 11px;
  font-weight:bold;
  margin:0px;
  padding-bottom:5px;
}

div#left_container {
  float:left;
  clear:both;
  overflow:inherit;
}

div#left { 
	width:140px; 
	margin-top:3px;
	padding-top:37px;
	padding-bottom:70px;
}

div#left_bottom {
  clear:both;
}

div#left_bottom p.bodytext {
  font-size:11px;
  font-style:bold;
}

div#center { 
	float:left;
	width:828px;
	margin-left:12px;
}

div#block {
  float:left;
}

div#block_1,
div#block_2,
div#block_3{
  clear:both;
  width:198px;
  margin-bottom:20px;
}

div#block_main {
  float:left;
  width:400px;
  margin-left:20px;
  margin-bottom:20px;
}


/* unregelm. Spaltenlayout */
div#spalte_1,
div#spalte_2,
div#spalte_3{
  float:left;
  width:198px;
}

div#spalte_2 {
  width:384px;
  margin-left:24px;
}

div#spalte_3 {
  margin-left:24px;
  overflow:hidden;
}


/* regelm. Spaltenlayout */
div#rm_spalte_1,
div#rm_spalte_2,
div#rm_spalte_3{
  float:left;
  width:260px;
}

div#rm_spalte_2,
div#rm_spalte_3{
  margin-left:24px;
}

/* einspaltiges Layout */
div#espu_spalte_1{
  float:left;
  width:708px;
  margin-left:108px;
}

div#right {
  float:left;
  width:198px;
  margin-left:12px;
}

div#right {
  float:right;
  width:198px;
}

.right_bodytext{
  font-size:11px;
  font-style:bold;
  text-align:center;
  margin-top: 6px;
}

div#block .morelink{
  margin-top: -10px;
  bottom:0px;
}

div#content {
  float:left;
  width:618px;
}

div#full_content {
  float:left;
  width:828px;
}

div#footer {
  clear:both;
  background-color:#FFFFFF;
  margin-top:22px;
  padding-bottom:2px;
  text-align: center;
  height:14px;
  line-height:14px;
  width:980px;
}

div#footer a {
   text-decoration: none;
   color:#000000;
   font: normal 10px Arial,Verdana,Helvetica;
}

.float-left { 
	float:left; 
}

.csc-textpic {
  margin-bottom: 15px;
}

.csc-textpic-caption {
  color: #404040;
  font-size: 12px;
}

.csc-textpic-caption,
.csc-textpic-text {
  padding-top: 3px;
}

.default_catheader_text a{
  font-size:10px;
  font-weight:bold;
}

div#cal_event_description {
  margin-top:10px;
}

div#cal_event_time {
  width:500px;
}
div#cal_event_starttime {
  clear:both;
  float:left;
}

.download,
.morelink a,
.csc-uploads-fileName a,
.external-link,
.external-link-new-window,
p.bodytext a{
  background: url(templates/images/linkimg.png) no-repeat left center;
  padding-left: 16px;
  text-decoration:none;
  font-weight:bold;
  color: #000000;
}

.download,
.morelink a,
.csc-uploads-fileName a,
.external-link,
.external-link-new-window{
  display: block;
}

.csc-uploads-fileSize {
  font-size: 12px;
  padding-left: 10px;
}

.tx-wecmap-pi1,
.tx-wecmap-pi2,
.tx-wecmap-pi3 {
  overflow:hidden;
}

/* Anpassungen IE */

*html div#container {
  width:982px;
}

*html div#center { 
	float:left;
	width:830px;
}

*html div#header {
  width:982px;
  margin-bottom:0px;
}

*html div#block_main {
  width:398px;
}

*html div#block p.bodytext{
  margin-bottom:13px;
}

*html p.bodytext{
  margin-bottom: 15px;
}
