/*#########################GENERAL DEFINITIONS#########################*/

html {
	height:100%;
	/*Center page?*/
	/*padding:0 0 0 50%;*/
}

html * {
	margin:0;
	padding:0;
}

body {
	height:100%;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:76%;
	color:#333333;
	background:#99b24d url(../img/body-bg-green.png) repeat-x;
}

form {
	clear: both;
	display:block;
	margin-bottom:1.4em;
}

h1 span, h2 span, h3 span {
	display:none;
}

ul,ol {
	list-style-position:outside;
	padding-left:13px;
}

dl dt {
	font-weight:bold;
	margin:0.4em 0em 0.4em 0em;
}

strong, b {
	font-weight:bold;
}

em, i {
	font-style:normal;
	color:#99b24d;
}

a {
	color:#7c9cc3;
	text-decoration:none;
}

a:hover {
	color:#7c9cc3;
	border-bottom:1px #7c9cc3 dotted;
}

a.clean {
	border-bottom:0px;
}

.clearing {
	clear:both;
	height:0px;
	font-size:0em;
}

.hidden {
	visibility:hidden;
}

/*#########################PAGE LAYOUT#########################*/

#page {
	position:relative;
	width:850px;
	min-height:100%;
	margin:0 0 0 150px;
	/*Center page?*/
	/*margin:0 0 0 -425px;*/
	background:#ffffff;
}

/*IE Hack*/
* html #page {
	height:100%;
}

#header {
	position:relative;
	width:850px;
	height:200px;
	background:url(../img/header-bg-green.png) no-repeat;
}

#header a {
	text-decoration:none;
	border:0;
}

#header a:hover {
	border:0;
}

#header-image {
	position:absolute;
	left:0px;
	top:0px;
	width:659px;
	height:180px;
	border-right:1px solid #ffffff;
	margin:20px 0 0 5px;
	/*background:url(../img/header-image-green.jpg) no-repeat;*/
}

#logo {
	position:absolute;
	right:0px;
	top:0px;
	width:180px;
	height:180px;
	margin:20px 5px 0 0;
	/*background:url(../img/logo-green.gif) no-repeat;*/
}

#main-menu {
	position:relative;
	width:840px;
	height:23px;
	padding:1px 0;
	border-bottom:1px solid #ffffff;
	margin:0 5px 0 5px;
	background:url(../img/main-menu-bg.gif) repeat-x;
}

#main-menu ul {
	list-style-type:none;
	margin:0 0 0 10px;
}

#main-menu ul ul {
	margin:0;
}

#main-menu ul li {
	position:relative;
	float:left;
	height:23px;
	margin:0 15px 0 0;
}

#main-menu a {
	text-decoration:none;
	border:0;
}

#main-menu a:hover {
	border:0;
}

#main-menu ul li ul {
	position:absolute;
	top:25px;
	left:-12px;
	z-index:999;
	display:none;
	padding:3px 0 7px 13px;
	background:#004b39;
}

#main-menu ul li ul li {
	height:20px;
}

#main-menu ul li ul li a {
	display:block;
	padding:3px 0 0 0;
	color:#fff;
}

#main-menu ul li:hover ul,
#main-menu ul li.hover ul {
	display:block;
}

#main-menu ul ul li:hover a,
#main-menu ul ul li.hover a {
	border-bottom:1px dotted #fff;
}

#main-menu ul ul li.act a {
	font-weight:bold;
}

#content {
	position:relative;
	clear:both;
	width:840px;
	margin:0px 5px 0px 5px;
}

#col-norm {
	float:left;
	width:640px;
	padding:0 20px 80px 0;
}

#col-norm #sub-menu {
	float:left;
	width:180px;
	margin-right:25px;
	background:#0f4b3c;
}

#col-norm #sub-menu ul {
	list-style-type:none;
	padding:25px 0 0 0;
}

#col-norm #sub-menu ul li {
	margin-left:-20px;
}

