/* -------------------------------------- 
Zentrale Einstellungen
-----------------------------------------*/  

* {
	margin:0;
	padding:0;
	list-style:none;
}


/* PNG behavior */
img, div { behavior: url("fileadmin/jscss/iepngfix.htc") }


body {
  font:12px Arial, Verdana, Helvetica, sans-serif;
  color: #333;
  background: url(../img/bg_head.gif) repeat-x top left;
  line-height: 18px;
}

h1 {
  font-size: 19px;
  font-weight: normal;
  padding-bottom: 10px;
  color: #000;
}

h2 {
  font-size: 15px;
  font-weight: normal;
  padding-bottom: 6px;
  color: #000;
}

h3 {
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 0;
	color: #000;
}

p {
  padding-bottom: 10px;
}

a:link,
a:visited {
    color:#F59B00;
    text-decoration:none;
}

a:hover,
a:active {
  color: #F59B00;
  text-decoration: underline;
}

a img {
  border: 0px;
}

div.clearer {
  clear: both;
}

table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}

div#main_wrapper {
	width: 980px;
}

div#content ul {
	margin-left: 15px;
	margin-bottom:10px;
}
div#content ul ul {
	margin-bottom:0;
}

div#content ul li {
	list-style-type: square;
}

div#content ul li ul li {
	list-style-type: disc;
}

/* -------------------------------------- 
Header
-----------------------------------------*/ 

div#header {
	position: relative;
	height: 300px;
}

div#header img#logo {
	position: absolute;
	top: 0;
	left: 200px;
}

div#header img#slogan {
	position: absolute;
	top: 100px;
	left: 115px;
}

div#header img#imagebild {
	position: absolute;
	top: 130px;
	left: 0;
}

div#header div#search_form {
	background-color: #66897C;
	width: 225px;
	height: 30px;
	position: absolute;
	top: 100px;
	left: 755px;
}

	/* Suchformular */
	
	div#header div#search_form form {
		padding: 0;
		margin: 0;
		position: relative;
	}
	
	div#header div#search_form input.input_option {
		position: absolute;
		top: 7px;
		left: 7px;
		font-size: 10px;
		border: 0;
		padding: 2px 7px 2px 7px;
		width: 125px;
		background-color: #E0E7E5;
	}
	
	div#header div#search_form input.image_option {
		border: 0;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 5px;
		right: 4px;
	}



/* -------------------------------------- 
Breadcrumb
-----------------------------------------*/ 

div#breadcrumb {
	width: 960px;
	height: 27px;
	margin-left: 20px;
	background: url(../img/bg_border_dotted.gif) repeat-x bottom left;
	color: #003A25;
}

div#breadcrumb ul {
	padding: 6px 0 6px 200px;
}

div#breadcrumb ul li {
	float: left;
}

div#breadcrumb a {
	color: #003A25;
}

div#breadcrumb a:hover,
div#breadcrumb a.active{
	color: #F59B00;
	text-decoration: none;
}


/* -------------------------------------- 
Positionierung Navi und Content
-----------------------------------------*/ 

div#navi, div#content {
	margin-top: 28px;
	float: left;
}

div#navi {
	width: 220px;
}

div#content {
	width: 760px;
}


/* -------------------------------------- 
Navigation
-----------------------------------------*/ 

div#navi a {
	color: #003A25;
}

div#navi a:hover,
div#navi a.active {
	color: #F59B00;
	text-decoration: none;
}

div#navi ul {
	font-size: 14px;
	margin: 7px 0 20px 20px;
}

	div#navi ul li ul {
		font-size: 12px;
		margin: 0px;
		padding-bottom: 2px;
	}

div#navi ul li {
	padding-bottom: 7px;
}
	
	div#navi ul li ul li {
		padding-bottom: 0px;
		padding-top: 2px;
	}

div#navi ul li a {
	padding-left: 12px;
	background: url(../img/pfeilchen.gif) no-repeat 0 1px;
}

	div#navi ul li ul li a {
		background: transparent;
	}
	
