/************************************ 
WRAP 
*************************************/
#wrap {
	width: 952px;
	text-align: left;
	margin: 0;
}
/************************************ 
HEADER
*************************************/
#header{
	position: relative;
	height: 184px;
}
#logo {
	display: block;
	width: 184px;
	height: 184px;
}
#sitename {
	position: absolute;
	left: 203px;
	top: 16px;
	font-size: 1.8em;
}
#claim {
	width: 548px;
	position: absolute;
	left: 204px;
	bottom: 0;
	padding-bottom: 0;
}
.language {
	position: absolute;
	top: 0px;
	left: 880px;
}
.language img {
	padding: 5px 0 5px 5px;
}
/************************************ 
BREADCRUMB 
*************************************/
#breadcrumb {
	position: absolute;
	left: 204px;
	top: 80px;
	color: #A2A2A2;
	font-weight: bold;	
	font-size: 1.1em;
	background: url(../img/breadcrumb_dot.gif) no-repeat 0px 8px;
	padding-left: 7px;
}
#breadcrumb a {
	text-decoration: none;
	color: #A2A2A2;
	font-weight: bold;	
}
/************************************ 
TEASER 
*************************************/
#teaser {
	clear: both;
	margin: 5px 0;
}
/************************************ 
SEARCHFORM
*************************************/
form#searchform {
	position: absolute;
	top: 151px;
	left: 772px;
	width: 180px;
}
form#searchform input#searchfield {
	border: solid 1px #A2A2A2;
	width: 149px;
	height: 16px;
	padding: 2px 0 0 10px;
	font-size: 1.1em;
	font-weight: bold;
	color: #A2A2A2;
	float: left;

}	
form#searchform input#searchSubmit {
	border: none;
	float: left;
	width: 19px;
	height: 20px;
}

li.tx-indexedsearch-browselist-currentPage,
ul.browsebox li {
	float: left;
	padding-right: 5px;
}
.tx-indexedsearch-res{
	float: left;
}
/************************************ 
LEFTCOLUMN 
*************************************/
#leftcolumn {
	width: 184px;
	float: left;
}
/************************************ 
MAIN NAVIGATION 
*************************************/
#mainnavigation {
	padding: 30px 0 0 0;
	background: url(../img/navi_trennlinie.gif) no-repeat 15px 20px;
}
#mainnavigation a.active,
#mainnavigation a.haschildactive {
	font-weight: bold;
	color: #209740;
}
/* ebene 1 */
#mainnavigation li a {
	display: block;
	font-size: 1.1em;
	text-decoration: none;
	padding: 2px 0 2px 24px;
	color: #A2A2A2;
	font-weight: bold;	
	background: url(../img/navi_bullet.gif) no-repeat 15px 10px;
}
#mainnavigation li a:hover {
	color: #209740;
}
/* ebene 2 */
#mainnavigation li ul li a {
	padding-left: 34px;
	background: url(../img/navi_bullet.gif) no-repeat 25px 10px;
}
#mainmenu {
	background: url(../img/navi_trennlinie.gif) bottom right no-repeat;
	padding-bottom: 12px;
}
/************************************ 
SERVICENAVIGATION 
*************************************/
#servicenavigation {
	padding: 43px 0 0 0;
	background: url(../img/navi_trennlinie.gif) no-repeat 15px 32px;
}
#servicenavigation a.active,
#servicenavigation a.haschildactive {
	font-weight: bold;
	color: #209740;
}
/* ebene 1 */
#servicenavigation li a {
	display: block;
	font-size: 1.1em;
	text-decoration: none;
	padding: 2px 0 2px 24px;
	color: #A2A2A2;
	font-weight: bold;	
	background: url(../img/navi_bullet.gif) no-repeat 15px 10px;
}
#servicenavigation li a:hover {
	color: #209740;
}
/* ebene 2 */
#servicenavigation li ul li a {
	padding-left: 36px;
	background: url(../img/navi_bullet.gif) no-repeat 27px 10px;
}
#servicemenu {
	background: url(../img/navi_trennlinie.gif) bottom right no-repeat;
	padding-bottom: 12px;
}
/************************************ 
CONTENT 
*************************************/
#content {
	font-size: 1.2em;
	float: left;
	width: 548px;
	padding: 20px 20px 0 20px;
}
#content h1 {
	font-size: 1.4em;
}
#content h2 {
	font-size: 1.2em;
	padding-bottom: 10px;
}
#content h3 {
	font-size: 1em;
}
#content ul, #content ol {
	margin-left: 16px;
}
#content li {
	padding: 0 0 4px 10px;
	background: url(../img/navi_bullet.gif) no-repeat 4px 9px;
}
#content .block {
	padding: 0 0 16px 0;
}
.submenuboxes .odd {
	margin-right: 20px;
}
.submenubox {
	width: 264px;
	float: left;
	background: url(../img/grey_dots.gif) repeat-x;
	padding: 10px 0 0 0;
	margin-top: -1px;
}

