
* {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}
body {
	background-color: #77CE21;
	background-image: url(../img/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 124px;
	background-attachment: fixed;
	font-size: 12px;
	overflow-y: scroll;
}

h1 {
	font-size: 17px;
}


h2 {
	font-size: 15px;
	margin: 25px 0;
}

h3 { font-size: 13px;
	margin: 0px 0;
}

a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

ul {
	margin-left: 35px;
/*	margin-top: -5px;*/
}

li {
	margin-bottom: 7px;
}

.rgaccord1-content ul {
	margin-top: 7px;
}

div#content h1 {
	width: 100%;
/*	border-bottom: 1px solid white;*/
	padding: 5px 0;
	margin: 15px 0;
}

div#content .csc-firstHeader {
	border-bottom: 1px dotted white;
}

#all {
  		position: absolute;
		width: 100%;
	/*	height: 100%; /* NUR FÜR IE6!!*/
		min-height: 100%; /*Nur für IE7 und FiFo*/
		clear: both;
}
#all_top {
	clear:both;
	margin-bottom: 130px;
}
#footer {
	position: absolute;
	bottom: 0px;
	clear: both;
	width: 1024px;
	height: 177px;
	left: 49%;
	margin-left: -495px;
}

#headprint {
	display: none;
}

#head {
	height: 124px;
	width: 100%;
	background-color: white;
}
#head_inner {
	width: 880px;
	margin: 0 auto;
}
#head_gag {
	width: 455px;
	height: 184px;
	position: absolute;
	margin: -12px 0 0 435px;
	top: 0;
	background-image: url(../img/head_gag.png);
	background-position: right;
	background-repeat: no-repeat;
	overflow: hidden;
}

#main {
	width: 100%;
	background-image: url(../img/shaddow.png);
	background-repeat: repeat-x;
	background-position: 0 -5px;
}
#main_inner {
	width: 880px;
	margin: 0 auto;
}
#main_left {
	width: 690px;
	float: left;
	color: white;
	font-size: 12px;
}
#main_right {
	width: 172px;
	margin: 40px 0 0 12px;
	padding: 0 0 124px 0;
	float: left;
}
#subhead {
	width: 100%;
	height: 214px;
/*	background-image: url(../img/head.png);*/
	background-repeat: no-repeat;
	overflow: hidden;
	/*position: absolute;
	z-index: -1;*/
}
#produktbild {
	width: 100%;
	height: 214px;
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

#printbutton {
	width: 100%;
	height: 21px;
	margin-bottom: -31px;
	margin-top: 21px;
	text-align: right;
}
div#subtitle {
	margin: 62px 287px 0 0;
	text-align: right;
	height: 30px;
	width: 250px;
}
div#content {
	padding-bottom: 45px; 
}

/* Menu Main */
ul#nav {
	float: left;
	list-style: none;
	margin: 40px 0 0 0;
	position: absolute;
	z-index: 999;
} 
ul#nav li a {
	color: #7F8995;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	display: block;
	border-bottom: 4px solid white;
}
ul#nav li a.act, 
ul#nav li a:hover {
	border-bottom: 4px solid #66C802;
}
ul#nav li {
	float: left;
	margin-right: 15px;
}
ul#nav li ul {
	float: left;
	clear: left;
	position: absolute;
	z-index: 999;
	margin: 0; padding: 0;
	padding: 5px 0;
	list-style: none;
	left: -999em;
	height: auto;
	font-weight: normal;
	background-color: white;
	filter: alpha(opacity=90); 
	-moz-opacity: 0.90; 
	opacity: 0.90;
}
ul#nav li ul li {
	margin: 0; padding: 0;
	clear: left;
}
ul#nav li ul li a {
	border: none;
	font-size: 13px;
	font-weight: normal;
	display: block;
	padding: 3px 10px;
	white-space: nowrap;
}
ul#nav li ul li a.act {
	border: none;
}
ul#nav li ul li a:hover {
	border: none;
	background-image: url(../img/dot.gif);
	background-position: 2px 1px;
	background-repeat: no-repeat;
}
#nav li:hover ul ul, 
#nav li:hover ul ul ul, 
#nav li.sfhover ul ul, 
#nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, 
#nav li li:hover ul, 
#nav li li li:hover ul, 
#nav li.sfhover ul, 
#nav li li.sfhover ul, 
#nav li li li.sfhover ul {
	left: auto;
}