div#navi ul li#unternehmensgruppe {
	padding: 45px 0 20px ;
	margin: 0;
}

	div#navi ul li#unternehmensgruppe a {
		padding-left: 0;
		background: transparent;
	}
	
	
/* -------------------------------------- 
Content
-----------------------------------------*/

/* width: 760px; sh. oben */

div#content {
	padding-top: 5px;
	padding-bottom: 40px;
}

	/* Zweispalter 70_30 */
	
	div#content div.zweispalt_7030 div.left,
	div#content div.zweispalt_7030 div.right {
		float: left;
	}
	
	div#content div.zweispalt_7030 div.left {
		width: 515px;
		margin-right: 20px;
	}
	
	div#content div.zweispalt_7030 div.right {
		width: 225px;
	}
	
	/* Zweispalter 50_50 */
	
	div#content div.zweispalt_5050 div.left,
	div#content div.zweispalt_5050 div.right {
		float: left;
	}
	
	div#content div.zweispalt_5050 div.left {
		width: 370px;
		margin-right: 20px;
	}
	
	div#content div.zweispalt_5050 div.right {
		width: 370px;
	}
	
	/* Zweispalter 30_70 */
	
	div#content div.zweispalt_3070 div.left,
	div#content div.zweispalt_3070 div.right {
		float: left;
	}
	
	div#content div.zweispalt_3070 div.left {
		width: 225px;
		margin-right: 20px;
	}
	
	div#content div.zweispalt_3070 div.right {
		width: 515px;
	}

	/* Zweispalter Saatgut Übersichtsseite */

	div#content div.saatgutWrap {
		padding-top: 5px;
		padding-bottom: 15px;
	}

		div#content div.saatgutWrap div.title {
			padding-bottom: 3px;
		}

		div#content div.saatgutWrap div.title a {
			padding-left: 12px;
			background: url(../img/pfeilchen.gif) no-repeat 0 2px;
			color: #333;
			font-size: 14px;
		}

		div#content div.saatgutWrap div.title a:hover {
			text-decoration: none;
			color: #F59B00;
		}

	div#content div.saatgutWrap div.left,
	div#content div.saatgutWrap div.right {
		float: left;
	}
	
	div#content div.saatgutWrap div.left {
		width: 370px;
		margin-right: 20px;
	}
	
	div#content div.saatgutWrap div.right {
		width: 370px;
	}
	
	/* Newsbox */
	
	div#content div.box {
		background: url(../img/bg_box_top.gif) no-repeat top left;
	}
	
	div#content div.box div.box_inner {
		padding: 15px;
		background: url(../img/bg_box_bottom.gif) no-repeat bottom left;
	}
	
		div#content div.box div.newslist {
			padding: 8px 0 8px 0;
			background: url(../img/bg_border_dotted.gif) repeat-x bottom left;
		}
	
		div#content div.box h2 {
			text-align: center;
			padding-bottom: 5px;
		}
		
		div#content div.box p {
			padding-bottom: 0;
		}
		
		div#content div.box a {
			color: #333;
		}
		
		div#content div.box a:hover {
			color: #F59B00;
			text-decoration: none;
		}
		
		div#content div.box p.newsdate {
			color: #999;
		}
		
		div#content div.box p.more {
			padding-top: 6px;
			text-align: right;
		}
		
			div#content div.box p.more a {
				background: url(../img/pfeilchen_small.gif) no-repeat 0 3px;
				padding-left: 8px;
				color: #999;
			}
			
			div#content div.box p.more a:hover {
				color: #F59B00;
				text-decoration: none;
			}
			
	/* News-Liste */
	
	div.news-list-container {
		width: 760px;
		background: url(../img/bg_border_dotted.gif) repeat-x top left;
		margin-top: 4px;
	}
	
	div.news-list-container p {
		padding-bottom: 0;
	}
	
		div.news-list-container div.news-list-item {
			background: url(../img/bg_border_dotted.gif) repeat-x bottom left;
			padding: 10px 0 10px 0;
		}
		
		div.news-list-container div.news-list-item p.newsdate {
			color: #999;
		}
		
		div.news-list-container div.news-list-item p.more {
			padding-top: 6px;
			text-align: right;
		}
		
		div.news-list-container div.news-list-item p.more a {
			background: url(../img/pfeilchen_small.gif) no-repeat 0 3px;
			padding-left: 8px;
			color: #999;
		}
		
		div.news-list-container div.news-list-item p.more a:hover {
			color: #F59B00;
			text-decoration: none;
		}
		
	/* News-Detail */
	
	div.newsdetail p.newsdate {
		color: #999;
		font-size: 15px;
	}
	
	div.newsdetail p.back a {
		background: url(../img/pfeilchen_small.gif) no-repeat 0 3px;
		padding-left: 8px;
		color: #999;
	}
	
	div.newsdetail p.back a:hover {
		color: #F59B00;
		text-decoration: none;
	}
	
	
	/* Indexed Search Ausgabe */
	
	div.tx-indexedsearch-res {
		background: url(../img/bg_border_dotted.gif) repeat-x top left;
	}
	
	div.search-list-item {
		background: url(../img/bg_border_dotted.gif) repeat-x bottom left;
		padding: 10px 0 10px 0;
	}
	
	div.search-list-item p {
		padding-bottom: 0;
	}
	
	.tx-indexedsearch-redMarkup,
	.csc-sword {
		font-weight: normal;
		background-color: #66897C;
		color: #FFF;
	}
	
	/* Linie danach */
	
	div.csc-frame-rulerAfter {
		height: 1px;
		background: url(../img/bg_border_dotted.gif) repeat-x bottom left;
	}
			
