html, body {
	margin: 0;
	background: #e19413;
	height: 100%;
	width: 955px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
	background-image: url(images/background.png); 
	background-repeat: repeat-y;
	background-position: 725px top;
	
}

img {
	border: 0;
}

h1, h2 {	
	margin: 0;
	font-size: 18px;
	padding-bottom: 15px;
	color: #3a88b1;
}

h2 {
	font-size: 14px;	
}

h3 {
	font-size: 14px;
	color: #626262;
	margin: 0;
	padding-bottom: 8px;
}

a {
	color: #e19413;
}

a:hover, a:focus {
	text-decoration: underline;
}

a:hover div.content_right_text h3, 
a:focus div.content_right_text h3 {
	text-decoration: underline;
}

a.btn_active {
	color: #3987b0;
	font-weight: bold;
}

a.btn_inactive {
	color: #e59818;
	font-weight: bold;
}

ul {
	padding: 0px 0 0 15px;
}

#wrapper {
	background: url(images/wrapper_bg.png) repeat-y; 
	min-height: 100%;
}

#main {
	width: 728px;
	float: left;
	min-height: 100%; /* Mindesthöhe in modernen Browsern */
	height: auto !important; /* !important-Regel f�r moderne Browser */
	height: 100%; /* Mindesth�he in IE (<7) */	
	background: white;
}

#main_left_spacer {
	width: 55px;	
	float: left;
}

#main_left {
	width: 648px;	
	float: left;
	margin-right: 25px;
	background: white;
}

#main_right {
	width: 227px;
	float: left;
}

#main_left_top {
	float: left;
	height: 112px;
}

#main_left_top_big {
	float: left;
	height: 137px;
}

#main_left_top_left {
	float: left;
	background-image: url(images/partners_logo_navi_neu.png); 
	background-repeat: no-repeat;
	background-position: left center;
	width: 174px;
	height: 100px;
}
#main_left_top_left a {
	width: 174px;
	height: 100px;
	display: block;
}


#main_left_top_right {
	float: left;
	width: 474px;
}

#main_left_top_right_back {
	width: 176px;
	height: 42px;
	float: right;
}

#main_left_top_right_back a {
	background-image: url(images/back_bavi_bg.png); 
	background-repeat: no-repeat;
	background-position: left top;
	width: 176px;
	height: 25px;
	display: block;
	color: white;
	padding: 2px;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
}
#main_left_top_right_back a:hover, #main_left_top_right_back a:focus {
	text-decoration: underline;
}


#main_left_top_right_navi {
	width: 474px;
	float: right;
}

div.button_box {
	float: right;
	height: 27px;
	margin: 0 1px 0 4px;
}
div.button_box div.left {
	width: 2px;
	height: 27px;
	background-image: url(images/button_box_border_left.png); 
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}

div.button_box div.content {
	width: auto;
	height: 27px;
	background-image: url(images/button_box_bg.png); 
	background-repeat: repeat-x;
	background-position: left top;
	padding: 5px 8px 5px 8px;
	float: left;	
}

div.button_box div.right {
	width: 2px;
	height: 27px;
	background-image: url(images/button_box_border_right.png); 
	background-repeat: no-repeat;
	background-position: left top;
	float: left;	
}
div.button_box a {
	text-decoration: none;
}

div.button_box a:hover,
div.button_box a:focus {
	text-decoration: underline;
}

#main_left_head {
	clear: both;
}

/* Head f�r Startseite */
div.head_box {
	height: 178px;
}
div.head_box p, div.head_big_box p {
	margin-top: 0;
}
div.head_box div.left {
	width: 3px;
	height: 178px;
	background-image: url(images/head_border_left.png); 
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}

div.head_box div.content {
	width: 642px;
	height: 178px;
	background-image: url(images/head_bg.png); 
	background-repeat: repeat-x;
	background-position: left top;
	float: left;	
}

div.head_box div.right {
	width: 3px;
	height: 173px;
	background-image: url(images/head_border_right.png); 
	background-repeat: no-repeat;
	background-position: left top;
	float: left;	
}

#main_left_head div.head_teaser {
	width: 167px;
	height: 190px;
	background-image: url("images/head_teaser.jpg");
	background-repeat: no-repeat;
	background-position: top;
	position: absolute;
	top: -36px;
	left: 30px;
}


/* Head f�r Partnerseite */
div.head_big_box {
	height: 179px;
	margin-bottom: 25px;
}
div.head_big_box h1 {
	color: #606060;
}
div.head_big_box a {
	text-decoration: underline;
}
div.head_big_box a:hover, div.head_big_box a:focus  {
	text-decoration: none;
}


div.head_big_box h1 a {
	color: #606060;
}

/*
div.head_big_box h1 a:focus  {
	text-decoration: none;
}
*/

div.head_big_box div.left {
	width: 3px;
	height: 179px;
	background-image: url(images/head_big_border_left.png); 
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}

div.head_big_box div.content {
	width: 642px;
	height: 179px;
	background-image: url(images/head_big_bg.png); 
	background-repeat: repeat-x;
	background-position: left top;
	float: left;	
}

div.head_big_box div.right {
	width: 3px;
	height: 179px;
	background-image: url(images/head_big_border_right.png); 
	background-repeat: no-repeat;
	background-position: left top;
	float: left;	
}

/* ---- */

/* Head f�r Detailseite */
div.head_small_box {
	height: 53px;
	margin-bottom: 25px;
}
div.head_small_box h1 {
	color: #606060;
}
div.head_small_box div.left {
	width: 3px;
	height: 53px;
	background-image: url(images/head_small_border_left.png); 
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}

div.head_small_box div.content {
	width: 642px;
	height: 53px;
	background-image: url(images/head_small_bg.png); 
	background-repeat: repeat-x;
	background-position: left top;
	float: left;	
}

div.head_small_box div.right {
	width: 3px;
	height: 53px;
	background-image: url(images/head_small_border_right.png); 
	background-repeat: no-repeat;
	background-position: left top;
	float: left;	
}