/* menu_sub */
div.menu_sub ul {
	list-style-type: none;
	margin: 0 0 0 0;
}
div.menu_sub ul li {
	width: 100%;
	border-bottom: 1px dotted white;
	padding: 2px 0;
	margin: 2px 0;
}
div.menu_sub ul li a {
	color: white;
	display: block;
	font-weight: bold;
	font-size: 12px;
	padding-left: 10px;
	text-decoration: none;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
}
div.menu_sub ul li a.act {
	background-image: url(../img/arrow_act.gif);
}
div.menu_sub ul li ul {
	list-style-type: none;
	margin: 0;
}
div.menu_sub ul li ul li {
	width: 100%;
	padding: 0 10px;
	margin: 0;
	border: none;
}


/* Menu_Footer */
ul#menu_footer {
	list-style-type: none;
	margin: 150px 0 0 810px;
	position: absolute;
}
ul#menu_footer li a {
	display: block;
	color: white;
	text-decoration: none;
	font-size: 10px;
	filter: alpha(opacity=100);
 	-moz-opacity: 1;
}

/* Bilder */
img.logo { margin: 25px 0 0 0; }
img.subtitle { }
img.flagge { margin: 10px 3px 5px 2px; }
a img { border: none; }

/* CSC */
div.clear, .clear {
	clear: both;
}
p.bodytext {
	margin: 8px 0;
}

/* Suche */
div#search {
	margin: 20px 0 40px 0;
}
div#search input.search_input {
	width: 146px;
	height: 17px;
	border: 1px solid white;
	background-color: #336401;
	color: white;
}
div#search input.search_submit {
	margin: 0 0 0 5px;
	position: absolute;
}

/* Language Box */
div.box_language {
	height: 80px;
	margin: 10px 0 0 0;
}

/* box_right */
div.box_right {
	color: white;
	margin: 35px 0;
	background-image: url(../img/box_right_bg2.png);
	background-repeat: no-repeat;
	background-position: 0 top;
	padding: 6px 10px 6px 16px;
}
div.box_right h1 {
	position: absolute;
	margin: -20px 0 0 -17px;
	font-size: 12px;
	background-image: url(../img/box_right_top_bg.png);
	background-repeat: no-repeat;
	width: 132px;
	height: 29px;
	padding: 5px 0 0 28px;
}
div.box_right ul {
	list-style-type: none;
	margin: 6px 0 0 0;
}
div.box_right ul li {
	padding: 2px 10px;
}
div.box_right ul li a {
	font-weight: normal;
}


div.box_right div.csc-textpic{
	margin-top: 10px;
}

div.address {
	margin-top: -15px;
	margin-left: 10px;
}

/* Mailformular */
fieldset {
	border: none;
}
legend {
	display: none;
}

fieldset#mailformmagazin label {
	width: 100px;
}

fieldset.csc-mailform div.csc-mailform-field label {
	width: 200px;
	float: left;
	font-weight: bold;
}
fieldset.csc-mailform div.csc-mailform-field input {
	float: left;
}
div.csc-mailform-field {
	clear: both;
	padding: 10px 0;
}

.subtitle {
	font-size: 18px;
	color: #7f8995;
	font-weight: bold;
/*	font-style: italic; */
	text-align: right;
}

.csc-menu-4 dt {
	margin: 20px 0 5px 0;
	font-size: 13px;
	background-color: #66C802;
	padding: 5px 3px;
}


div.list_odd {
	background-color: #6EC218;
}

/******************************
 * Indexed search
 * *****************************/
 ul.browsebox {
 	margin: 20px 0px 40px 0px;
 } 
 
 ul.browsebox li {
 	float: left;
 	list-style-type: none;
 	margin-right: 10px;
 }
 
 .tx-indexedsearch-res {
 	clear: both;
 	margin-top: 20px;
 }