/* -------------------------------------- 
Footer
-----------------------------------------*/

div#footer {
	width: 980px;
	border-top: 3px solid #003A25;
	padding-bottom: 10px;
	font-size: 11px;
}

div#footer span#copy {
	padding-top: 9px;
	width: 200px;
	float: left;
	margin-left: 220px;
}

div#footer span#servicenav {
	padding-top: 9px;
	float: left;
	margin-left: 340px;
}

div#footer span#servicenav a {
	padding-right: 10px;
	color: #333;
}
div#footer span#servicenav a:hover {
	color: #F59B00;
	text-decoration: none;
}

/* -------------------------------------- 
Inhaltselemente
-----------------------------------------*/

table.contenttable tr td {
	vertical-align: top;
}







/* -------------------------------------- 
Fachberater Suche / Detailansicht
-----------------------------------------*/

div.fachberater {}

	div.fachberater div.header {
		border-bottom: 3px solid #f59b00;
		padding: 3px 0;
		text-align: right;
	}
	
	div.fachberater div.daten {
		padding-top:20px;
		float:left; 
		width: 60%;
	}
	
	div.fachberater div.bild {
		float:right; 
	}
	
	div.fachberater table.fachberaterData td {
		padding: 3px;
	}
	
	div.fachberater table.fachberaterData td.label {
		font-size: 16px;
		width: 150px;
	}



/* -------------------------------------- 
Mein Fachberater 
-----------------------------------------*/

