html, body {
	background-color:#3d3d3d;
	font-family: Arial, Helvetica, Sans-Serif, Verdana;
	font-size:12px;
	color: #4b4b4b;
	
}
.active { 
	font-weight:bold; 	
}
	
div.clear {
	clear:both;
}
div#mainwrapper {
	margin-top: 5px;
	width:960px;
}
th
{
	vertical-align:top;
}
/* HEADER */
div#headerleftwrapper {
	float:left;
	width:768px;
	background: url(../images/bg_header_l.gif) repeat-x;
}
div#logo {
	width:212px;
	float:left;
}
div#tagline {
	float:right;
	width:556px;
	margin-top:73px;
}
div#headerrightwrapper {
	float:right;
	width:192px;
	background: url(../images/bg_header_r.gif) repeat-x;
}
div#topnav {
	font-size:11px;
	border-left:1px solid #737373;
	height:105px;
	overflow: hidden;
	position: relative;
}
div#language 
	{	position: absolute; bottom: 34px; left: 60px; margin-bottom: 10px; }

div#language ul li
	{ float: left; margin-right: 8px; font-size: 11px; padding:0; background:none; line-height:normal; list-style-type:none; }
div#language ul li.active
	{ font-style: normal; font-size:11px; }
div#language li a 
	{ color: #4b4b4b; text-decoration:none; }
div#language li a:hover 
  { text-decoration: underline; }


div#searchwrapper 
	{ position: absolute; bottom: 2px; right: 0; width: 100%; }
	
div#icons {
	width: 60px; 
	float:left;
	padding:2px 0 0 8px;
}
div#search {
	float:right;
	padding-right:8px;
}
div#search input#srch 
	{ float: left; margin: 0; padding: 0 1px; overflow: hidden; width: 76px; height: 18px; font-size: 11px; line-height: 20px; border: 1px solid #4b4b4b; background-color: #B8B8B8; color: #4b4b4b; }
	
div#search input#srchsubmit 
	{ float: right; margin: 0 0 0 2px; padding: 0 1px; height: 20px; width: 25px; font-size: 11px; line-height: 20px; border: 1px solid #4b4b4b; background: #B8B8B8 url(../images/bg_submit_grey.gif) repeat-x; color: #4b4b4b; }

div#search input#srchsubmit:hover 
	{ background-image: url(../images/bg_submit_grey_hover.gif); }
	
	
/* CONTENT */
div#maincontentwrapper {
	background: url(../images/bg_fcol.gif) repeat-y;
	min-height: 600px;
	border-top:1px solid #FFF;
}
div#contentleftwrapper {
	float:left;
	width:192px;
	background: url(../images/bg_frame_blue.gif) repeat-x;
}
div#subnavwrapper {
	padding:24px 7px;
	border-right:1px solid #8FC6E8;
}
div#subnavtitle {
	padding:7px 8px 6px 8px;
	background: url(../images/bg_boxtitle_blue.gif) repeat-x;
	font-size:11px;
	font-weight: bold;
}
div#subnavbox {
	padding:4px 8px 8px 8px;
	font-size:11px;
	border-left: 1px solid #9ECDEB;
	border-right: 1px solid #9ECDEB;
	border-bottom: 1px solid #9ECDEB;
}
span.active {
	font-weight:bold;
}
.hoverblue1 {
	width:143px; overflow: hidden;
}
.hoverblue2 {
	width:128px; overflow: hidden;
	margin-left:15px;
}
.hoverblue3 { overflow: hidden;
	width:113px;
	margin-left:30px;
}
.hoverblue1 a, .hoverblue2 a, .hoverblue3 a {
	display:block; float: left;
	color: #4b4b4b;
	background: url(../images/enum_blue.gif) no-repeat;
	text-decoration:none;
	padding: 0 0 4px 15px;
}
.hoverblue1 a {
	margin-top: 8px;
	width:143px;
}
.hoverblue2 a {
	width:128px;
}
.hoverblue3 a {
	width:113px;
}
.hoverblue1 a:hover, .hoverblue2 a:hover, .hoverblue3 a:hover {
	background-color: #8FC6E8;
	text-decoration:none;
}
div#contentrightwrapper {
	float:right;
	width:768px;
}
div#contentwrapper {
	float:left;
	width:576px;
	background: url(../images/bg_frame_grey.gif) repeat-x;
}
div#content {
	padding: 24px 20px;
}
div.greyboxtitle {
	padding:7px 8px 6px 8px;
	margin:0 0 12px 0;
	background: url(../images/bg_boxtitle_grey.gif) repeat-x;
	font-size:11px;
	font-weight: bold;
}
div.greyboxtext {
	padding:8px;
	margin-bottom:12px;
	font-size:11px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
div.greyboximage {
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	margin-bottom:12px;
}
div.news-latest-gotoarchive {
	display:none;
}
h1 {
	margin: 20px 0 8px 0;
	font-size:14px;
	font-weight:bold;
}
h2 {
	margin: 14px 0 12px 0;
	font-size:13px;
	letter-spacing:1px;
}
h3 {
	margin: 12px 0 6px 0;
	font-size:12px;
	letter-spacing:1px;
	font-weight:bold;
}
h4 {
	margin: 2px 0 0 0;
	line-height: 130%;
	padding-left:16px;
	background: url(../images/enum_grey.gif) no-repeat;
}
h5 {
	font-weight: bold;
}
h6 {
	margin: 7px 0 6px 0;
	font-size:11px;
	line-height: 120%;
}
p {
	margin: 10px 0 8px 0;
	line-height:130%;
	font-size:12px;
}
img.left {
	float:left;
	margin: 0 18px 8px 0;
}
img.right {
	float:right;
	margin: 0 0 8px 18px;
}
a {
	color:#317DAC;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
br.clear {
	clear:both;
}
hr {
	margin:10px 0;
	border: 0px;
	border-top: 1px solid #bdbdbd;
	border-bottom: 1px solid #fff;
}
ul
{
	margin: 9px 0 7px 16px;
}
ul li
{
	line-height:130%;
	font-size:12px;
	list-style-type:disc;
}
/* RIGHTBAR */
div#rightbarwrapper {
	float:right;
	width:192px;
	background: url(../images/bg_frame_green.gif) repeat-x;
}
div#rightbar {
	border-left:1px solid #C3E19F;
	padding:24px 7px;
	font-size: 11px;
}
div.greenboxtitle {
	padding:7px 8px 6px 8px;
	background: url(../images/bg_boxtitle_green.gif) repeat-x;
	font-weight: bold;
}
div.greenboxtext {
	padding:8px;
	font-size:11px;
	border-left: 1px solid #CAE4AA;
	border-right: 1px solid #CAE4AA;
	border-bottom: 1px solid #CAE4AA;
	margin-bottom:12px;
}
div.greenboximage {
	border-left: 1px solid #CAE4AA;
	border-right: 1px solid #CAE4AA;
	border-bottom: 1px solid #CAE4AA;
	margin-bottom:12px;
}
div#rightbar p {
	font-size:11px;
	margin:0 0 5px 0;
}
.hovergreen {
	width:143px;
}
.hovergreen a {
	display:block;
	padding: 0 0 2px 15px;
	width:143px;
	color: #4b4b4b;
	background: url(../images/enum_green.gif) no-repeat;
	text-decoration:none;
}
.hovergreen a:hover {
	background-color: #CAE4AA;
	text-decoration:none;
}