*html .submenubox {
	margin-top: 1px;
	display: inline;
}
.submenubox .clear {
	padding-top: 10px;
	height: 1px;
	background: url(../img/grey_dots.gif) repeat-x bottom left;
	color: white;
}
.submenubox .picLink {
	display: block;
	width: 100px;
	float: left;
	border: 1px solid #A8D300;
	margin-right: 10px;
}
#content .submenubox h2 {
	font-size: 1em;
	padding-bottom: 0;
}
#content .submenubox p {
	padding-bottom: 2px;
}
div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
	border: solid 1px #A8D300;
}
/************************************ 
CONTEXT 
*************************************/
#context {
	width: 180px;
	float: left;
	padding-top: 20px;
	font-size: 1.1em;
}
#context .greenBox {
	background: #EDFBB2 url(../img/greenboxbg.gif) no-repeat;
	padding: 0 12px 12px 12px;
}
#context .headlineBox {
	color: #000000;
	font-size: 1.1em;
	text-transform: uppercase;
	padding: 3px 0 15px 6px;
}
#context h1, #context h2, #context h3 {
	color: #000000;
}
#context .news-list-item .news_subheader {
	padding-bottom: 0;
	font-size: 1em;
}
#context .news-list-item {
	padding-bottom: 10px;
	margin-bottom: 5px;
	background:  url("../img/navi_trennlinie_green.gif") no-repeat bottom;
}
#context .news-list-item p {
	padding-bottom: 0;
}
#context ul, #context ol {
	margin-left: 16px;
}
#context li {
	padding: 0 0 4px 10px;
	background: url(../img/navi_bullet.gif) no-repeat 4px 9px;
}
#context .block {
	padding: 0 0 16px 0;
}
/************************************ 
SEARCH
*************************************/
.tx-indexedsearch-searchbox-sword {
	margin-left: 10px;
}
.tx-indexedsearch-searchbox-button {
	margin: 10px 0 0 10px;
}
.tx-indexedsearch .tx-indexedsearch-searchbox{
	display: none;
}
/************************************ 
News
*************************************/
#content .news-list-item {
	padding-bottom: 20px;
	margin-bottom: 20px;
	background: url(../img/grey_dots.gif) repeat-x bottom;
}
.news-single-item .csc-textpic-image {
	border: solid 1px #A8D300;
}
.news-list-item .news-list-image {
	float: left;
	margin-right: 10px;
}
.news-list-image img {
	border: solid 1px #A8D300;
}
.linebelow {
	background: url(../img/grey_dots.gif) repeat-x bottom;
}
.linebelow h3{
	padding-bottom: 0;
}
.linebelow h3, .linebelow p{
	padding-bottom: 2px;
}
/************************************ 
Contact formular
*************************************/
.tx_powermail_pi1_form input {
	width: 182px;
	margin-bottom: 4px;
}
.tx_powermail_pi1_form textarea {
	width: 366px;
	height: 150px;
	margin-bottom: 4px;
}
.tx_powermail_pi1_fieldwrap_html_submitgraphic input {
	width: auto;
	padding: 0;
	margin-left: 150px;
}
.tx_powermail_pi1_form label {
	padding-bottom: 4px;
	float: left;
	width: 150px;
}
.powermail_mandatory_js {
	font-weight: bold;
	color: #BE070E;
	padding-bottom: 4px;
}
.powermail_mandatory {
	color: #209740;
	font-weight: bold;
}

/************************************ 
tt_address
*************************************/
.tx-ttaddress-pi1 .country {
	background: url(../img/grey_dots.gif) repeat-x top;
	padding-top: 3px;
	margin-bottom: 3px;
}
.tx-ttaddress-pi1 .country td{
	width: 50%;
	padding-right: 20px;
}
.tx-ttaddress-pi1 .country h3 {
	padding-bottom: 5px;
}
.tx-ttaddress-pi1 .country a {
	font-weight: bold;
}
/************************************ 
marit teaser
*************************************/
.tx-magttaddressteaser-pi1 {
	position: relative;
}
.tx-magttaddressteaser-pi1-content {
	width: 392px;
	height: 96px;
	padding: 14px 13px 13px 6px;
	position: absolute;
	bottom: 12px;
	left: 18px;
	background: url(../img/teaser_content_bg.png) no-repeat;
}
.tx-magttaddressteaser-pi1-content img {
	float: left;
	margin-right: 11px;
}
.tx-magttaddressteaser-pi1-content cite {
	font-style: normal;
	font-size: 1.1em;
	font-weight: bold;
	color: #209740;
}
.tx-magttaddressteaser-pi1-content p {
	font-weight: bold;
	padding-bottom: 0;
	padding-top: 3px;
}