div#header div#fachberatersuche {
	position: absolute;
	width: 225px;
	top: 130px;
	left: 755px;
}
	
	
	/* 
		Links: @TODO 
	*/
	a.arrow_small_grey {
		color:#999;
		background: url(../img/pfeilchen_small_transp.gif) no-repeat left;
		padding-left: 10px;
	}
	a.clearFormat {
		background:none!important;
		padding-left: 0px!important;
		cursor: pointer;
	}
	span#openDetail,
	a.arrow,
	div#header div#fachberatersuche a {
		color:#003a25;
		background: url(../img/pfeilchen_small_transp.gif) no-repeat left;
		padding-left: 10px;
		cursor: pointer;
		z-index: 2;
	}
	
	
	
	
	/* Fachberatersuche, Suchformular (closed) */

	div#header div#fachberatersuche.closed {
		height: 61px;
		z-index: 20;
		/*background: url(../img/bg_50percent_transparent.png) repeat top left;*/ /* TODO */
	}

	
	div#header div#fachberatersuche.closed div.header {
		border-bottom: 2px dotted #003a25;
		padding: 3px 0;
		margin: 0 5px;
		height: 18px;
	}
		div#header div#fachberatersuche.closed div.header div.title {
			position: absolute;
			font-size: 15px;
		}
		div#header div#fachberatersuche.closed div.header div.plz {
			position: absolute;
			left: 160px;
			top: 5px;
		}

		
	div#header div#fachberatersuche.closed form {
		position: relative;
		width: 225px;
		height: 61px;
	}

	div#header div#fachberatersuche.closed img#mein_fachberater {
		position: absolute;
		top: 10px;
		left: 6px;
	}
	
	div#header div#fachberatersuche.closed input.input_option {
		position: absolute;
		top: 37px;
		left: 7px;
		width: 125px;
		font-size: 10px;
		padding: 1px 6px 2px 6px;
		border: 1px solid #003A25;
		background: transparent;
	}
	
	div#header div#fachberatersuche.closed input.image_option {
		position: absolute;
		top: 36px;
		right: 4px;
	}
	
	div#header #fachberaterWrap img#fb_bg,
	div#header #fachberaterWrap img#fb_bg_closed {
		z-index: 0;
		position: absolute;
		filter:alpha(opacity=70);
		-moz-opacity:0.7; 
		opacity:0.7;
	}
	
	div#header div#fachberatersuche.closed img#open {
		position: absolute;
		left: 210px;
		top: 40px;
		cursor:pointer;
		
	}
	
	
	
	
	/* Fachberatersuche, Suchformular (opened) */
	
	/*
	div#header #fachberaterWrap img#fb_bg {
		z-index: 0;
		position: absolute;
		Left: 755px;
		Top: 130px;
		Width: 225px;
		Height: 195px;
		filter:alpha(opacity=70);
		-moz-opacity:0.7; 
		opacity:0.7;
	}
	*/
	
	div#header div#fachberatersuche.opened {
		color: #003a25;
		/*border-left: 1px solid #CED9D5;
		border-bottom: 1px solid #CED9D5;*/
		/*border-right: 1px solid #EBF4F1;*/
		/*outline:1px solid #EBF4F1;*/
		height: 195px;
		z-index: 2;
	}
	
		div#header div#fachberatersuche.opened div.header {
			border-bottom: 2px dotted #003a25;
			padding: 3px 0;
			margin: 0 5px;
			height: 18px;
		}
			div#header div#fachberatersuche.opened div.header div.title {
				position: absolute;
				font-size: 15px;
			}
			div#header div#fachberatersuche.opened div.header div.plz {
				position: absolute;
				left: 160px;
				top: 5px;
			}
			
		div#header div#fachberatersuche.opened div.body table.data {
			position: absolute;
			left: 110px;
			top: 30px; 
		}
			div#header div#fachberatersuche.opened div.body table.data td {
				padding: 3px;
				font-size: 11px;
			}
			div#header div#fachberatersuche.opened div.body img {
				width: 115px;
				position: absolute;
				top: 35px;
			}
			
		div#header div#fachberatersuche.opened div.footer {
			position: absolute;
			top: 170px;
			width: 215px;
			padding:5px;
			font-weight: bold;
			/*border-right: 1px solid #EBF4F1;*/
		}
		
			div#header div#fachberatersuche.opened div.footer a#change {
				position: absolute;
				left: 180px;
				cursor:pointer;
			}
			div#header div#fachberatersuche.opened div.footer img#close {
				position: absolute;
				left: 210px;
				cursor:pointer;
			}
		
		