/* FORMS */

div#nltext {
	float:left;
	padding:1px 4px 0 0;
}
div#nlform {
	float:right;
	text-align:right;
}

div.newsletter input.newsletterinput {
	width:155px;
	border: 1px solid #4b4b4b;
	background: #F0F7E6;
	margin-bottom:4px;
	color: #4b4b4b;
	padding-left:2px;
}
div.newsletter input.newslettersubmit {
	background: url(../images/bg_submit_green.gif) repeat-x;
	border: 1px solid #9DCE62;
	height:20px;
	width:118px;
}
div.newsletter input.newslettersubmit:hover {
	background: url(../images/bg_submit_green_hover.gif) repeat-x;
}

input.powermail_aform.powermail_submit, input.powermail_gform.powermail_submit, input.powermail_kform.powermail_submit
{
	background: url(../images/bg_submit_grey.gif) repeat-x;
	border: 1px solid #A3A3A3;
	height:20px;
	width:100px;
}
input.powermail_aform.powermail_submit:hover, input.powermail_gform.powermail_submit:hover, input.powermail_kform.powermail_submit:hover
{
	background: url(../images/bg_submit_grey_hover.gif) repeat-x;
}
input.tx-indexedsearch-searchbox-button
{
	background: url(../images/bg_submit_grey.gif) repeat-x;
	border: 1px solid #A3A3A3;
	height:20px;
	width:100px;
}
input.tx-indexedsearch-searchbox-button:hover
{
	background: url(../images/bg_submit_grey_hover.gif) repeat-x;
}