div.head_small_box div.content div.content_left {
	float: left;
	width: 61px;
	height: 53px;
}

div.head_small_box div.content div.content_right {
	float: left;
	width: 561px;
	padding-top: 17px;
	padding-right: 20px;
	text-align: right;
}

/* ---- */


div.head_box div.content div.content_left,
div.head_big_box div.content div.content_left {
	float: left;
	width: 223px;
	text-align: center;	
}
div.head_big_box div.content div.content_left td {
	height: 179px;
}

div.head_box div.content div.content_right,
div.head_big_box div.content div.content_right {
	float: left;
	width: 419px;
	padding-top: 25px;
}

div.headline {
	clear: both;
	float: left;
	width: 100%;
}

div.headline div.left {
	float: left;
	width: 321px;
}

div.headline div.right {
	float: left;
	width: 321px;
}

a.rss {
	background-image: url(images/rss_symbol.png); 
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 30px;
	display: block;
	color: #606060;
	padding-top: 5px;
	float: right;
	text-decoration:underline;
}
a.rss:hover, a.rss:focus {
	text-decoration: none;
}

div.headline h2 {
	padding: 5px 0 5px 0;	
}

/* Ticker */
.ticker {
	/* clear: both; */
	position: relative; 
	float: left;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	padding: 0 0 5px 0;
	margin-bottom: 25px;
	overflow: hidden;
	width: 642px;
	height: 65px;
}
.ticker a {
	text-decoration: underline;
	color: #606060;
}
.ticker a:hover, .ticker a:focus {
	text-decoration: none;
}

div.slidercontent {
	clear: both;
	float: left;
	position: absolute;
	width: 622px;
	height: 700px;
}

.ticker div.slidercontent div.section {
	width: 622px;
	height: 64px;
	overflow: hidden;
}

.ticker div.slidercontent div.section div.left {
	float: left;
	width: 315px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	height: 50px;
}
.ticker div.slidercontent div.section div.right {
	float: left;
	width: 302px;
	padding-bottom: 5px;
	padding-top: 5px;
	height: 50px;
}

.ticker div.navi {
	padding-left: 622px;
	width: 20px;
	padding-top: 5px;
}
.ticker span {
	font-size: 10px;
}

.ticker div.navi div.up {
	background-image: url(images/navi_up.png); 
	background-repeat: no-repeat;
	background-position: right top;
	width: 20px;
	height: 30px;
	display: block;
	visibility: hidden;
}
.ticker div.navi div.down {
	background-image: url(images/navi_down.png); 
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 20px;
	height: 30px;
	display: block;
}
.ticker div.navi a {
	position: relative;
	display: block;
	width: 20px;
	height: 30px;
}

div.partner_box_row {
	clear: both;
	float: left;
	margin-bottom: 18px;
	width: 648px;
}
div.partner_box_row div.spacer{
	float: left;
	width: 19px;
}
div.partner_box_row1, div.partner_box_row2 {
	float: left;
	width: 313px;
}
div.partner_box_row1 {
	margin-right: 22px;
}