/** CSS Blumenshop Listenansicht **/

table, tr, td {
	padding:0;
	margin:0;
	border-collapse:collapse;
}





table.produkt_list {
	width:760px;
	padding:0;
	margin:5px 0 13px 0;
	font-size:11px;
	text-align:left;
}
table.produkt_list th {
	background:#F59B00;
	color: #FFF;
	font-weight:bold;
}
  table.produkt_list th a {
	background:#F59B00;
	color:  #FFF;
	font-weight:bold;
}
table.produkt_list th a.sortby{
	background:#F59B00;
	color:  #FFF;
	font-weight:bold;
	font-size:12px;
}
table.produkt_list th,
table.produkt_list td {
	text-align:left;
	padding:10px 10px 10px 13px;
	border:1px solid white;
}
table.produkt_list td {
	padding-top:6px;
	padding-bottom:6px;
}
table.produkt_list td.praeparat,
table.produkt_list th.praeparat {
	min-width: 110px;
}
table.produkt_list h3 {
	font-weight:bold;
	font-size: 13px;
}
table.produkt_list td a.more {
	display:block;
	float:left;
	width:80px;
	color:#898989;
	background: url(../img/pfeilchen_small_transp.gif) no-repeat left;
	padding-left:10px;
}
table.produkt_list th.center,
table.produkt_list td.center {
	text-align:center;
}





/*
table.produkt_list td.produkt {
	vertical-align: top;
	
}

table.produkt_list td.produkt table{
	width:100%;
}
table.produkt_list td.produkt table td.produktname{
	height:35px;
	text-align: top;
	vertical-align: top;
	border-bottom: 0px;
}
table.produkt_list td.produkt table td.produktname div.title{
	font-size: 13px;
}


table.produkt_list td table td{
	
	border:1px solid white;
}
table.produkt_list td.produkt table td{
	padding:5px 5px 5px 10px;
	border:1px solid white;
	
}
table.produkt_list td.produkt table td.more {
	width:50%;
	height:15px;
	border: 0px;
}

table.produkt_list td.produkt td.more a:link{
	color:#898989;
	background: url(../img/pfeilchen_small_transp.gif) no-repeat left;
	padding-left: 10px;
}  
table.produkt_list td.produkt td.more a:visited{
	color:#898989;
	background: url(../img/pfeilchen_small_transp.gif) no-repeat left;
	padding-left: 10px;
}  
table.produkt_list td.artikel table {
	width:100%;
}
table.produkt_list td.artikel table td.cont {
	padding-left:10px;
	height:23.5px ;
}
*/



div.produktdetail {}

	div.produktdetail div.header {
		border-bottom: 3px solid #f59b00;
		padding: 12px 0 6px 0;
		text-align: right;
		margin-bottom:2px;
	}
	div.produktdetail div.orange_left {
		text-align: right;
		float:left;
		color:#f59b00;
		font-size: 20px;
		margin-top:-8px;
	}
	
	div.produktdetail div.daten {
		padding-top:20px;
		float:left; 
		width: 60%;
	}
	
	div.produktdetail div.bild {
		float:right; 
	}
	
	div.produktdetail div.bild div.downloads {
		padding-top:25px;
	}
	div.produktdetail div.bild img.pdf_icon {
		float:left;padding-top:2px;
	}
	div.produktdetail table.produktdetail td {
		padding: 3px;
	}
	
	div.produktdetail table.produktdetail td.label {
		font-size: 16px;
		width: 150px;
	}
	
div.produkt_navi {padding-bottom: 30px;}
div.produkt_navi div.navi_main {
	font-size: 20px;
	float:left;
	height:23px;
	padding-right:12px;
}
div.produkt_navi div.navi_next {
	font-size: 16px;
	height:23px;
	padding-top:4px;
}



table.item_list td div.description {
	text-align:center;
}
table.item_list tr.tr_2 {
	height:25px;
}
table.item_list tr.tr_3 {
	height:17px;
}
table.item_list tr.tr_3 div {
display:block;
/*	border:1px solid blue;*/
}