#col-norm #sub-menu a {
	text-decoration:none;
	border:0;
}

#col-norm #sub-menu a:hover {
	border:0;
}

#col-norm h1, #col-norm h2, #col-norm h3, #col-norm p, #col-norm ol, #col-norm ul, #col-norm dl {
	padding-left:25px;
}

/*forms*/
#col-norm fieldset {
	padding:5px;
	border:1px solid #b2c8e2;
	margin:0 135px 0px 25px;
}

#col-norm label {
	width:135px;
	font-size:1.1em;
	/*line-height:1.5em;*/
	padding:4px 0 2px 0;
	float:left;
}

#col-norm input, #col-norm textarea {
	width:270px;
	padding:2px;
	margin:2px 0 2px 0;
	border:1px solid #b2c8e2;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:1.1em;
	background:#f4f6fe;
}

#col-norm input.submit {
	width:auto;
}

#col-norm div.csc-mailform-label {
	margin:5px 0;
}

#col-norm input#mailformwochentag {
	width:130px;
	margin-right:5px;
}

#col-norm input#mailformzeit_von {
	width:65px;
	margin-right:5px;
}

#col-norm input#mailformzeit_bis {
	width:65px;
}

#col-norm input.csc-mailform-submit {
	width:118px;
	height:21px;
	padding:1px 2px 2px 2px;
	margin:2px 0px 0px 135px;
}

#col-norm div.csc-header h1 {
	padding-top:25px;
}

#col-norm .csc-textpic-imagewrap {
	padding-bottom:5px;
}

#col-norm .csc-textpic-imagewrap * {
	padding:0;
	margin:0;
}

#col-norm .csc-textpic-imagewrap a:hover {
	border:0;
}

#col-norm .csc-textpic-imagewrap .csc-textpic-image img {
	border-top:1px solid #ffffff;
	/*border-right:1px solid #ffffff;*/
}

#col-norm .csc-textpic-caption {
	margin-top:2px;
	font-size:0.9em;
	color:#666;
}

#col-norm h1 {
	font-size:1.7em;
	line-height:1.7em;
	font-weight:normal;
	margin:0em 0em 0em 0em;
}

#col-norm h2 {
	font-family:georgia, times, serif;
	font-size:1.4em;
	line-height:1.4em;
	font-weight:normal;
	margin:0em 0em 0em 0em;
}

#col-norm h3 {
	font-size:1.2em;
	line-height:1.1em;
	font-weight:bold;
	margin:0em 0em 0.4em 0em;
}

#col-norm p {
	font-size:1.1em;
	line-height:1.5em;
	margin:0.1em 0em 1.4em 0em;
}

#col-norm ol, #col-norm ul {
	list-style-position:inside;
	font-size:1.1em;
	line-height:1.5em;
	margin:0.6em 0em 0.9em 3em;
}

#col-norm ul.pdf {
	list-style-type:none;
}

#col-norm ul.pdf a {
	background:url(../img/ico_pdf.gif) no-repeat;
	padding:0 0 0 20px;
}

#col-norm .contenttable {
	margin-bottom:1.4em;
}

#col-norm .contenttable p {
	margin-bottom:0;
}

#col-right {
	float:left;
	width:180px;
	padding:0 0 80px 0;
}

#col-right .csc-frame-orange {
	min-height:160px;
	/*max-height:160px;*/
	padding:10px;
	/*border-top:1px solid #ffffff;*/
	background:#bb3a0d url(../img/box-bg-orange.png) repeat-x;
}

#col-right .csc-frame-red {	
	min-height:160px;
	/*max-height:340px;*/
	padding:10px;
	border-top:1px solid #ffffff;
	background:#5b1111 url(../img/box-bg-red.png) repeat-x;
}

#col-right .csc-frame-green {	
	padding:10px;
	border-top:1px solid #ffffff;
	background:#0f4b3c url(../img/box-bg-green.png) repeat-x;
}

#col-right .csc-frame-green a {
	color:#fff;
}