/* Parter Box Big bzw. Angebote*/
div.partner_box_big, div.partner_box_big2 {
	clear: both;
	height: 115px;
	width: 313px;
}
div.partner_box_big2 { height: 154px; }
div.partner_box_big div.left, div.partner_box_big2 div.left {
	width: 3px;
	height: 115px;
	background-image: url(images/partner_box_big_border_left.png); 
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
div.partner_box_big2 div.left { 
	height: 154px;
	background-image: url(images/partner_box_big2_border_left.png); 
}

div.partner_box_big div.content, div.partner_box_big2 div.content {
	width: 307px;
	height: 115px;
	background-image: url(images/partner_box_big_bg.png); 
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
}
div.partner_box_big2 div.content { 
	height: 154px;
	background-image: url(images/partner_box_big2_bg.png); 
}
div.partner_box_big div.right, div.partner_box_big2 div.right {
	width: 3px;
	height: 115px;
	background-image: url(images/partner_box_big_border_right.png); 
	background-repeat: no-repeat;
	background-position: left top;
	float: left;	
}
div.partner_box_big2 div.right { 
	height: 154px;
	background-image: url(images/partner_box_big2_border_right.png);
}

div.partner_box_big div.content div.content_logo, 
div.partner_box_big2 div.content div.content_logo {
	width: 105px;
	height: 115px;
	float: left;
}
div.partner_box_big2 div.content div.content_logo {
	height: 139px;
	width: 145px;	
	text-align: center;
	padding-top: 15px;
}

div.partner_box_big div.content div.content_logo a {
	width: 105px;
	height: 115px;
	display: block;	
}
/*
div.partner_box_big div.content div.content_logo a:hover,
div.partner_box_big div.content div.content_logo a:focus {
	text-decoration: none;	
}
*/

div.partner_box_big div.content div.content_right, 
div.partner_box_big2 div.content div.content_right {
	width: 202px;
	height: 115px;
	float: left;	
}
div.partner_box_big2 div.content div.content_right {
	width: 162px;
	height: 154px;
}

div.partner_box_big div.content div.content_logo div.quintessenz {
	background-image: url(images/partner_logos/partner_box_big_quintessenz.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 105px;
	height: 115px;
}
div.partner_box_big div.content div.content_logo div.wh {
	background-image: url(images/partner_logos/partner_box_big_wh.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 105px;
	height: 115px;
}

div.partner_box_big div.content div.content_right div.content_right_text,
div.partner_box_big2 div.content div.content_right div.content_right_text {
	height: 75px;
	padding-top: 15px;
	cursor: pointer;
	text-decoration: none;
	font-size: 12px;
	color: #606060;
}
div.partner_box_big2 div.content div.content_right div.content_right_text { 
	height: 110px; 
	font-size: 10px;
}

div.partner_box_big div.content div.content_right a {
	text-decoration: none;
}

div.partner_box_big div.content div.content_right div.content_right_link a { 
	text-decoration: underline;
}

div.partner_box_big div.content div.content_right div.content_right_link,
div.partner_box_big2 div.content div.content_right div.content_right_link {
	height: 25px;
}
div.partner_box_big2 div.content div.content_right div.content_right_link span {
	color: #e59918;
	font-weight: bold;
	padding-top: 2px;
	display: block;
}

div.partner_box_big div.content div.content_right div.content_right_link a,
div.partner_box_big2 div.content div.content_right div.content_right_link a,
div.right_box2_bottom a {
	vertical-align: middle;
	padding-top: 2px;
}
div.partner_box_big div.content div.content_right div.content_right_link a:hover,
div.partner_box_big div.content div.content_right div.content_right_link a:focus,
div.partner_box_big2 div.content div.content_right div.content_right_link a:hover,
div.partner_box_big2 div.content div.content_right div.content_right_link a:focus,
div.right_box2_bottom a:hover, div.right_box2_bottom a:focus {
	text-decoration: none;
}

div.partner_box_big div.content div.content_right div.content_right_link a.arrow,
div.partner_box_big2 div.content div.content_right div.content_right_link a.arrow,
div.right_box2_bottom a.arrow,
div.text_link_box div.link a.arrow,
div.paging a.next, div.paging a.prev,
#zahni_login div.register a.arrow,
#main_left_content div.twocolumns div.right div.news_item_first div.bottom div.right a.next,
#main_left_content div.twocolumns div.right div.news_item div.bottom div.right a.next,
div.partner_box_row div.new_item div.content div.link a.arrow {
	height: 25px;
	width: 23px;
	background-image: url(images/link_arrow_01.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 10px 0 0;
	display: block;
	float: left;
}
div.paging span.next, div.paging span.prev {
	width: 23px;
	height: 25px;
	padding: 0 10px 0 0;
	display: block;
	float: left;
	background-image: url(images/link_arrow_01_inactive.png);
	background-repeat: no-repeat;
	background-position: left top;
}
div.paging span.prev {
	background-image: url(images/link_arrow_01b_inactive.png);
}


div.partner_box_big2 div.content div.content_right div.content_right_link a.arrow,
div.text_link_box div.link a.arrow,
#zahni_login div.register a.arrow,
div.partner_box_row div.new_item div.content div.link a.arrow {
	float: right;
}
div.text_link_box div.link a.arrow {
	margin-top: 10px;
}
div.paging a.next, div.paging span.next {
	margin: 0 0 0 10px;
}

div.partner_box_row div.new_item div.content div.link a.arrow {
	margin: 5px 0 0 10px;
}

div.partner_box_row div.new_item div.content div.link a.arrow {
	padding: 0;
}
div.paging a.prev {
	background-image: url(images/link_arrow_01b.png);
	margin-right: 5px;

}

div.partner_box_big div.content div.content_right div.content_right_link em,
div.partner_box_big2 div.content div.content_right div.content_right_link em,
div.right_box2_bottom em {
	font-weight: bold;
}


/* Parter Box Little*/
div.partner_box_little h3 {
	font-size: 12px;
	padding: 0;
	margin: 0;
}

div.partner_box_little {
	height: 108px;
	width: 147px;
	float: left;
}
div.partner_box_little div.left {
	width: 3px;
	height: 108px;
	background-image: url(images/partner_box_little_border_left.png); 
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}

div.partner_box_little div.content {
	width: 141px;
	height: 108px;
	background-image: url(images/partner_box_little_bg.png); 
	background-repeat: repeat-x;
	background-position: left top;
	float: left;	
}

div.partner_box_little div.right {
	width: 3px;
	height: 108px;
	background-image: url(images/partner_box_little_border_right.png); 
	background-repeat: no-repeat;
	background-position: left top;
	float: left;	
}

div.partner_box_little div.content div.content_logo {
	width: 141px;
	height: 69px;
	
}
div.partner_box_little div.content div.content_logo a {
	width: 141px;
	height: 69px;
	display: block;	
}
div.partner_box_little div.content div.content_text {
	width: 129px;
	height: 17px;
	padding-left: 12px;
}

div.partner_box_little div.content div.content_logo div.nobel {
	background-image: url(images/partner_logos/partner_box_little_nobel.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 141px;
	height: 69px;
}

div.partner_box_little div.content div.content_logo div.bego {
	background-image: url(images/partner_logos/partner_box_little_bego.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 141px;
	height: 69px;
}
div.partner_box_little div.content div.content_logo div.dreve {
	background-image: url(images/partner_logos/partner_box_little_dreve.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 141px;
	height: 69px;
}
div.partner_box_little div.content div.content_logo div.biohorizons {
	background-image: url(images/partner_logos/partner_box_little_biohorizons.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 141px;
	height: 69px;
}
div.partner_box_little div.content div.content_logo div.ems {
	background-image: url(images/partner_logos/partner_box_little_ems.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 141px;
	height: 69px;
}
div.partner_box_little div.content div.content_logo div.shofu {
	background-image: url(images/partner_logos/partner_box_little_shofu.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 141px;
	height: 69px;
}
div.partner_box_little div.content div.content_logo div.ivoclar {
	background-image: url(images/partner_logos/partner_box_little_ivoclar.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 141px;
	height: 69px;
}
div.partner_box_little div.content div.content_logo div.acteon {
	background-image: url(images/partner_logos/partner_box_little_acteon.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 141px;
	height: 69px;
}


div.partner_box_little div.content div.content_right div.content_link {
	height: 22px;
}

div.partner_box_little div.content div.content_link a {
	padding-left: 4px;
}
div.partner_box_little div.content div.content_link a:hover,
div.partner_box_little div.content div.content_link a:focus {
	text-decoration: none;
}

div.partner_box_little div.content div.content_link a.arrow {
	height: 7px;
	width: 6px;
	background-image: url(images/link_arrow_02.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 5px 0 0 12px;
	display: block;
	float: left;	
}

div.partner_box_little div.content div.content_link em {
	font-weight: bold;
}


/* Footer */
#footer {
	padding: 40px 0 20px 0;
	clear: both;
	font-size: 11px;
	color: #a0a0a0;
}
div.spacer490 {
	clear: both;
	height: 490px;
}
div.spacer70 {
	clear: both;
	height: 70px;
}
div.spacer10 {
	clear: both;
	height: 10px;
}
div.spacer25 {
	clear: both;
	height: 25px;
}
#footer div.left {
	float: left;
}	
#footer div.right {
	float: right;
}		
#footer a {
	color: #a0a0a0;
	text-decoration: underline;
}
#footer a:hover, #footer a:focus {
	text-decoration: none;
}

#footer em {
	font-weight: bold;
}


/* Right Box */

div.right_box {
	clear: both;
	margin: 28px 0 0 22px;	
	float: left;
}
div.right_box_top, div.right_box2_top {
	float: left;
	height: 20px;
	width: 193px;
	background-image: url(images/right_box_top_bg.png); 
	background-repeat: no-repeat;
	background-position: left top;
	padding: 8px 0 0 15px;
	color: white;
	font-weight: bold;
}
div.right_box2_top {
	background-image: url(images/right_box2_top_bg.png); 
	color: #898989;
	
}

div.right_box div.right_box_content, div.right_box div.right_box2_content  {
	width: 208px;
	height: auto;
	background-image: url(images/right_box_content_bg.png); 
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
}
div.right_box div.right_box2_content  {
	background-image: url(images/right_box2_content_bg.png); 
}

div.right_box div.right_box_content div.item, div.right_box div.right_box2_content div.item {
	float: left;
	margin: 10px 0 5px 0;
}
div.right_box div.right_box2_content div.item {
	padding: 0 20px 0 15px;
	clear: both;	
	width: 170px;	
}
div.right_box div.right_box2_content div.item a {
	text-decoration: underline;
	color: #606060;
}
/*
div.right_box div.right_box2_content div.item a {
	text-decoration: underline;
}
*/
div.right_box div.right_box2_content div.item a:hover,
div.right_box div.right_box2_content div.item a:focus {
	text-decoration: none;
}

div.right_box div.right_box_content div.item div.image {
	float: left;
	width: 77px;
	padding-left: 5px;
	text-align: center;
}
div.right_box div.right_box_content div.item div.link {
	float: left;
	width: 106px;
	padding-right: 20px;
}
div.right_box div.right_box_content div.item div.link a {
	text-decoration: underline;
}
div.right_box div.right_box_content div.item div.link a:hover,
div.right_box div.right_box_content div.item div.link a:focus {
	text-decoration: none;
}


div.right_box div.right_box_content div.vorteil {
	width: 88px;
	height: 14px;
	background-image: url(images/vorteil_stern.png); 
	background-repeat: no-repeat;
	background-position: left top;
	padding: 7px 0 0 18px;
	color: #3a88b1;
	font-size: 11px;
	cursor: pointer;
	text-decoration: none;
}


div.right_box div.right_box_content div.line {
	clear: both;
	width: 198;
	height: 1px;
	font-size: 1px;
	border-bottom: solid #ebf1f4 1px;
	margin: 0 5px 0 5px;
}

div.right_box_bottom, div.right_box2_bottom {
	float: left;
	height: 27px;
	width: 208px;
	background-image: url(images/right_box_bottom_bg.png); 
	background-repeat: no-repeat;
	background-position: left top;
	padding: 5px 0 0 15px;	
}
div.right_box2_bottom {
	height: 32px;
	background-image: url(images/right_box2_bottom_bg.png); 
	background-repeat: no-repeat;
	padding-top: 8px;
}
div.right_box_bottom a {
	color: white;
	font-weight: bold;
}
div.right_box_bottom a:hover,
div.right_box_bottom a:focus {
	text-decoration: none;
}

div.right_box_bottom a.arrow {
	height: 7px;
	width: 6px;
	background-image: url(images/link_arrow_03.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 4px 7px 0 0;
	display: block;
	float: left;	
}

/* Partner Box Layer */
div.partner_box_layer {
	position: absolute;
	height: 260px;
	width: 352px;
	background-image: url(images/partner_box_layer_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: none;
	padding: 20px 25px 25px 30px;
	left: 330px;
	margin-top: -20px; 
}

div.partner_box_layer a.text {
	color: #606060;
	text-decoration: none;
}
div.partner_box_layer a.text:hover,
div.partner_box_layer a.text:focus,
div.partner_box_layer a:focus h3,
div.partner_box_layer a:hover h3,
div.partner_box_layer a:focus h2,
div.partner_box_layer a:hover h2 {
	text-decoration: underline;
}

div.partner_box_layer a h3,
div.partner_box_layer a h3,
div.partner_box_layer a h2,
div.partner_box_layer a h2 {
	text-decoration: none;
}

div.partner_box_layer a h2 {
	cursor: pointer;
}

div.partner_box_layer div.left {
	width: 85px;
	float: left;
	text-align: center;
}
div.partner_box_layer div.quintessenz,
div.partner_box_layer div.wh {
	background-image: url(images/partner_logos/partner_box_layer_quintessenz.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 85px;
	height: 109px;
}

div.partner_box_layer div.quintessenz a,
div.partner_box_layer div.wh a {
	display: block;
	width: 85px;
	height: 109px;
}


div.partner_box_layer div.right {
	/* width: 197px; */
	width: 208px;
	padding-left: 15px;
	float: left;
}

/* Info Box */
div.info_box {
	width: 650px;
	clear: both;
	padding: 9px 0 15px 0;
}
div.info_box_small {
	width: 313px;	
}

div.info_box a:hover,
div.info_box a:focus {
	text-decoration: none;
}


div.info_box p {margin-top: 0px;}
div.info_box div.top {
	height: 3px;
	width: 650px;
	background-image: url(images/info_box_border_top.png);
	background-repeat: no-repeat;
	background-position: left top;
}
div.info_box_small div.top {
	width: 313px ;
	background-image: url(images/info_box_small_border_top.png);
}

div.info_box div.content {
	border-left: #dadada 1px solid;
	border-right: #dadada 1px solid;
	width: 628px;
	height: auto;
	padding: 10px;
	float: left;
	/* cursor: pointer; */
	text-decoration: none;
	font-size: 12px;
	color: #606060;
}
div.info_box_small div.content {
	width: 291px;
	height: 60px;
}
div.info_box div.content div.image,
div.info_box div.content div.image_teaser {
	/* text-decoration: underline; */
	width: 75px;
	float: left;
}


div.info_box div.content div.image_teaser {
	width: 140px;

}

div.info_box div.content div.text,
div.info_box div.content div.text_teaser {
	padding-left: 10px;
	width: 543px;
	float: left;
	/* cursor: pointer; */
	text-decoration: none;
	font-size: 12px;
	color: #606060;
}

div.info_box div.content div.text a {
	font-size: 10px;
	text-decoration: none;
}

div.info_box div.content div.text a h3 {
	text-decoration: none;
}

div.info_box div.content div.text a:hover h3,
div.info_box div.content div.text a:focus h3,
div.info_box div.content div.text div.tags a {
	text-decoration: underline;
}

div.info_box div.content div.text_teaser {
	width: 140px;
	color: #efa425;
	font-weight: bold;
	font-size: 14px;
}

div.info_box div.content div.text_teaser a {
	color: #efa425;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
div.info_box div.content div.text_teaser a:hover h3,
div.info_box div.content div.text_teaser a:focus h3,
div.info_box div.content div.text_teaser a:hover,
div.info_box div.content div.text_teaser a:focus {
	text-decoration: underline;
}

div.info_box div.content div.text div.tags a:hover,
div.info_box div.content div.text div.tags a:focus {
	text-decoration: none;
}



div.info_box div.content div.text_teaser span a {
	color: #606060;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}


div.info_box div.content span {
	font-size: 10px;
	display: inline-block;
}
div.info_box_small div.content span {
	font-size: 12px;
	display: inline-block;
	color: #606060;
	font-weight: normal;
}
div.info_box_small div.content h3 {
	padding-bottom: 0;
}

div.info_box_small div.content a:focus,
div.info_box_small div.content a:hover {
	text-decoration: underline;
}

div.info_box div.content span strong {
	font-size: 10px;
	/* color: #e29514; */
}
div.info_box div.content span.price {
	font-size: 16px;
	font-weight: bold;
}

div.info_box div.content div.left,
div.info_box div.content div.left_small {
	float: left;
	width: 297px;
	padding-top: 15px;
}
div.info_box div.content div.left_small {
	width: 204px;
	padding-top: 0;
}


div.info_box div.content div.right,
div.info_box div.content div.right_big {
	float: left;
	width: 297px;
	margin-left: 25px;
	padding-top: 15px;
	cursor: auto;
}
div.info_box div.content div.right_big {
	width: 390px;
	padding-top: 0;
	margin-left: 21px;
}

div.info_box div.link {
	clear: both;
	border: #dadada 1px solid;
	border-bottom: none;
	width: 628px;
	height: auto;
	padding: 0px 10px 0px 10px;
	height: 27px;
}
div.info_box_small div.link {
	width: 291px;
}
div.info_box div.link a {
	text-decoration: underline;
}
div.info_box div.link a:hover,
div.info_box div.link a:focus {
	text-decoration: none;
}
div.info_box div.link div.link_link {
	float: left;
	padding-top: 5px;
}
div.info_box div.link div.link_button,
div.partner_box_row div.new_item div.content div.link div.link_button {
	float: right;
	margin-left: 10px;
}


div.info_box div.bottom {
	height: 3px;
	width: 650px;
	background-image: url(images/info_box_border_bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
}
div.info_box_small div.bottom {
	width: 313px;
	background-image: url(images/info_box_small_border_bottom.png);
}

/* Bild + Link Box */
div.image_link_box {
	width: 313px;
	border-bottom: #dadada 1px solid;
	clear: both;
	float: left;
	min-height: 135px;
}

div.image_link_box div.image {
	width: 156px;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
	float: left;
}
div.image_link_box div.link {
	padding-top: 25px;
	width: 157px;
	float: left;
}

div.partner_box_row1 h2, div.partner_box_row2 h2 {
	border-bottom: #dadada 1px solid;
	display: block;
	width: 313px;
	padding: 13px 0 13px 0;	
}

div.partner_box_layer h2 {
	border: none;
}

div.partner_box_layer a h3 {
	font-size: 14px;
	padding: 0;
	margin: 0;
	font-weight: bold;
	color: #efa425;
}

/* Text + Link Box */
div.text_link_box {
	width: 313px;
	border-bottom: #dadada 1px solid;
	clear: both;
	float: left;
	min-height: 67px;
}
div.text_link_box div.text {
	width: 144px;
	padding-top: 15px;
	padding-bottom: 15px;
	float: left;
}
div.text_link_box div.link {
	padding-top: 15px;
	width: 169px;
	float: left;
}


/* News -> Paging */
div.paging, div.paging_bottom {
	clear: both;
	float: left;
	width: 648px;
	height: 30px;
	padding: 5px 0 5px 0;
	border-bottom: #dadada 1px solid;
}

div.paging_bottom {
	border-top: #dadada 1px solid;
	border-bottom: none;
	padding-top: 10px;
	height: 25px;
}


div.paging div.left {
	float: left;
	width: 168px;
}

div.paging div.content, div.paging div.content_full {
	float: left;
	width: 350px;
}

div.paging div.right {
	float: left;
	width: 130px;
}

div.paging div.content_full {
	float: left;
	width: 480px;
}

div.paging div.content a, div.paging div.content_full a {
	float: left;
	display: block;
	padding: 0 2px 0 2px;
}

div.paging span {
	float: left;
	display: block;
	color: #e19413;
}
div.paging span.active {
	color: #606060;
	font-weight: bold;
}

/* News -> 2 Spalten */
div.twocolumns {
	clear: both;
	float: left;
	width: 648px;
}

div.twocolumns div.left {
	float: left;
	width: 168px;
}
div.twocolumns div.right {
	float: left;
	width: 480px;
}

div.twocolumns div.right div.news_item,
div.twocolumns div.right div.news_item_first {
	padding: 13px 0 15px 0;
	border-top: #dadada 1px solid;
	width: 480px;
	clear: both;
}
div.twocolumns div.right div.news_item_first {
	border: none
}


div.news_item a, div.news_item_first a {
	color: #606060;
}

div.news_item div.tags a, div.news_item_first div.tags a {
	color: #e19413;
}

div.news_item a:hover, div.news_item_first a:hover,
div.news_item a:focus, div.news_item_first a:focus {
	text-decoration: none;
}

div.twocolumns div.right div.news_item_first div.tags a,
div.twocolumns div.right div.news_itemt div.tags a,
div.twocolumns div.right div.news_item_first div.tags,
div.twocolumns div.right div.news_item div.tags {
	font-size: 10px;
}


div.twocolumns div.right div.news_item_first span,
div.twocolumns div.right div.news_item span {
	font-size: 10px;
}

div.twocolumns input, div.twocolumns select,
div.paging input, div.paging select {
	color: #606060;
	font-size: 11px;
	margin-bottom: 13px;
	width: 137px;
	padding: 3px;
}
div.twocolumns select,
div.paging select {
	width: 147px;
}

div.twocolumns input.submit {
	text-align: right;
	padding: 0;
	margin: 0;
	width: auto;
	padding-left: 111px;
}

/* Standard Seite */
h1.standard {	
	color: #626262;
	padding-left: 10px;
}


/* partners Login */
div.partners_login {
	clear: both;
	margin-left: 120px;
	height: 100px; 
}

div.partners_login div.box {
	clear: both;
	height: 164px;
	width: 407px;
}
div.partners_login div.box div.left {
	width: 3px;
	height: 164px;
	background-image: url(images/partners_login_box_border_left.png); 
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
div.partners_login div.box div.content {
	width: 401px;
	height: 164px;
	background-image: url(images/partners_login_box_bg.png); 
	background-repeat: repeat-x;
	background-position: left top;
	float: left;	
}

div.partners_login div.box div.content div.content_left {
	width: 95px;
	float: left;
}
div.partners_login div.box div.content div.content_main {
	width: 185px;
	float: left;
}
div.partners_login div.box div.content div.content_main a {
	text-align: right;
	display: block;
	font-size: 10px;
}
div.partners_login div.box div.content div.content_main a:hover,
div.partners_login div.box div.content div.content_main a:focus {
	text-decoration: none;	
}


div.partners_login div.box div.content div.content_main input {
	height: 13px;
	color: #606060;
	width: 175px;
	padding: 1px 3px 1px 3px;
	font-size: 11px;
}
div.partners_login div.box div.content div.content_right {
	width: 101px;
	float: left;
	padding-left: 20px;
}
div.partners_login div.box div.row {
	height: 20px;
	padding-top: 13px;
}
div.partners_login div.box div.label {
	text-align: right;
	padding-right: 17px;
	padding-top: 17px;
	height: 16px;
}

div.partners_login div.box div.error {
	color: #c1021d;
	font-weight: bold;
	height: 16px;
	padding-top: 17px;
}

div.partners_login div.box div.right {
	width: 3px;
	height: 164px;
	background-image: url(images/partners_login_box_border_right.png); 
	background-repeat: no-repeat;
	background-position: left top;
	float: left;	
}


/* Zahni Login Box -> rechts */
div.zahni_login_box {
	clear: both;
	width: 175px;
	height: 72px;
	background-image: url(images/zahni_login_box_bg.png); 
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin: 0 0 9px 23px;
	padding: 0 15px 0 15px;
}
div.zahni_login_box div.row {
	height: 19px;
	color: white;
	padding-top: 2px;
	width: 175px;
	float: left;
}

div.zahni_login_box div.error {
	height: 16px;
	padding-top: 5px;
}
div.zahni_login_box div.error span {
	color: #c1021d;
	font-weight: bold;
	font-size: 11px;
	display: block;
	float: left;
	padding-top: 1px;
}

div.zahni_login_box div.row input {
	color: #c2c2c2;
	padding: 1px 3px 1px 3px;
	font-size: 11px;
	height: 13px;
	width: 169px;	
}
div.zahni_login_box div.row input.email {
	width: 95px;
	float: left;
}
div.zahni_login_box div.row input.pass {
	width: 56px;
	margin-left: 4px;
	float: left;
}
div.zahni_login_box div.row a.arrow {
	height: 11px;
	width: 6px;
	background-image: url(images/link_arrow_04.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0 6px 0 0;
	display: block;
	float: right;
}
div.zahni_login_box div.row a {
	display: block;
	float: right;
	color: white;
	text-decoration: none;
}
div.zahni_login_box div.row a:hover,
div.zahni_login_box div.row a:focus {
	text-decoration: underline;
}

/* Login Layer */
#overlay {
	display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);  
}

#zahni_login {
    display: none;
    position: fixed;
    top: 25%;
    left: 25%;
    width: 407px;
    height: 305px;    
    background-image: url(images/zahni_login_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
    z-index:1002;
    overflow: auto;
}

#zahni_login div.back_link a {
	color: white;
}
#zahni_login div.back_link a.arrow {
	height: 12px;
	width: 6px;
	background-image: url(images/link_arrow_05.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0 10px 0 0;
	display: block;
	float: left;
}

#zahni_login div.text {
	margin: 25px 0 0 97px;
	width: 285px;	
}

#zahni_login div.content {
	width: 382px;
	float: left;
}
#zahni_login div.content div.content_left {
	width: 97px;
	float: left;
}
#zahni_login div.content div.content_main {
	width: 185px;
	float: left;
}
#zahni_login div.content div.content_right {
	width: 80px;
	padding-left: 20px;
	float: left;
}

#zahni_login div.content div.row {
	height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#zahni_login div.content div.label {
	text-align: right;
	padding-right: 15px;
	padding-top: 2px;
}

#zahni_login div.content div.error {
	color: #c1021d;
	font-weight: bold;
}
#zahni_login div.content div.content_main a {
	font-size: 10px;
	text-align: right;
	display: block;
}
#zahni_login div.content div.content_main a:hover,
#zahni_login div.content div.content_main a:focus {
	text-decoration: none;
}


#zahni_login div.content div.content_main input {
	height: 13px;
	color: #606060;
	width: 175px;
	padding: 1px 3px 1px 3px;
	font-size: 11px;
}
#zahni_login div.register {
	clear: both;
	margin-left: 97px;
	padding-top: 30px;
	font-weight: bold;
	color: #e19413;
	width: 238px;
}
#zahni_login div.register a.arrow {
	margin-top: 9px;
}

