h1,h2,h3,h4,h5,h6,div,p,body,html,input,button,ul,li,td {
	font-family: "Courier New", Courier, mono;
	font-size: 11pt;
	font-style: normal;
	margin-bottom:10px;
}

p {
	margin-top:0px;
}

body {
	margin:0px;
	padding:0px;
}


img.block {
	display:block;
}

div, img {
  margin:0px;
  padding:0px;
  border:0px;
}





div#container {
	position:absolute;
	left:100px;
	margin-top:30px;
	width:900px;
	height:560px;
	z-index:1;
	
}


div#menu {
	float:left;
	margin-left:0px;
	top:0px;
	width:120px;
	z-index:2;
	text-align:right;
}


div#menurechts {

	position:absolute;
	right:0px;
	top:0px;
	width:120px;
	height:120px;
	z-index:2;
	text-align:left;
}

div#rechts {

	position:absolute;
	right:0px;
	top:450px;
	width:120px;
	height:120px;
	z-index:2;
	text-align:left;
}



div#inhalt {
	position:absolute;
	left:200px;
	top:0px;
	width:520px;
	height:100px;
	z-index:2;
	background-color:#FFFFFF;
	text-align:left;
	/* border:1px dotted silver; */
}


div#root {
	position:absolute;
	left:180px;
	top:0px;
	width:170px;
	height:30px;
	z-index:3;
	text-align:right;
	text-decoration:none;
	font-size:18pt;
	/*font-family: Times, serif;*/ 
	font-weight:bold;
	color:#000000;
}

div#root a {
	text-decoration:none;
	color:#000000;
}




div#inhalt a {
   color:#990000;
   }

ul {
	margin-left: 0px;
	text-indent: 0px;
}

div#inhalt ul {
	margin-left: 0px;
	text-indent: 0px;
	margin-top:-0px;
	margin-bottom:-30px;
}
div#inhalt li {
	list-style-type:circle;
	list-style-image:url(/fileadmin/bilder/dot2.jpg);
	line-height:1.4em;
	
}

/* Absatz formatierungen für tt_content beschrieben */
.ticker {
	line-height:2em;
}
/* Layout 1 */
.lead {
	font-weight:bold;
	margin-left:180px;
	margin-top:6px;
	margin-bottom:20px;
	border:none;
}

/* Layout 2 */
.links {
	font-weight:normal;
	margin-left:0px;
	margin-top:6px;

/*	margin-bottom:20px; */
}

/* Layout 3 */
.mittig {
	font-weight:normal;
	margin-left:180px;
	margin-top:6px;

/*	margin-bottom:20px; */
}

/* Layout 4 */
.rechts {
	font-weight:normal;
	margin-left:290px;
	margin-top:6px;

/*	margin-bottom:20px;
	margin-top:0px; */
}
/* Layout 5 */
.rechts2 {
	font-wight:normal;
	margin-left:290px;
	margin-top:-130px;

/*	margin-top:6px;
/*	margin-bottom:10px; */
}
.klein {
	font-size: 9pt;
}

/* Listenfpormatierungen für Menu */
.topNo {
	border:1px solid #000000;
	background-color:#FFFFFF;
	width:120px;
	height:120px;
	text-align:right;
	font-weight:bold;
	font-size:11pt;
	line-height:1.2em;
}
.topNo a {
	display: block;
	text-decoration: none;
	padding-top:35px;
	padding-right:5px;
	color: #888;
	letter-spacing:0.3pt;
}

.topNo2 {
	border:1px solid #000000;
	background-color:#FFFFFF;
	width:120px;
	height:120px;
	text-align:left;
	font-weight:bold;
	font-size:11pt;
	line-height:1.2em;
}
.topNo2 a {
	display: block;
	text-decoration: none;
	padding-top:35px;
	padding-left:5px;
	color: #888;
	letter-spacing:0.3pt;
}

.topCur {
	border:1px solid #FF0000;
	background-color:#FFFFFF;
	width:120px;
	height:120px;
	text-align:right;
	font-weight:bold;
	font-size:11pt;
	line-height:1.2em;
}
.topCur a {
	display: block;
	text-decoration: none;
	padding-top:35px;
	padding-right:5px;
	color:#000000;
	text-decoration:none;
	
}
.topCur2 {
	border:1px solid #FF0000;
	background-color:#FFFFFF;
	width:120px;
	height:120px;
	text-align:left;
	font-weight:bold;
	font-size:11pt;
	line-height:1.2em;
}
.topCur2 a {
	display: block;
	text-decoration: none;
	padding-top:35px;
	padding-left:5px;
	color:#000000;
	text-decoration:none;
	
}

#menu a:hover,
#menurechts a:hover {
	color:#FF0000;
	text-decoration:none;
}


/* Anpassungen csc styles login formular */

.csc-form-label-req, .csc-form-label {
	font-size:10px;
	font-weight:bold;
	margin-left:10px;
	margin-bottom:0px;
}

/* Basis formate für Formulare */ 
fieldset {
  padding: 0em;
  border: none;
  }
label {
  float:left;
  width:45%;
  margin-right:0.5em;
  padding-top:0.2em;
  padding-bottom:0.2em;
  text-align:right;
  border-bottom:1px dashed silver;
  }
select {
  width:25%;
  margin-right:0.5em;
  margin-left:0em;
  margin-bottom:1em;
}

textarea {
	margin-left:-2px;
}
input {
	margin-bottom:1em;
}

.csc-mailform-submit {
	float:left;
	margin-left:0em;
	margin-top:2em;
	
}

/* jr newsticker */

.newsTicker {
        margin-top:10px;
}
.jrTicker {
         margin: 5px;
         padding: 5px;
         text-align: left;
         border: 1px dashed #c0c0c0;
}
.jrTicker img{
         margin-left: -5px;
         padding: 0px;
}
.jrTickerHeaderFont {
	font-family: "Courier New", Courier, mono;
	font-size: 11pt;
	font-style: normal;
        font-weight: bold;
        background-color:transparent;
}

.newsTxt1bBlack {
	font-family: Arial, Helvetica, Sans;
	font-size: 11pt;
	font-style: normal;
	margin-bottom:10px;
	        font-weight: bold;

    color: black;
}

.tx-jrticker-pi1 {
	border:none;
}
.jrTicker {
	border:none;
	padding-left:0px;
	margin-left:0px;
	}

.login a {
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
	text-align:right;
}

.login a:hover {
	color:#9966CC;
}