#col-right .csc-frame-green a:hover {
	border-bottom:1px dotted #fff;
}

#col-right .csc-textpic-imagewrap a:hover {
	border:0;
}

#col-right h1 {
	color:#ffffff;
	font-size:0.9em;
	line-height:1.1em;
	font-weight:bold;
	text-transform:uppercase;
	margin:0em 0em 0.4em 0em;
}

#col-right h2 {
	color:#ffffff;
	font-size:0.9em;
	line-height:1.1em;
	font-weight:bold;
	margin:0em 0em 0.3em 0em;
}

#col-right p {
	color:#ffffff;
	font-size:0.8em;
	line-height:1.4em;
	margin:0em 0em 0.8em 0em;
}

#col-right a {
	color:#f3a47b;
}

#col-right a:hover {
	border-bottom:#f3a47b 1px dotted;
}

#col-right .csc-textpic-image img {
	border:1px solid #ffffff;
}

#col-right ol, #col-right ul {
	color:#ffffff;
	font-size:0.8em;
	line-height:1.4em;
	margin:0em 0em 1.4em 1.4em;
}

#col-right em, #col-right i {
	font-style:italic;
	color:#ffffff;
}

#col-right .contenttable {
	width:100%;
}

#col-right .contenttable td {
	vertical-align:top;
	margin-right:5px;
}

#col-right .contenttable p {
	font-size:0.8em;
	line-height:1.2em;
	padding:0;
	margin:0em 0em 0.6em 0em;
}

#col-right .contenttable p.align-right,
#col-right .contenttable td.align-right p {
	text-align:right;
}

#footer {
	clear:both;
	position:relative;
	width:840px;
	height:25px;
	padding:5px;
	background:#efefef;
}

#footer ul {
	padding-left:25px;
	list-style:none;
}

#footer ul li {
	display:inline;
	margin-right:15px;
	font-size:0.9em;
	line-height:25px;
}

#footer #plus1,
#footer #___plusone_0 {
	position:absolute;
	top:7px;
	right:5px;
	font-size:0.9em;
	text-align:right;
}

#footer #___plusone_0 {
	width:60px !important;
}

#footer #fb-root {
	position:absolute;
	top:7px;
	right:70px;
}



/*#########################ADMIN+EDIT PANELS#########################*/

table.typo3-adminPanel {
}

table.typo3-editPanel {
	margin:0px 0px 5px 0px;
}

#col-norm .tx-newloginbox-pi3-listrow table.typo3-editPanel {
	display:none;
}

#col-left table.typo3-editPanel {
	float:right;
}

table.typo3-adminPanel a:hover {
	border:0px;
}

#col-left table.typo3-editPanel img, #col-norm table.typo3-editPanel img, #col_right table.typo3-editPanel img, #col_border table.typo3-editPanel img {
	margin:1px;
}

table.typo3-editPanel a:hover {
	border:0px;
}

table.typo3-editPanel td.typo3-editPanel-label {
	display:none;
}

div.typo3-editPanel-blackline {
	clear:both;
	height:15px;
	border-top:1px #000000 solid;
}

table.typo3-fePreview {
	width:359px;
	margin:0px 0px 15px 0px;
	border:1px #000000 solid;
	background:#ABBBB4;
}

table.typo3-fePreview td {
	border-top:22px #9BA1A8 solid;
}

table.typo3-fePreview h1 {
	text-align:center;
	color:#F6F2E6;
	font-size:30px;
	font-weight:normal;
	line-height:36px;
}

table.typo3-editPanelPreviewBorder {
	border:1px #000000 solid;
	background:#F6F2E6;
}

table.typo3-editPanelPreviewBorder td.typo3-editPanelPreviewBorder-header {
	border-top:22px #9BA1A8 solid;
	background:#ABBBB4;
}