/* Shop */


div.info_box div.vorteil_button,
div.partner_box_row div.new_item div.content div.link div.vorteil_button {
	clear: both;
	float: left;
	height: 26px;
	width: auto;	
}

div.info_box div.vorteil_button div.left,
div.partner_box_row div.new_item div.content div.link div.vorteil_button div.left {
	float: left;
	width: 18px;
	height: 26px;
	background-image: url(images/vorteil_btn_left.png); 
	background-repeat: no-repeat;
	background-position: left top;	
}
div.info_box div.vorteil_button div.btn_content,
div.partner_box_row div.new_item div.content div.link div.vorteil_button div.btn_content {
	height: 20px;
	width: auto;
	background-image: url(images/vorteil_btn_bg.png); 
	background-repeat: repeat-x;
	background-position: left bottom;
	float: left;
	padding: 6px 6px 0 6px;
	margin: 0;
}
div.info_box div.vorteil_button div.btn_content a,
div.partner_box_row div.new_item div.content div.link div.vorteil_button div.btn_content a {
	color: #3a88b1;
	font-weight: normal;
	text-decoration: none;
}
div.info_box div.vorteil_button div.btn_content a:hover,
div.info_box div.vorteil_button div.btn_content a:focus, 
div.partner_box_row div.new_item div.content div.link div.vorteil_button div.btn_content a:hover,
div.partner_box_row div.new_item div.content div.link div.vorteil_button div.btn_content a:focus {
	text-decoration: underline;
}
div.info_box div.vorteil_button div.right,
div.partner_box_row div.new_item div.content div.link div.vorteil_button div.right {
	width: 2px;
	height: 26px;
	float: left;
	background-image: url(images/vorteil_btn_right.png); 
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0;
	padding: 0;
}