/*
div#nlform input#nl {
	width:118px;
	border: 1px solid #4b4b4b;
	background: #F0F7E6;
	margin-bottom:4px;
	color: #4b4b4b;
}
div#nlform input#nlsubmit {
	background: url(../images/bg_submit_green.gif) repeat-x;
	border: 1px solid #9DCE62;
	height:20px;
	width:60px;
}
div#nlform input#nlsubmit:hover {
	background: url(../images/bg_submit_green_hover.gif) repeat-x;
}
*/
/* FOOTER */
div#footerwrapper {
	width:960px;
	height:62px;
	background: url(../images/bg_footer.gif) no-repeat;
}
div#footer {
	padding:36px 0px 0px 211px;
	font-size:11px;
}


/*** MODIFICATION OF TYPO3 OUTPUT ***/
/* Besipiel wie man den generierten source ins CSS einbinden kann */
.csc-header {
	margin:0;
	background: url(../images/bg_boxtitle_grey.gif) repeat-x;
	font-size:11px;
	font-weight: normal;
	padding-top: 7px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
}


/*** EXTENSIONS ***/
/*** ========== ***/

/*** TT_NEWS  START***/

.news-single-rightbox, .news-single-imgcaption, .news-latest-date, .news-latest-morelink, .news-latest-category, .news-list-category, .news-list-author, .news-list-imgcaption, .news-list-date, .news-list-browse, .news-amenu-container, .news-catmenu {
	font-size:10px;
}
/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-latest-container HR.clearer, .news-list-container HR.clearer, .news-list2-container HR.clearer, .news-list3-container HR.clearer, .news-single-item HR.cl-left, .news-single-item HR.cl-right {
	clear:right;
	height:1px;
	border:none;
	padding:0;
	margin:0;
}
.news-list2-container HR.clearer, .news-list3-container HR.clearer {
	clear:both;
}
.news-single-item HR.cl-left {
	clear:left;
}
/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {
	padding:10px;
}
.news-latest-gotoarchive {
	padding:3px;
	margin:3px;
	background-color:#f3f3f3;
}
.news-latest-container H2 {
	padding: 0 0 2px 0;
	margin:0;
}
.news-latest-item {
	padding:3px;
	margin:0;
}
.news-latest-item IMG {
	margin: 0 5px 5px 0;
	float:left;
	border: none;
}
.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}
.news-latest-item > p {
	margin:0;
	padding:0;
}
/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {
	padding: 10px 0;
}
.news-list-item {
	padding: 0 0 10px 0;
}
.news-list-container H2 {
	margin: 0px;
}
.news-list-date {
	float: left;
	display:block;
	padding: 1px 3px 0 0;
}
.news-list-imgcaption {
	padding:3px 3px 0 0;
}
.news-list-container IMG {
	float: right;
	margin:0 2px 5px 5px;
	border: none;
}
.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}
.news-list-morelink {
	padding-left:5px;
	page-break-after: always;
}
/*---------------------------------  LIST2 / 3 ---------------------------------*/

.news-list2-container, .news-list3-container {
	padding: 0 0 10px 0;
}
.news-list2-container, .news-list3-container {
	background:#e5e5e5;
}
.news-list3-item, .list2-subdiv-hdr {
	background:#f1f1f1;
}
.news-list2-container .hdr-left, .news-list2-container .hdr-right, .news-list3-container .list3-left, .news-list3-container .list3-right {
	width:48%;
	float:left;
	padding:5px;
}
.news-list2-container .sub-left, .news-list2-container .sub-middle, .news-list2-container .sub-right {
	width:31%;
	float:left;
	padding:5px;
}
.news-list3-item {
	padding:5px;
}
.news-list3-item, .list3-subdiv, .list2-subdiv {
	border-top:5px solid #fff;
}
.news-list2-container IMG {
	float: right;
	margin:0 2px 5px 5px;
	border: none;
}
.news-list3-container IMG {
	float: left;
	margin:0 5px 5px 2px;
	border: none;
}
/*---------------------------------  tt_news Page-Browser ---------------------------------*/