table.item_list tr.tr_3 div.price {
	width:100px;
	float:left;
	text-align:center;
}

table.item_list tr.tr_3 div.next_link {
	width:71px;
	float:right;
	text-align:right;
}




/***********************
**** Jobangebote *******
***********************/

div .tx-dmmjobcontrol-pi1 {
	width: 98%;
}


/*LIST */
div.job_list_title {
	font-size: 19px;
	color: #000;
	border-bottom: 1px dotted #666;
	padding-bottom: 13px;
	width: 100%;
}

a.linkTitle {
	font-weight: bold;
}
a.linkToPage {
	font-size: 12px;
	background: url(../img/pfeilchen_small.gif) no-repeat 0 3px;
	padding-left: 8px;
	color: #999;
}
div.shortDesc {
	font-size: 12px;
	margin: 5px 0;
	color: #000;
}

table#job_list {
	width: 100%;
}

	table#job_list tr td {
		border-bottom: 1px dotted #666!important;
	}

	table#job_list td {
		padding:10px 0;
		vertical-align:bottom;
	}

	table#job_list td.desc {
		/*width:480px;*/
	}

	table#job_list td.more {
		text-align:right;
		white-space:nowrap;
		vertical-align: bottom;
		padding:5px 0;
	}

	table#job_list tr.odd td {
		/*background:#ECF0E7;*/
	}



/*JOB DETAIL*/

div.job_detail_wrap {
	padding-right: 20px;
}

div#content_upper  table#job_detail_header,
div#content_upper  table#job_detail_header * {
	margin:0 !important;
	padding:0 !important;
}

	div#content_upper table#job_detail_header td {
		padding:0 !important;
		vertical-align:top;
		border:0;

	}

	div#content_upper table#job_detail_header td div.job_header_left {
		padding:8px !important;
	}

	div#content_upper table#job_detail_header td div.job_header_right {
		text-align:right;
	}

div#job_detail_thejob {
	margin-bottom: 30px;
	font-size: 15px;
	color: #666;

}

div.job_header {
	border-bottom: 1px dotted #666;
		border-bottom:3px solid #F59B00;
	margin-bottom: 10px;
	padding: 3px 0;
}

span.jobtitle {
	font-weight: normal;
	margin-right: 10px;
		color:#000;
		font-size: 19px;
}
a.dmmjobcontrol_apply_backtolist {
	display:block;
	float:right;
	margin-top:-17px;
		color:#999;
		background: url(../img/pfeilchen_small_transp.gif) no-repeat left;
		padding-left: 10px;
}




div#job_detail table {
	background:#E7F0D3;
	border:1px solid #A3C660;
}

	div#job_detail td {
		padding:2px 5px;
		border-bottom:1px solid #A3C660;
	}

	div#job_detail td.label {
		width:175px;
		font-weight:bold;
	}

	div#job_detail dd {
		margin:0 0 0 150px;
	}

	div#job_detail p.back {
		padding:5px 0 0 0;
		text-align:right;
		border-top:1px solid #A9C6A6;
	}

/*
div.job_detail_wrap ul {
	padding:0;
	margin:0;
}
div.job_detail_wrap ul li {
	background: none!important;
	margin-left: 10px!important;
	padding:0;
}
div.job_detail_wrap ul li {
	background: none!important;
	padding-left: 10px!important;
}*/



/* -------------------------------------- 
Kontaktformular
-----------------------------------------*/  

#kontaktformular div.zweispalt_5050 {
	margin-top: 20px;
}

#kontaktformular table tr td {
	vertical-align: top;
}

#kontaktformular table tr td.label {
	width: 150px;
}

#kontaktformular input, 
#kontaktformular textarea {
	width:250px;
	border: 1px solid #bc986d;;
	padding: 2px;
	margin-bottom: 8px;
	background-color: #fff;
}