div.info_box div.add_button {
	clear: both;
	float: left;
	height: 21px;
	width: auto;
}
div.info_box div.add_button div.left {
	float: left;
	width: 21px;
	height: 21px;
	background-image: url(images/add_btn_left.png); 
	background-repeat: no-repeat;
	background-position: left top;	
}
div.info_box div.add_button div.btn_content {
	height: 19px;
	width: auto;
	background-image: url(images/add_btn_bg.png); 
	background-repeat: repeat-x;
	background-position: left bottom;
	float: left;
	padding: 2px 5px 0 2px;
	margin: 0;
}
div.info_box div.add_button div.btn_content a {
	color: white;
	text-decoration: none;
}
div.info_box div.add_button div.btn_content a:hover,
div.info_box div.add_button div.btn_content a:focus {
	text-decoration: underline;
}
div.info_box div.add_button div.right {
	width: 2px;
	height: 21px;
	float: left;
	background-image: url(images/add_btn_right.png); 
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0;
	padding: 0;
}

#main_left_content div.quintessenz_shop_teaser {
	width: 129px;
	height: 115px;
	background-image: url("images/quintessenz_shop_teaser.jpg");
	background-repeat: no-repeat;
	background-position: top;
	position: absolute;
	top: -2px;
	left: 15px;
}