.news-list-browse {
	text-align:center;
	margin-bottom:20px;
}
.activeLinkWrap {
	font-weight:bold;
}
.disabledLinkWrap {
	color: #999;
}
.disabledLinkWrap, .browseLinksWrap a, .activeLinkWrap {
	padding:0 1px;
}
/*--------------------------------- tt_news SINGLE view  ---------------------------------*/


.news-single-item {
	padding:5px;
	margin-bottom:5px;
}
.news-single-img {
	float: right;
	margin:10px 0 0 10px;
	padding:0;
}
.news-single-img img {
	border:none;
}
.news-single-imgcaption {
	padding: 1px 0 3px 0;
	margin:0;
}
.news-single-rightbox {
	float: right;
	width:160px;
	text-align:right;
	clear:both;
}
.news-single-backlink {
	padding: 10px 0;
}
.news-single-additional-info {
	margin-top: 15px;
	padding:3px;
	clear:both;
}
.news-single-related, .news-single-files, .news-single-links {
	margin: 0;
	margin-bottom: 3px;
	padding: 3px;
}
.news-single-related DD, .news-single-links DD, .news-single-files DD {
	margin-left: 20px;
}
.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	margin-left: 5px;
}
.news-single-files DD A {
	padding:0 3px;
}
/*--------------------------------- SINGLE2  ---------------------------------*/


.sv-img-big img, .sv-img-small img {
	border:none;
}
.sv-img-big {
	float: right;
	padding: 10px 0 2px 10px;
}
.sv-img-small-wrapper {
	padding:15px 0;
}
.sv-img-small {
	float: left;
	padding: 0 10px 10px 0;
}
/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
	width:165px;
	padding:0;
	margin-left:10px;
}
.news-amenu-container LI {
	padding-bottom:1px;
}
.news-amenu-container LI:hover {
	background-color: #f3f3f3;
}
.news-amenu-container UL {
	padding:0;
	margin:0;
	margin-top:5px;
	list-style-type: none;
}
.news-amenu-item-year {
	font-weight: bold;
	margin-top:10px;
	padding: 2px;
	background-color: #f3f3f3;
}
.amenu-act {
	background:#fff;
	font-weight:bold;
}
/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */

.news-catmenu {
	padding:10px;
}
ul.tree {
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
}
ul.tree A {
	text-decoration: none;
}
ul.tree A.pm {
	cursor: pointer;
}
ul.tree img {
	vertical-align: middle;
}
ul.tree ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 17px;
}
ul.tree ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 10px;
	white-space: nowrap;
}
ul.tree ul li.expanded ul {
	background: transparent url('../typo3/gfx/ol/line.gif') repeat-y top left;
}
ul.tree ul li.last > ul {
	background: none;
}
ul.tree li.active, ul.tree ul li.active {
	background-color: #ebebeb !important;
}
ul.tree li.active ul, ul.tree ul li.active ul {
	background-color: #f7f3ef;
}
/*  Styles for catmenu mode "nestedWraps" */
.level1 {
	padding:1px;
	padding-left:10px;
	background-color:#ebf8bf;
	border-left:1px solid #666;
	border-top:1px solid #666;
}
.level2 {
	padding:1px;
	padding-left:10px;
	background-color:#ddf393;
	border-left:1px solid #666;
}
.level3 {
	padding:1px;
	padding-left:10px;
	background-color:#cae46e;
	border-left:1px solid #666;
	border-top:1px solid #666;
}
.level4 {
	padding:1px;
	padding-left:10px;
	background-color:#b0cb51;
	border-left:1px solid #666;
}
/*** TT_NEWS  END***/

/* POWERMAIL STYLE*/
=====================
	/* Form */
span.powermail_mandatory {
	/* Color of mandatory error message */
	color: #f00;
}
input.validation-failed,
textarea.validation-failed {
	/* Background color if validation failed  */
	border-color: red;
/*	background-image: url(/typo3conf/ext/powermail/img/icon_exclamation.gif);
	background-repeat: no-repeat;
	background-position: 98% 1px;*/
}
div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: #f00;
	margin: 3px 0 15px 200px;
}
fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	border: 1px solid #aaa;
	background-color: #fff;
	padding: 10px;
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	font-weight: normal;
	color: black;
	display:none;
}
fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	width: 200px;
	float: left;
	clear: both;
	font-weight: normal;
}