/* ######################## EXTENSIONS ############################# */
/* wt_searchandreplace */
span.replace_gesis {
	color: #FFCC00;
	font-style: italic;
	font-family: Universe, Arial, sans-serif;
	font-weight: bold;
	margin-right: 5px;
}

input {
	border: 1px solid white;
}

input#mailformemail, textarea#mailformaddress {
	width: 300px;
}

.downloadsubmit {
	background-color: #6EC218;
	border: 1px solid white;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: white;
	padding: 2px 0px;
	width: 150px;
	font-weight: bold;
	margin-top: 15px;
	cursor: pointer;
}

input.submit, .csc-mailform-submit {
	margin-left: 200px;
	background-color: #6EC218;
	border: 1px solid white;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: white;
}

.p100x {
	width: 100px;
}

.block {
	display: block;
	margin-left: 5px;
	width: 150px;
}

option {
	margin: 5px;
}

optgroup {
	margin: 5px;
}

optgroup optgroup {
	font-style: normal;
}

optgroup option {
	margin: 1px;
	padding-left: 15px;
	font-weight: 200;
}


/* sk_calendar (start) */
.headerGroupChangingMonth {
	background-color:#6EC218;
	font-weight:bold;
	font-size:larger;
}
.headerGroupChangingMonth td {
	margin: 17px 0;
	padding: 3px 0;
}


 .calendarLinkCellHighLighted {
   text-align: center;
 }
 
 td.calendarLinkCellHighLighted a {
   background-color:#3A7203;
   display:inline;
 } 

/* sk_calendar (ende) */


/****************************
 ** Columna
 ***************************/

table.table_center {
	margin: 0 auto;
}

td.boxes {
	background-color: #6DC018;
	vertical-align: top;
	color: white;
}

td.top {
	vertical-align: top;
}

td.boxes p {
	padding: 0 5px;
}

/****************************
 ** File_list
 ***************************/
 .tx-filelist-pi1-table {
 	border: 0;
 	width: 100%;
 }
.tx-filelist-pi1-icon {
	background-color: none;
	padding-right: 10px;
}
.tx-filelist-pi1-header-tr {
	height: 24px;
	background-color:#6EC218;
	font-weight: bold;
}

.tx-filelist-pi1-table tr td {
 	vertical-align: top;
 	border-bottom: 1px dotted white;
 	padding: 3px 0;
 }

td.tx-filelist-pi1-filename {
	padding-left: 10px;
}


/*****************************
 *tt_news
 *****************************/
 .news-latest-item {
 	margin-bottom: 25px;
 }

.news-latest-headline{
	background-color:#6EC218;
	padding: 5px;
	margin-bottom: 10px;
}

.news-latest-date {
	font-weight: normal;
	padding-right: 10px;
}

.news-latest-image {
	float: left;
	width: 130px;
	margin: 0 10px 0 0;
}

.news-list-image {
	float: left;
	width: 130px;
	margin: 0 10px 0 0;
}

ul li.news-amenu-item-year {
	margin-left: -35px;
	background-color: #6EC218;
	list-style-type: none;
	text-align: center;
}

.news-latest-morelink {
	text-align: right;
}

.news-single-imgcaption {
	white-space: normal;
	margin-bottom: 10px;
}

.news-single-timedata {
	text-align: right;
}

.news-single-backlink {
	margin-top: 25px;
}

.news-single-img {
	margin-bottom: 35px;
}

.news-single-img img {
	margin-top: 10px;
}


div.sk_infobox {
	position: absolute;
	width: 200px;
	padding: 10px;
	background-color: #6EC218;
	border: 1px solid #3A7203;
}


div.sk_infobox ul {
	margin-top: 10px;
}

div.sk_infobox ul li {
	margin: 0px;
}

/*****************************
 * Scroller in Historie
 ****************************/

#divBehaelter {position:relative; overflow:hidden; }
#divInhalt { position: relative; }
#divHoch {position:relative; }
#divRunter {position:relative; }


/*******************************
 * Download-Boxen im Inhalt
 ******************************/