#main_left_content div.quintessenz_shop_teaser a {
	display: block;
	width: 129px;
	height: 115px;
	font-size: 0px;
}


#main_left_content div.quintessenz_issues_teaser {
	width: 89px;
	height: 119px;
	background-image: url("images/quintessenz_issues_teaser.png");
	background-repeat: no-repeat;
	background-position: top;
	position: absolute;
	top: -2px;
	left: 10px;
}
#main_left_content div.quintessenz_issues_teaser a {
	display: block;
	width: 89px;
	height: 119px;
	font-size: 0px;
}


div.info_box div.standard_button {
	clear: both;
	float: left;
	height: 21px;
	width: auto;
}
div.info_box div.standard_button div.left {
	float: left;
	width: 21px;
	height: 21px;
	background-image: url(images/standard_btn_left.png); 
	background-repeat: no-repeat;
	background-position: left top;	
}
div.info_box div.standard_button div.btn_content {
	height: 20px;
	width: auto;
	background-image: url(images/add_btn_bg.png); 
	background-repeat: repeat-x;
	background-position: left bottom;
	float: left;
	padding: 1px 5px 0 2px;
	margin: 0;
}
div.info_box div.standard_button div.btn_content a {
	color: white;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}
div.info_box div.standard_button div.btn_content a:hover,
div.info_box div.standard_button div.btn_content a:focus {
	text-decoration: underline;
}
div.info_box div.standard_button div.right {
	width: 2px;
	height: 21px;
	float: left;
	background-image: url(images/add_btn_right.png); 
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0;
	padding: 0;
}


