div,p,html,input {
	text-align: left;
}

body {
	background-color: #F8F9F9;
	font-size: 80%;
	line-height: 150%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-align: center;
}
td, table {
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	font-size: 1em;
}



h1 {
	font-size: 1em;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 1em;
	background-color: #666666;
	padding: 0.1em 0.2em 0em 0.3em;
}

h2 {
	font-size: 1.2em;
	font-weight: lighter;
	letter-spacing: 0em;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	margin-bottom: 1.8em;
}

h3 {
	font-weight: bold;
	color: #666666;
	font-size: 0.8em;
}
h4 {
	color: #3CAA00;
	font-weight: normal;
	text-decoration: none;
}

h5 {
	padding-bottom: 10px;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
}

h6 {
	font-size: 0.85em;
	color: #333333;
	line-height: 1.5em;
	font-weight: normal;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: left;
	text-decoration: none;
}


strong, b {
	font-weight: lighter;
	text-decoration: none;
	font-size: 1em;
	color: #FFFFFF;
	background-color: #3CAA00;
	line-height: 1.5em;
}

i {
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
}

li {
	margin-left:0em;
	padding-left:0.3em;
}
ul	{
	margin-left:1.1em;
	padding-left:0em;
	display: block;
}

img.block {
	display:block;
}

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

div#container {
	width:952px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 20px;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

*html div#container {
	background-image: url(../images/background_IE.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

div#links {
	padding: 0px;
	margin-top: -1px;
	margin-left: -1.1em;
}
div#links_oben {
	clear:both;
	padding-top: 11px;
	text-align: right;
}

div#head {
	clear: both;
	background-image: url(../images/head.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	margin: 0px;
	padding: 0px;
	background-color: #F8F9F9;
}

div#bild {
	clear:both;
	background-color: #666666;
	border: thin solid #000000;
	padding-bottom: 1.1em;
}

/* IE-Hack für die Bildhöhe */

*html div#bild {
	clear:both;
	background-color: #666666;
	border: thin solid #000000;
	padding-bottom: 0.4em;
}


div#center {
	width:650px;
	float:left;
}

div#rss {
	clear: none;
	float: right;
	padding-top: 53px;
}

div#right {
	width:250px;
	float:right;
	padding-right: 10px;
	padding-left: 10px;
	clear: left;
	padding-top: 5px;
}

div#headline {
	background-color: #F8F9F9;
	background-image: url(../images/headline_back.gif);
	background-repeat: no-repeat;
	height: 80px;
	padding-bottom: 30px;
}

div#left {
	padding-top: 40px;
	clear: right;
	float: left;
}

.float-left { 
	float:left; 
}

div#footer {
	clear:both;
	padding-top: 20px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #3CAA00;
	background-color: #F8F9F9;
}
a:link, a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover, a:active {
	color: #3CAA00;
	text-decoration: none;
}
a.unten:link,a.unten:visited {
	font-size: 0.8em;
	color: #999999;
	text-decoration: underline;
}
a.unten:hover,a.unten:active {
	color: #3CAA00;
	text-decoration: none;
}

.unten_aktiv {
	color: #CC006B;
	text-decoration: none;
	font-size: 0.8em;
	font-weight: bold;
}

/* Das Dropdown Menü */

ul.menu, ul.menu ul {
	list-style-type: none;
}

ul.menu a, ul.menu a:visited {
	display: block;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	padding-right: 0.7em;
	padding-left: 0.7em;
	text-decoration: none;
	padding-top: 0.3em;
	padding-bottom: 0.2em;
	margin: 0px;
	font-size: 1em;
}

ul.menu ul a {
	padding: 0 0px;
}

ul.menu li {
	padding:0;
	margin:-0.9em 0 0;
	background-image: none;
	float:left;
}

ul.menu ul {
	position: absolute;
	display:none;
	min-width:150px;
	padding: 5px;
	background-image: none;
	margin: 0px;
}



ul.menu a:hover, ul.menu a:active {
	color: #FFFFFF;
	background-color: #3CAA00;
}

/* IE-Hack für die Breite */

*html ul.menu ul {
	width:150px;
}

/* IE-Hack für die Höhe */

*html ul.menu li {
	margin:-1.65em 0 0em;
	padding: 0px;
}


/* Dies sind die Klassenstile für das Untermenü wenn sich die Maus über der Liste  befindet (.hover siehe JavaScript oben) */

ul.menu ul.hover, ul.menu li.hover ul, ul.menu li:hover ul  {
	display:block;
	background-color: #999999;
}


/* steuerung, wie das unter-menü verläuft (vorher none)*/

ul.menu ul li {
	margin: 0px;
	padding: 0px;
	float: none;
}

ul.menu li:hover {
	background-color: #999999;
}


ul.menu ul a:link, ul.menu ul a:visited {
	color: #FFFFFF;
	background-image: none;
	font-size: 0.8em;
	margin: 0px;
	padding: 0 2;
}
ul.menu ul a:hover, ul.menu ul a:active {
	background-color: #3CAA00;
	color: #FFFFFF;
}

ul.menu ul a.links:link, ul.menu ul a.links:visited {
	padding-top: 3;
	padding-bottom: 3px;
	text-decoration: underline;
	padding-left: 10px;
	color: #F29400;
	font-weight: normal;
	padding-right: 10px;
	border-bottom-width: 1px;
	border-bottom-color: #F29400;
	background-image: none;
	font-size: 0.8em;
}

a.links_active:link, a.links_active:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
	background-color: #000000;
}


fieldset.csc-mailform {
	margin: 0px;
	padding: 10px;
	background-color: #F2F3F3;
}

/* TWITTER */

#wt_twitter_newsticker {
	background-image: url(/typo3conf/ext/wt_twitter/Resources/Public/Icons/icon_twitter.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
	border: 1px solid #4C1212;
	padding: 0 30px 0 0;
	margin: 0;
}
#wt_twitter_newsticker ul {
	list-style: none;
	min-height: 20px;
}
#wt_twitter_newsticker li.error {
	color: #f00;
}
#wt_twitter_newsticker #togglenewsticker {
	background: transparent url(/typo3conf/ext/wt_twitter/Resources/Public/Icons/icon_close.gif) no-repeat 0 0;
	overflow: hidden;
	position: absolute;
	width: 14px;
	height: 14px;
	text-indent: 20px;
	outline: none;
	margin: -51px 0 0 1px;
}
* html #wt_twitter_newsticker #togglenewsticker {
	right: 30px;
	font-size: 60%;
}