div.box_001 {
	float:left;
	width:310px;
	height: 150px;
	margin-right:30px;
	margin-top:20px;
/*	border-bottom: 1px solid white;
	border-top: 1px solid white;*/
	padding-top: 10px;
/*	border: 1px solid red;*/
}

div.box_002 {
	float:left;
	margin-right: 5px;
/*	border: 1px solid blue;*/
}

div.box_003 {
/*	border: 1px solid maroon;*/
	margin-left: 120px;
	height: 150px;
}

div.box_004 {
/*	border:1px solid green;*/
	height: 95px;
}
div.box_005 {
/*	border:1px solid green;*/
	height: 30px;
	text-align: right;
}
div.box_006 {
/*	border:1px solid green;*/
	height: 40px;
	text-align: right;
}

div.box_006 a {
	background-color: #6EC218;
	border: 1px solid white;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: white;
	padding: 2px 2px;
	width: 150px;
	font-weight: bold;
	margin-top: 15px;
	cursor: pointer;
}
div.box_006 a:hover {
	text-decoration: none;
}

div.box_right table.imgtext-table {
	margin-top: 20px;
}

td.tx-filelist-pi1-icon {
	padding: 5px 5px 5px 0px;
}
td.tx-filelist-pi1-icon img {
	margin-right: 10px;
}

div.news_amenu {
	width: 690px;
	background-image: url(../img/green_line.jpg);
	background-repeat: repeat-y;
	padding-left: 30px;
}

div.news-single-pagebrowser {
	width: 690px;
	background-image: url(../img/green_line.jpg);
	background-repeat: no-repeat;
	padding: 5px 0px 8px 30px;
}

div.news-single-pagebrowser-left {
	float: left;
}

div.news-single-pagebrowser-right {
	float: right;
	margin-right: 40px;
}
div.news-archive-item {
	float: left;
	width: 220px;
	margin: 5px 0px 8px 0px;
}

.multimedia_wrap {
	border: 1px solid white;
	width: 400px;
	margin: 0 auto;
}

.csc-menu-4 p {
	width: 690px;
	background-image: url(../img/green_line.jpg);
	background-repeat: no-repeat;
	padding: 5px 0px 8px 30px;
}

p.csc-abstract {
	background-image: none;
	padding: 0px 0px 8px 30px;
}

/**********************************
 * powermail
 *********************************/

.tx_powermail_pi1_fieldwrap_html_1 p.tx_powermail_pi1_fieldwrap_html_radio_title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 6px;
}

fieldset#tx-powermail-pi1_fieldset_2 legend {
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 6px 0;
}

div.tx_powermail_pi1_fieldwrap_html {
	margin-top: 10px;
}

input.powermail_text {
	width: 300px;
}

.tx-powermail-pi1_fieldset_2 div.tx_powermail_pi1_fieldwrap_html label {
	display: block;
	width: 100px;
}

table.powermail_all powermail_all_table {
	margin-bottom: 30px;
}

.tx_powermail_pi1_formconfirmation_back {
	float: left;
	margin-right: 10px;
}

#tx-powermail-pi1_fieldset_4 * label {
	display:				block;
	width:					130px;
	float:					left;
}

div.tx_powermail_pi1_fieldwrap_html p {
	margin:					24px 0px 8px ;
	font-weight:			bold;
}

#tx-powermail-pi1_fieldset_4 legend {
	display:				block;
	padding:				24px 0px 8px ;
	font-weight:			bold;
}

#tx-powermail-pi1_fieldset_4 * .powermail_mandatory_js {
	margin-left:			130px;
	margin-bottom:			15px;
}

#tx-powermail-pi1_fieldset_4 * div.tx_powermail_pi1_fieldwrap_html {
	clear:					both;
}

#tx-powermail-pi1_fieldset_3 * input.powermail_radio,
#tx-powermail-pi1_fieldset_5 * input.powermail_check {
	margin-left:			100px;
}

#tx-powermail-pi1_fieldset_5 * label {
	display:				block;
	margin:					-14px 130px 0;
}

#powermaildiv_uid23 {
	margin-left:			130px;
}