#col-left table.typo3-editPanelPreviewBorder td.typo3-editPanelPreviewBorder-header h1, #col-norm table.typo3-editPanelPreviewBorder td.typo3-editPanelPreviewBorder-header h1, #col_right table.typo3-editPanelPreviewBorder td.typo3-editPanelPreviewBorder-header h1, #col_border table.typo3-editPanelPreviewBorder td.typo3-editPanelPreviewBorder-header h1 {
	text-align:center;
	color:#F6F2E6;
	font-size:10px;
	font-weight:bold;
	line-height:16px;
	padding:0px;
	margin:0px 0px 0px 0px;
}

/* BEN: New template structure for newsletter, body#newsletter */
#newsletter #col-left {
	float:left;
	width:270px;
	padding:0 0 80px 0;
	margin-top:1px;
}

#newsletter #col-norm {
	width:370px;
}

#col-left .csc-frame-orange {
	min-height:160px;
	/*max-height:160px;*/
	padding:10px;
	border-top:1px solid #ffffff;
	background:#bb3a0d url(../img/box-bg-orange.png) repeat-x;
}

#col-left .csc-frame-red {	
	min-height:160px;
	/*max-height:340px;*/
	padding:10px 10px 10px 0;
	/*border-top:1px solid #ffffff;
	background:#5b1111 url(../img/box-bg-red.png) repeat-x;*/
}

#col-left .csc-frame-orange p,
#col-left .csc-frame-orange ol,
#col-left .csc-frame-orange ul,
#col-left .csc-frame-red p,
#col-left .csc-frame-red ol,
#col-left .csc-frame-red ul {
	/*color:#fff;*/
}

#col-left .csc-frame-red p,
#col-left .csc-frame-red ol,
#col-left .csc-frame-red ul {
	color:#bb3a0d;
}

#col-left p,
#col-left ol,
#col-left ul {
	font-size:1.0em;
	line-height:1.4em;
	margin:0.1em 0em 1.4em 0em;
}

#col-left .contenttable td {
	padding-right:5px;
	vertical-align:top;
}

#col-left .contenttable p {
	font-size:0.9em;
	line-height:1.3em;
	margin:0 0 0.6em 0;
	padding:0;
}



/**
 **************************************************
 NEWS
 *
 * @description:css definitons for EXT:tt_news
 * @beware:is dependent on the modified template
 **************************************************
**/
#col-norm .news.list .item {
	padding-bottom:12px;
	border-bottom:1px solid #efefef;
	margin-bottom:12px;
}

#col-norm .news.single h1 {
	padding-top:25px;
}

#col-norm .news p.date,#col-norm .news p.timeData,#col-norm .news p.author,#col-norm .news p.imgCaption,#col-norm .news p.back {
	margin-bottom:0;
	font-size:0.9em;
}

#col-norm .news.single p.timeData {
	margin-top:-0.5em;
	color:#7c9cc3;
}

#col-norm .news span.more {
	white-space:nowrap;
}

#col-norm .news p.back {
	clear:both;
	border-top:1px solid #efefef;
	margin-top:20px;
}

#col-norm .news .images {
	float:left;
	margin:3px 10px 0.25em 0;
}

#col-norm .news .images a {
	border-bottom:0;
}

#col-norm .news .addInfo dl {
	padding-top:0.4em;
	border-top:1px dotted #efefef;
}

#col-norm p.imgCaption {
	margin-top:2px;
	font-size:0.9em;
	color:#666;
	width:275px;
}

/* Pagebrowser */
#col-norm .news div.browse {
	position:relative;
	top:-10px;
}

#col-norm .news div.browse p.results {
	position:absolute;
	right:0;
	margin:0;
	font-size:1.1em;
	color:#dedede;
}

#col-norm .news div.browse ul.navBrowse {
	margin:0;
	list-style:none;
	color:#dedede;
}

#col-norm .news div.browse ul.navBrowse li {
	display:inline;
	padding:0 4px;
}

#col-norm .news div.browse ul.navBrowse li.act {
	font-weight:bold;
	color:#7c9cc3;
}