div.no_margin {
	margin: 0;
}

#main_left_content strong.blue {
	color: #3a88b1;
	font-size: 14px;
	font-weight: bold;	
}

#main_left_content div.twocolumns div.left div.content {
	width: 158px;
	font-weight: bold;
} 
#main_left_content div.twocolumns div.left div.content div {
	margin-bottom: 5px;
}

#main_left_content div.twocolumns div.left div.content div.subMenu a,
#main_left_content div.twocolumns div.left div.content div.subMenu span {
	width: 25px;
	display: block;
	float: left;
	margin-bottom: 5px;
}

#main_left_content div.twocolumns div.left div.content a {
	text-decoration: none;
}
#main_left_content div.twocolumns div.left div.content a:hover,
#main_left_content div.twocolumns div.left div.content a:focus {
	text-decoration: underline;
}

#main_left_content div.twocolumns div.right div.news_item_first div.title ,
#main_left_content div.twocolumns div.right div.news_item div.title {
	margin-top: 5px;
}

#main_left_content div.twocolumns div.right div.news_item_first div.title a,
#main_left_content div.twocolumns div.right div.news_item div.title a {
	font-weight: bold;
	color: #606060;	
	text-decoration: underline;
}
#main_left_content div.twocolumns div.right div.news_item_first div.title a:hover,
#main_left_content div.twocolumns div.right div.news_item div.title a:hover,
#main_left_content div.twocolumns div.right div.news_item_first div.title a:focus,
#main_left_content div.twocolumns div.right div.news_item div.title a:focus {
	font-weight: bold;
	color: #e19413;
	text-decoration: underline;
}