fieldset.tx-powermail-pi1_fieldset input.powermail_text,
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea,
fieldset.tx-powermail-pi1_fieldset select.powermail_select {
	/* Input and textarea */
	width: 260px;
}
fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_radio input.powermail_radio {
	/* Radiobuttons */
	margin: 5px 0;
}
div.tx_powermail_pi1_fieldwrap_html {
	/* DIV container arround every field */
	margin: 10px 0;
	clear: left;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	/* submit button */
	margin: 20px 0 10px 200px;
	font-weight: normal;
}
p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
div.countryzone {
	margin: 10px 0 0 200px;
}
div.tx_powermail_pi1_fieldwrap_html label a,
div.tx_powermail_pi1_fieldwrap_html p a {
	/* Description */
	cursor: help;
	text-decoration: none;
}
div.tx_powermail_pi1_fieldwrap_html label a dfn,
div.tx_powermail_pi1_fieldwrap_html p a dfn {
	/* Description */
	display: none; 
	text-decoration: none;
}
div.tx_powermail_pi1_fieldwrap_html label a:hover dfn,
div.tx_powermail_pi1_fieldwrap_html p a:hover dfn {
	/* Description on mouseover */
	display: block;
	position: absolute;
	width: 250px;
	padding: 5px;
	background-color: #fff;
	border: 1px solid red;
	color: black;
	text-decoration: none;
	font-size: 0.8em;
	text-decoration: none;
}
div.tx_powermail_pi1_fieldwrap_html img.icon_info {
	/* Description icon */
	padding: 2px 2px 0 2px;
}
fieldset.tx-powermail-pi1_fieldset div.even,
fieldset.tx-powermail-pi1_fieldset div.odd 
	{ clear: both; }


	/* Confirmation */
td.powermail_all_td {
	padding: 3px 10px 3px 0;
}


/* positioning of radiobuttons */

fieldset.tx-powermail-pi1_fieldset div.powermail_radio_inner
	{ overflow: hidden; line-height: 20px; width: 300px; float: right; clear: right; }
fieldset.tx-powermail-pi1_fieldset div.powermail_radio_inner label
	{ display: inline; float: none; margin-left: 4px; }
fieldset.tx-powermail-pi1_fieldset div.powermail_radio_inner input
	{ display: block; float: left; }
fieldset.tx-powermail-pi1_fieldset p.tx_powermail_pi1_fieldwrap_html_radio_title	
	{ float: left; width: 180px;}

/* positioning of checkbox */

fieldset.tx-powermail-pi1_fieldset div.powermail_check_innerx
	{ overflow: hidden; line-height: 20px; padding-left: 200px; }
fieldset.tx-powermail-pi1_fieldset div.powermail_check_inner label
	{ display: inline; float: none; margin-left: 4px; margin-bottom: 4px; }
fieldset.tx-powermail-pi1_fieldset div.powermail_check_inner input
	{ display: block; float: left; }
fieldset.tx-powermail-pi1_fieldset p.tx_powermail_pi1_fieldwrap_html_checkbox_title
	{ float: left; width: 200px; }


/* positioning of captcha */

div.tx_powermail_pi1_fieldwrap_html_captcha
	{ overflow: hidden; }
div.tx_powermail_pi1_fieldwrap_html_captcha label
	{ }
div.tx_powermail_pi1_fieldwrap_html_captcha input.powermail_captcha
	{ }
div.tx_powermail_pi1_fieldwrap_html_captcha img.wtcalculatingcaptcha
	{ float: left; margin-top: 2px; margin-right: 10px; }

/* PAGEBRWOSE STYLE */
.tx-pagebrowse{text-align:center;list-style:none inside none;width:100%;margin:0;padding:0}
.tx-pagebrowse li{display:inline;list-style:none;margin:0;padding:0 5px 0 0}
li.tx-pagebrowse-pages{width:80%}
li.tx-pagebrowse-pages ol{display:inline;margin:0;padding:0 10px}