#kontaktformular textarea#nachricht {
	width: 320px;
	margin-top: 5px;
}

#kontaktformular input.checkbox {
	width:auto;
}

#kontaktformular input:focus,
#kontaktformular textarea:focus {
	border: 1px solid #003a25;
}

#kontaktformular input.checkbox:focus,
#kontaktformular input.checkbox:hover {
	background-color: #fff;
}

#kontaktformular input.submit_option {
	background-color: #FFF;
	border: 1px solid #003a25;
	width: 120px;
	margin-left: 206px;
	padding: 4px;
}

#kontaktformular input.submit_option:hover,
#kontaktformular input.submit_option:focus {
	background-color: #f3f3f3;
}

#kontaktformular label.error {
	color: red;
}

#kontaktformular td.error input:focus {
	border: 1px solid red;
}

table#kontaktformular tr td {
	vertical-align: top;
	margin-bottom: 8px;
}

table#kontaktformular tr td.label {
	width: 100px;
}

span.sortButton {
		background-color:  #F59B00;
		padding: 3px 5px;
		margin:1px;
		font-size:10px;
		color: #FFF;
		font-weight:bold;
		/*border-right: 1px solid #5e6d7b;*/
		cursor: pointer;
	}     
span a.sortLink,a.sortLink:active, a.sortLink:visited, a.sortLink:hover{
		background-color:  #F59B00;
		/*padding: 3px 5px;*/
		margin:1px;
		font-size:10px;
		color: #FFF;
		font-weight:bold;
		/*border-right: 1px solid #5e6d7b;*/
		cursor: pointer;
	}     
span a.sortButtonactiv2 {			
		font-size:13px;
		color: #FFF;
		
}
span.pageDiv {
		background-color: #FFF;
		font-size:10px;
		color: #F59B00;
		font-weight:bold;
		/*border-right: 1px solid #5e6d7b;*/
		
	}
/*		span.pageButton a:hover {
			text-decoration: none;
		}
*/		span.pageButton.active {
			color:#F59B00;
			font-size:11.5px;
			
			/*text-decoration:underline;*/
			
			
		}
		
		div.cont_left {
			float:left;
			width:485px;
		}
		
		div.cont_left table{	
			width:480px;
		}
		
		div.cont_right {
			float: right;
			border: 1px solid #ebebeb;
			padding: 10px;
			width:203px;
		}
		
			div.cont_right h2 {
				font-size: 12px;
				font-weight:bold;
			}
	
			div.cont_right input {
				width: 115px;
				padding: 2px;
				border: 1px solid #003A25;
				font-size:11px;
				color:#003A25;
			}
			
			div.cont_right input.submit_option {
				background-color: #FFF;
				border: none;
				font-size: 16px;
				color: #003A25;
				text-align: left;
				padding-left: 8px;
				margin-left: 8px;
				background: url(../img/pfeilchen.gif) no-repeat 0 6px;
				width: auto;
			}
			
			
		div.posNavi {
			text-align:justify;
		}

		div.posNavi span {
			margin: 0 1px 0 1px;
			cursor: pointer;
		}

		div.posNavi a {
			color: #000;
		}

		div.posNavi a:hover,
		div.posNavi span.active a,
		div.posNavi span.active {
			color: #F59B00;
			text-decoration: none;
		}
		
		div.posNavi span.divider {
			cursor:default;
			color: #999;
			font-size: 12px;
		}


/* deprecated?

div.pageBrowse {

}
	span.pageButton {
		background-color: #FFF;
		padding: 3px 5px;
		margin:1px;
		font-size:10px;
		color: #000;
		font-weight:bold;
		cursor: pointer;
	}     
	span.pageDiv {
		background-color: #FFF;
		font-size:10px;
		color: #F59B00;
		font-weight:bold;
		
	}
	span.pageButton.active {
			color:#F59B00;
			font-size:11px;
			
  }
	span.pageButton.active a {
		text-decoration: underline;	
	}
*/