#main_left_content div.twocolumns div.right div.news_item_first div.bottom,
#main_left_content div.twocolumns div.right div.news_item div.bottom {
	float: left;
	width: 480px;
	height: 35px;
	height: 25px;
	margin-top: 5px;
}

#main_left_content div.twocolumns div.right div.news_item_first strong,
#main_left_content div.twocolumns div.right div.news_item strong {
	color: #626262;
	font-weight: bold;
	font-size: 12px;
}

#main_left_content div.twocolumns div.right div.news_item_first div.bottom div.left,
#main_left_content div.twocolumns div.right div.news_item div.bottom div.left {
	float: left;
	width: 217px;
}
#main_left_content div.twocolumns div.right div.news_item_first div.bottom div.middle,
#main_left_content div.twocolumns div.right div.news_item div.bottom div.middle {
	float: left;
	width: 240px;
	font-weight: bold;
}

#main_left_content div.twocolumns div.right div.news_item_first div.bottom div.right,
#main_left_content div.twocolumns div.right div.news_item div.bottom div.right {
	float: left;
	width: 23px;
}

div.partner_box_row div.new_item {
	clear: both;
	float: left;
	border-top: 1px solid #dadada;
	padding: 20px 0 20px 0;
	height: auto;
}

div.partner_box_row div.new_item div.image {
	float: left;
	width: 80px;
}

div.partner_box_row div.new_item div.content {
	float: left;
	width: 233px;
}

div.partner_box_row div.new_item div.content a {
	font-weight: bold;
	color: #606060;
	text-decoration: none;
}

div.partner_box_row div.new_item div.content a:hover,
div.partner_box_row div.new_item div.content a:focus {
	font-weight: bold;
	color: #e19413;
	text-decoration: underline;
}

div.partner_box_row div.new_item div.content span {
	color: #3a88b1;
	font-size: 11px;
	font-weight: bold;
}

div.partner_box_row div.content div.tags span {
	font-size: 10px;
	display: inline-block;
	color: #606060;
}

div.partner_box_row div.new_item div.content div.link {
	clear: both;
	float: left;
	margin-top: 10px;
	width: 233px;
}

div.partner_box_row div.new_item div.content div.tags {
	line-height: 12px; 
}
div.partner_box_row div.new_item div.content div.tags a {
	font-size: 10px;
	text-decoration: underline;
	color: #e19413;
}
div.partner_box_row div.new_item div.content div.tags a:hover,
div.partner_box_row div.new_item div.content div.tags a:focus {
	text-decoration: none;
}

div.partner_box_row div.new_item div.content div.link span {
	display: block;
	float: left;
	color: #e19413;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
}

div.partner_box_row div.no_border_top {
	border: none;
}

div.paging div.content_full input {
	float: right;	
}
div.paging div.content_full input.submit {
	float: right;
	padding: 0 0 0 20px;
	width: 37px;
	height: 22px;
}


/* Autocomplete */
.ac_input {
	width: 450px;
}
.ac_results, .ac_results_autoren {
	width: 450px;
	background: #eee;
	cursor: pointer;
	position: absolute;
	left: 0;
	font-size: 90%;
	z-index: 101;
}

.ac_results_autoren {
	width: 200px;
}

.ac_results ul, .ac_results_autoren ul {
	width: 450px;
	list-style: none;
	padding: 0px;
	margin: 0px;
	border: 1px solid #000;
}

.ac_results_autoren ul {
	width: 200px;
}

.ac_results li, .ac_results_autoren li {
	width: 440px;
	padding: 2px 5px;
}
.ac_results_autoren li {
	width: 190px;
}

.ac_results a, .ac_results_autoren a {
	width: 100%;
	color: #606060;
	font-weight: bold;
}

.ac_results a:hover, .ac_results a:focus,
.ac_results_autoren a:hover, .ac_results_autoren a:focus {
	text-decoration: none;
	color: #e19413;
}

.ac_results div.tags a, .ac_results_autoren div.tags a {
	color: #e19413;
	font-weight: normal;
}


/* thanks udoline: this fixed position error into msie */
.ac_results iframe, .ac_results_autoren iframe {
	width: 440px;
	position: absolute;
}
.ac_results_autoren iframe {
	width: 190px;
}

.ac_loading {
	background : url('images/indicator.gif') right center no-repeat;
}
.over {
	background: yellow;
}


