
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;

}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

q:before {
	content: "\201E";
	color: #fff;
}

q:after {
	content: "\201C";
	color: #fff;
}

abbr,acronym {
	border: 0;
}

/* @end */

/* @group font und farben allgemein */

/* fonts und allgemeine farben */

body {
	font: 85%/1.4 "Times New Roman", Times, Serif;
	font: 85%/1.4 "Trebuchet MS", "Lucida Grande", Verdana;
	background-color: #fdfdfd;
	text-align: center;
	color: #333;
}
body div {
	text-align: left;
}

html>body {
	font-size: 11pt;
}

/*

 @end */

/* @group links allgemein */

a:link, a:visited {
	color: #333;
	text-decoration: underline;
	border: none;
}

a:visited {
	color: #666;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

/* @end */

/* @group barrierefreiheit */

hr {
	display: none;
}


/* @group skipper*/

/* @end */

/* spez. bei ie6 */
div#page {
	width: 901px;
	margin: 40px auto;
	position: relative;
	z-index: 2;
}

div#top {
	background:#eee;
	width:100%;
	cursor: pointer;
	position:fixed;	
	top:0;
left:0px;
	z-index:1000;
	
}

div.info {
	text-align: right;
	font-size: 0.8em;
	line-height: 1.2em;
	margin-top: 50px;
	padding: 5px;
}

div#content{
	overflow:hidden;
}

div.leftcol {
	width: 40%;
	border-right:  1px solid #ccc;
}
div.rightcol {
}

p.bodytext {
	margin-bottom: 1em;
	width:430px;
}
/* @group menu */
div#footer {
	background:#eee;
	border-top: 1px solid #ccc;
	width:901px;
	margin: 20px 0;
}
div#footer div.ticker {
	font-size:0.9em;
	padding:5px;
	overflow:hidden;
	float:left;
	height:80px;
}
div#footer div.ticker h1{
	margin-bottom:0px;
}

div#menuWrap {
	margin: 5px auto 0px auto;
	width: 901px;
}

ul#menu {
	width: auto;
	display:block;
	margin: 0px auto;
	font-size:0.9em;
	font-weight:bold;
}


ul#menu li {
	float: left;
}

ul#menu a {
	display: block;
	float:left;
	height: 21px;
	padding: 3px 20px;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;

}

ul#menu li#first a {
}




ul#menu a:link,
ul#menu a:visited {
	text-decoration: none;
}

ul#menu a:hover,
ul#menu a:active,
ul#menu a:focus {
	background-color: #FDFDFD;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;

}
ul#menu a:active,
ul#menu a:focus {
	padding-top:4px;
	padding-bottom:2px;
}

ul#menu a.aktiv {
	background-color: #FDFDFD;
	color: #333;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;

}


ul#menu a.aktiv:hover,
ul#menu a.aktiv:active,
ul#menu a.aktiv:focus {
	background-color: #FDFDFD;
	cursor: default;
}


/* @end */

/* @group inhalt */

/* spez. bei ie6 */
div#inhalt {
	overflow: hidden;
	margin-left: 186px;
	background: url(../p/inhaltHG.gif) repeat-y 0 0;
	width: 701px;
	padding: 5px;
	min-height: 450px;
}

div#inhalt h2#titel, div#inhalt h1.csc-firstHeader, div#inhalt h2.csc-firstHeader{
	color: #81AB63;
	font-size: 25px;
	width: 470px;
	font-weight: normal;
	margin-bottom: 15px;
}

div#inhalt div.mainContent p, 
div#inhalt div.mainContent ul,
div#inhalt div.mainContent ol {
	width: 450px;
	margin-bottom: 1.4em;
}

div#inhalt div.mainContent ul li {
	list-style-type: square;
	margin-left: 1.8em;
	line-height: 1.6;
}

div#inhalt div.mainContent ol li {
	list-style-type: decimal;
	margin-left: 1.8em;
	line-height: 1.6;
}

div#inhalt a img:hover {
	opacity: 0.9;
}

/* @group zurueck */

div#inhalt a#zurueck:link,
div#inhalt a#zurueck:visited {
	display: block;
	background-color: #fff;
	width: 5em;
	text-align: center;
	text-decoration: none;
	margin: 20px 0 30px 400px;
	border: 3px solid #fff;
}

div#inhalt a#zurueck:hover,
div#inhalt a#zurueck:active,
div#inhalt a#zurueck:focus {
	border: 3px solid #81AB63;
}

/* @end */

/* @group table */

div.mainContent table {
	width: 480px;
	margin: 1.4em 0;
}

div.mainContent table thead {
	display: none;
}

div.mainContent table td {

	padding: 4px 20px 4px 0;
	vertical-align: top;
	border-bottom: 1px solid #fff;
}

div.mainContent table tr:hover td {
	background-color: #bddea6;
}

/* wird via jQuery erzeugt! */
div.mainContent table td.betont {
	font-weight: bold;
	width: 45%;
}

/* @end */

/* typo3 csc */

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
}
h1 {
	font-size:1.2em;
	margin-bottom:20px;
}
h2 {
	font-size:1.1em;
	margin-bottom:20px;
}

.csc-textpic-caption {
	font-size: 0.75em;
}
.csc-frame-rulerBefore {
	border-top:  1px solid #ccc;
	margin-top:30px;
	padding-top:30px;
}
.csc-frame-rulerAfter {
	border-bottom:  1px solid #ccc;
	margin-bottom:30px;
	padding-top:30px;
}
.csc-mailform-field {
	margin-bottom:8px;
}
.csc-mailform-field label{
	float:left; 
	width:200px;
	clear:left;
}
/* @end */

/* liScroll style declarations */

.tickercontainer { /* the outer div with the black border */
	width: 870px; 
	height: 27px; 
	margin: 0; 
	padding: 0
	overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 10px;
	top: 8px;
	width: 870px;
	overflow: hidden;
}
ul.newsticker { /* that's your list */
	position: relative;
	left: 50px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;

}
ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

ul.newsticker span {
	margin: 0 10px 0 0;
} 
ul.newsticker a img.frontEndEditIcons {
	position:absolute;
	left:0px;
}


.csc-textpic-text ul{
	list-style: square;
	list-style-position:outside;
	margin-left: 20px; 
	margin-bottom: 20px;
}

.csc-textpic-text ul li{
	list-style: square;
	list-style-position:outside;
	margin-left: 20px; 
	margin-bottom: 0px;
	line-height: 1.6em;
}


.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
}

	#scrollingText
	{
		width: 880px;
		height: 18px;
		position: relative;
		margin: 3px 10px;
	}
	
	#scrollingText div.scrollableArea *
	{
		display: inline;
		margin: 0;
		padding: 2px 0px 0px 0px;
		font-family: "Courier New", Arial, Sans-Serif; 
		font-size:14px; 
		font-weight: normal; 
		color: #000; 
		width: auto;
		height: auto;
	}

