@charset "utf-8";

html,body {
	margin: 0;
	padding: 0;
	} 

body {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 75%;
	color: #5A5A5A;
	background: #fff url(bg_body.gif) center top repeat-x;
	}


p {
	margin: 0;
	padding: 0.2em 0 0.5em 0;
	}

a {
	color: #ED1404;
	text-decoration:none;
	}

a:hover {
	text-decoration: underline;
	}
	
a.more {
    /*
	padding-right: 16px;
	background: url(more.gif) center right no-repeat;
    */
	font-weight:bold;
	}

img {
	border: none;
	display: block;
	}

img.art_img {
	margin-bottom: 8px;
	}	
	
img.border_top {
	border-top: 7px solid #ED1404;
	padding: 1px 0 0 0 ;
	}	

hr {
	height: 0px;
	border-bottom: 1px solid #ECEBE9;
	border-top: none;
	border-right: none;
	border-left: none;
	background-color: #ECEBE9;
	margin: 20px 0 26px 0;
	}

form hr, .fieldset_wrap hr, hr.dark, .formfake hr {
	height: 0px;
	border-bottom: 1px solid #DED7C4;
	border-top: none;
	border-right: none;
	border-left: none;
	background-color: #DED7C4;
	margin: 16px 0 16px 0;
	}
	
fieldset hr {
	margin-bottom: 0;
	}	
	
legend, label {
	display: none;
	margin: 0;
	padding: 0;
	}
	
.showlabel label{
	display: block;
	padding: 3px 0 0 0;
	font-size: 1em;
	}

label.inlinelabel {
    display: inline;
}

.searchform label {
	display: block;
	padding: 3px 0 3px 7px;
	}	

ul {
	list-style-type: square;
	}
	
.error {
	color: #ec1403;
	}	
	
#error {
	background: url(caution.gif) left 20px no-repeat;
	padding: 20px 0 20px 30px;
	margin: 10px 0 10px 0;
	color: #ec1403;
	border-top: 1px solid #ec1403;
	border-bottom: 1px solid #ec1403;
	}	
	
ul.error {
	margin: 0;
	padding: 0;
	list-style-type: none;	
	}

ul.error li {
	padding: 2px 0 2px 10px;
	font-size: 1em;
	background: url(bul_square_red.gif) left .8em no-repeat;
	}
	
ul.error li span {
	font-weight: bold;
	}	
	

form, fieldset {
	border:0;
	margin:0;
	background-color: #F2EFE8;
	}		
	
.formfake {
	background-color: #F2EFE8;
}
	
	
form.white {
	background-color: #FFFFFF;
	}

fieldset, .fieldset_wrap {
	background-color: #F2EFE8;
	padding:16px 16px 0 16px;
	}

input {
	font-size: 1em;
	}
	
form span {
	font-size: 1em;
	}	

form .no_input span {
	
	}

form .no_input {
	font-size: 1em;
	}

.no_input ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

.no_input ul li {
	padding: 2px 0 2px 10px;
	font-size: 1em;
	background: url(bul_square_grey.gif) left .8em no-repeat;
	}
	
.no_input ul li span {
	font-weight: bold;
	}	

input.tx {
	border-top: 1px solid #ACACAC;
	border-right: 1px solid #A09D95;
	border-bottom: 1px solid #ACACAC;
	border-left: 1px solid #A09D95;
	padding: 1px 2px 1px 4px;
	color: #666;
	width: 238px;
	}
	
input.tx.error {
	border: 1px solid #ec1403;
	}	
		
	
input.short {
	width: 100px;
	}
input.number {
	width: 23px;
	height: 16px;
	text-align: center;
	padding: 3px 0 0 0;
	}		

input.disabled {
    background-color: #d4d0c8;
}

select {
	width: 100px;
	color: #666;
	font-size: 1em;
	border-top: 1px solid #ACACAC;
	border-right: 1px solid #A09D95;
	border-bottom: 1px solid #ACACAC;
	border-left: 1px solid #A09D95;
	}	
	
textarea {
	border-top: 1px solid #ACACAC;
	border-right: 1px solid #A09D95;
	border-bottom: 1px solid #ACACAC;
	border-left: 1px solid #A09D95;
	color: #666;
	width: 493px;
	padding: 1px 2px 1px 4px;
	overflow:auto;
	}	
	
input#suche {
	width: 117px;
    height: 13px;
	border-right: none;
	}	

#nav_search input.submit {
	background: none;
	border: none;
	cursor:pointer;
	width: 19px;
	height: 19px;
	background: url(more_big.gif) top left no-repeat;
	}

#nav_search input.tx {
	padding: 2px 2px 2px 4px;
	}
    
#nav_search .searchform label {
	padding: 0 0 3px 7px;
	}    
    
#nav_konto{
    padding: 10px 0 10px 14px;
}    

#s_left {
	float: left;
	width: 124px;
	}
#s_right {
	float: left;
	width: 20px;
	}
* html #s_right {
	padding-top: 1px;
	}	
* + html #s_right {
	padding-top: 1px;
	}		
* html input#suche {
	padding-bottom: 1px;
	}
* + html input#suche {
	padding-bottom: 1px;
	}		

.searchform fieldset, .searchform  {
	padding: 0;
	background-color: transparent;
	}	

.select_wrap {
	height: 20px;
	}
* html .select_wrap {
	height: 22px;
	}
* + html .select_wrap {
	height: 22px;
	}


	
.form_left {
	float: left;
	width: 255px;
	}	
.form_right {
	float: left;
	width: 245px;
	}		
	
.left {
	float: left;
	}	
.right {
	float: left;
	}	
	
.spendenkorbflash .left {	
	width: 230px;
	padding-right: 13px;
	}	
.spendenkorbflash .right {	
	width: 250px;
	}	
	
	

#steps {
	float: right;
	}
	
#steps span {
	padding: 0 5px 0 5px;
	border: 1px solid #ABABAB;
	color: #ABABAB;
	background-color: #fff;
	font-size: 0.85em;
	display: block;
	float: left;
	margin: 0 0 0 6px;
	}	
#steps span.act {
	color: #fff;
	background-color: #ED1404;
	}

a#search_ext {	
	text-decoration: underline;
	color: #5A5A5A;
	padding: 4px 0 0 7px;
	display: block;
	}
a#search_ext:hover {		
	text-decoration: none;
	}

.underline {
	text-decoration: underline;
	}

.helper {
	display: none;
	}

h1 {	
	font-size: 2.1em;
	line-height:1em;
	font-weight: normal;
	margin: 0 0 0 -9px;
	padding: 0 0 18px 0;
	color: #ED1404;
	}

h2 {	
	font-size: 1.5em;
	line-height:1em;
	font-weight: normal;
	margin: 0;
	padding: 0 0 12px 0;
	color: #ED1404;
	}
	
h3 {	
	font-size: 1.1em;
	margin: 0;
	padding: 6px 0 8px 0;
	color: #ED1404;
	}	

h4,h5,h6 {
	font-size: 1em;
	margin: 0;
	padding: 6px 0 6px 0;
	color: #ED1404;
	}


form h3, form h4, .fieldset_wrap h4 {
	padding-top: 0;
	color: #5a5a5a;
	}
	
.cat_desc_right h3 {
	padding: 6px 0 6px 0;
	}	
	
#sachmittel h2 {
	padding: 0 0 9px 0;
	height: auto !important;
	}	

#outer {
	margin: 0 auto;
	padding-left: 60px;
	width: 888px;
	}

#main {
	background: url(main_shadow_right.gif) top right no-repeat;
	line-height:1.4em;
	}

#footer {
	border-top: 1px solid #ED1504;
	padding: 5px 0 10px 43px;
	margin: 0 9px 0 9px;
	color: #ACACAC;
	font-size:1em;
	}
	
#footer ul {	
	list-style-type: none;
	display: inline;
	padding-right: 9px;
	}	
#footer li {
	display: inline;
	border-right: 1px solid #ACACAC;
	}	
#footer li a {
	color: #ACACAC;
	padding: 0 9px 0 9px;
	}	
	

#nav_wrap_left {
	background: url(nav_shadow_left.gif) top left no-repeat;
	padding-left: 3px;
	}

#nav {	
	width: 163px;
	margin: 135px 0 0 -78px;
	background: url(nav_shadow_right.gif) right 63px no-repeat;
	position: absolute;
	font-size: 1em;
	}
	
#nav_search {
	margin: 0 5px 0 0;
	padding: 10px 5px 10px 5px;
	background-color: #E6E0D1;
	}	
	
#nav_bottom {
	background: url(nav_bottom.gif) bottom left no-repeat;
	height: 9px;
	}	

#head {
	height: 223px;
	}

#head_wrap_left {
	background: url(head_shadow_left.gif) top left no-repeat;
	}	
#head_wrap_right {
	background: url(head_shadow_right.gif) top right no-repeat;
	}		


#head_nav {
	padding: 198px 0 0 52px;
	font-size: 1em;
	}
* html #head_nav {
	padding-left: 92px;
	}
* + html #head_nav {
	padding-left: 92px;
	}	

#head_nav ul {
	margin: 0;
	float: left;
	}
#head_nav li {
	display: inline;
	}	
#head_nav li.last a {
	background: none !important;
	}	
#head_nav li a {
	display: block;
	float: left;
	color: #5A5A5A;
	padding: 6px 9px 0 9px;
	height: 19px;
	background: url(bg_head_nav_pass.gif) center right no-repeat;
	}	
	
#head_nav li.act, #head_nav li.act a {
	font-weight: bold;
	background: url(bg_head_nav.gif) center right no-repeat;
	}	
	
#head_nav li a:hover {
	text-decoration: none;
	background: url(bg_head_nav.gif) center right no-repeat;
	}	

#head_nav li.last a:hover {
	text-decoration: none;
	background: url(bg_head_nav_wt_border.gif) center right no-repeat !important;
	}	

#head_nav li.google_plus{
    float:left; 
    padding: 3px 9px 0;
}

#head_nav li.fb_like{
    float:left; 
    padding: 3px 9px 0; 
    width: 80px;
    overflow: hidden;
    background: url(bg_head_nav_pass.gif) center right no-repeat;
}	
	
#font_changer {
	display: block;
	float: right;
	text-align: right;
	padding-right: 40px;
	padding-top: 6px;
	}	

#font_changer a:hover {
	text-decoration: none;
	}
	
a.plus {
	background: url(plus.gif) center left no-repeat;
	padding-left: 13px;
	}	
a.minus {
	padding-left: 13px;
	background: url(minus.gif) center left no-repeat;
	}		
	
#nav img {
	display: block;
	}	
	
#nav ul {
	margin: 0;
	padding: 0 5px 0 0;
	list-style-type:none;
	}
	
#nav ul ul {
	background-color: #F8F7F2;
	padding: 0;
	}	
	
#nav li {
	background: #fff url(li_separator.gif) 4px top no-repeat;
	}
	
#nav li.first {
	background: #fff none;
	}	
	
#nav li a {
	color: #5A5A5A;
	display: block;
	padding: 6px 0 6px 12px;
	width: 143px;
	background: url(bul_pas.gif) top left no-repeat;
	}
	
#nav li a:hover {	
	text-decoration: none;
	background: #EEEADF url(bul_act.gif) top left no-repeat;
	}
	
#nav li.act a, #nav li.cur a {
	background: #EEEADF url(bul_act.gif) top left no-repeat;
	font-weight:bold;
	}	

#nav li.cur li, #nav li.act li {
	background: url(li_separator.gif) 4px bottom no-repeat;
	}	
	
#nav li.cur li a, #nav li.act li a, #nav li.cur li a:hover, #nav li.act li a:hover {
	background: none;
	font-weight:normal;
	}	

#nav li.cur li.act a, #nav li.cur li.cur a, #nav li.cur li.act a:hover, #nav li.cur li.cur a:hover {
	font-weight:bold;
	}		
	
	
#nav li.cur li.act li a, #nav li.cur li.cur li a, #nav li.cur li.act li a:hover, #nav li.cur li.cur li a:hover {
	font-weight: normal;
	padding: 6px 0 6px 18px;
	width: 137px;
	}	

#nav li.cur li.cur li.act a, #nav li.cur li.cur li.act a:hover {
	font-weight:bold;
	}		

#nav li a.nav_kids{
    padding: 4px 0 4px 12px;
}	
	
#cont_wrapper {
	padding: 12px 0 20px 100px;
	
	}	
	
#bumper {
	height: 7px;
	line-height: 0;
	font-size: 0;
	background: url(bumper.gif) top right no-repeat;
	}	
	
#content {
	border-right: 1px solid #DED7C3;
	float: left;
	width: 533px;
	padding: 0 17px 0 0;
	}

#content_iframe {	
	float: left;
	width: 740px;
	padding: 0 17px 0 0;
	}
	
#right {
	width: 193px;
	floaT: left;
	padding: 0px 17px 0 17px;
	}
	
#site_opts {
	text-align: justify;
	border-top: 1px solid #ED1504;
	margin-top: 40px;
	padding-top: 5px;
	font-size: 1em;
	}	
	
#site_opts a {
	margin-right: 1em;
	}	
#site_opts a.last {
	margin-right: 0px;
	}		
	
#site_opts_top {
border-bottom: 1px solid #ED1504; 
font-size: 0.95em; 
margin-bottom: 20px; 
padding-bottom: 5px; 
text-align: justify;
}	

#site_opts_top a {
	margin-right: 1em;
	}	
#site_opts_top a.last {
	margin-right: 0px;
	}
	
.teaser {
	border-bottom: 1px solid #DED7C3;
	padding: 0 0 10px 0;
	margin-bottom: 20px;
	}	
	
	
.teaser_body {
	padding: 10px 0 0 0;
	font-size: 1em;
	line-height: normal;
	}	

.teaser_body p {
	padding-top: 0;
	}	


#dzi {
	text-align: center;
	}	
#dzi img {
	display: inline;
	}

#dzi a {	
	width: 59px;
    height: 90px;
    display: block;
    margin: 0 auto;
    background: url(dzi_grey.gif) no-repeat;
}

#dzi a:hover {	
    background: url(dzi_color.gif);
}		

.cat_img_left {
	float: left;
	width: 125px;
	}

.cat_desc_right	{	
	float: left;
	width: 400px;
	}

.cat_desc_right.full {
	width: 100%;
	float: none !important;
	}		
	
	
.project_img_left {
	float: left;
	width: 258px;
	}

.project_desc_right	{	
	float: left;
	width: 274px;
	}

.project_desc_right.full {
	width: 100%;
	float: none !important;
	}			
	
	
.contact_left {
	float: left;
	width: 280px;
	padding: 20px 20px 0 0;
	}

.contact_right	{	
	float: left;
	width: 186px;
	}	
	

.caption {
	color: #acacac;
	padding: 2px 20px 0px 20px;
	}	
	
	
.cat_category {
	padding: 20px 0 20px 0;
	border-bottom: 1px solid #ded7c3;
	}	
	
.project_category {
	padding: 30px 0 30px 0;
	border-bottom: 1px solid #ded7c3;
	}	
	
.cat_category h3, .cat_category p, .project_category h3, .project_category p {
	padding-top: 0px;
	}

.no_border	{
	border: none !important;
	}
	
	
.button_holder {
	padding: 10px 12px 10px 0;
	text-align:right;
	}	

button {
	background: none;
	border: none;
	height: 33px; 
	cursor: pointer;
	}
	
button span, a span {
	display: none;
	}	

button.btn_weiter {	
	width: 79px;
	background: url(btn_weiter.gif) top left no-repeat;	
	}
button.btn_order {
	width: 145px;
	background: url(bestellung.png) top left no-repeat;
	}
button.btn_send {
	width: 79px;
	background: url(btn_send.gif) top left no-repeat;
	}
button.btn_login {	
	width: 79px;
	background: url(btn_login.gif) top left no-repeat;	
	}	
button.btn_back {	
	width: 122px;
	background: url(btn_back_new.gif) top left no-repeat;	
	}
button.btn_abo {
	width: 122px;
	background: url(btn_abo.gif) top left no-repeat;
	}
button.btn_donate {	
	width: 122px;
	background: url(btn_donate.gif) top left no-repeat;	
	}
button.btn_senddata {
	width: 122px;
	background: url(btn_senddata.gif) top left no-repeat;
	}
button.btn_donate_more {	
	width: 177px;
	background: url(btn_donate_more.gif) top left no-repeat;	
	}
button.btn_startsearch {
	width: 122px;
	background: url(btn_startsearch.gif) top left no-repeat;
	}

a.btn_donate_more {
	display: block;
	width: 177px;
	height: 33px;
	background: url(btn_donate_more.gif) top left no-repeat;	
	float: right;
	}
    
a.btn_order_more {
	display: block;
	width: 177px;
	height: 33px;
	background: url(btn_order_more.gif) top left no-repeat;
	float: right;
	}
a.btn_order {
    display: block;
	width: 107px;
    height: 33px;
	background: url(btn_order.gif) top left no-repeat;
    float: right;
	}
a.btn_help {
	display: block;
	width: 113px;
	height: 23px;
	background: url(btn_help.gif) top left no-repeat;	
	float: right;
	}	

a.btn_herzen_start {
	display: block;
	width: 374px;
	height: 27px;
	background: url(btn_herzen_start.gif) top left no-repeat;	
	}
a.btn_herzen_blank {
	display: block;
	width: 374px;
	height: 27px;
	background: url(btn_herzen_blank.gif) top left no-repeat;
    text-decoration: none;
	}
a.btn_herzen_blank_short {
	display: block;
	width: 237px;
	height: 27px;
	background: url(btn_herzen_blank_short.gif) top left no-repeat;
    text-decoration: none;
	}
    
a.btn_herzen_blank:hover, a.btn_herzen_blank_short:hover {
    text-decoration: none;
    }
a.btn_herzen_blank span, a.btn_herzen_blank_short span {
    display: block;
    color: #fff;
    padding: 5px 0 0 24px;
    }

a.btn_zur_spendenreise {
	display: block;
	width: 171px;
	height: 26px;
	background: url(btn_zur_spendenreise.gif) top left no-repeat;
    text-decoration: none;
	}
	
input.added {
	color: #ec1403;
	border: 1px solid #ec1403;
	}
	

    
button.btn_addtocart {
	width: 23px;
	height: 24px;
	background: url(btn_addtocart.gif) left 3px no-repeat;	
	margin-left: 2px;
	}
button.btn_addtocart.added, button.btn_addtocart:hover {
	background: url(btn_addtocart_added.gif) left 3px no-repeat;	
	}
button.btn_addtocart_mediadb {
	width: 23px;
	height: 24px;
	background: url(btn_addtocart.gif) left 3px no-repeat;
	margin-left: 2px;
	}
button.btn_addtocart_mediadb.added, button.btn_addtocart_mediadb:hover {
	background: url(btn_addtocart_added.gif) left 3px no-repeat;
	}
    
/**** Warenkorb MediaEntry.tpl****/

button.btn_addtocart_mediaentry {
	width: 145px;
	height: 31px;
	background: url(warenkorb.png) left 3px no-repeat;
    float: right;
	/*margin-left: 2px;*/
    margin: -5px -5px 0 0;
	}
button.btn_addtocart_mediaentry.added, button.btn_addtocart_mediaentry:hover {
    float: right;
	background: url(warenkorb.png) left 3px no-repeat;	
	}
button.btn_addtocart_mediadb_mediaentry {
	width: 145px;
	height: 31px;
    float: right;
	background: url(warenkorb.png) left 3px no-repeat;
	/*margin-left: 2px;*/
    margin: -5px -5px 0 0;
	}
button.btn_addtocart_mediadb_mediaentry.added, button.btn_addtocart_mediadb_mediaentry:hover {
    float: right;
	background: url(warenkorb.png) left 3px no-repeat;
	}

/*********************************/

    
    
button.btn_deletefromcart, a.btn_deletefromcart {
	display: block;
	float: right;
	width: 23px;
	height: 21px;
	background: url(btn_deletefromcart.gif) top left no-repeat;	
	margin-left: 2px;
	}	
button.btn_deletefromcart:hover, a.btn_deletefromcart:hover {
	background: url(btn_deletefromcart_active.gif) top left no-repeat;	
	}		
button.btn_refreshcart, a.btn_refreshcart, input.btn_refreshcart {
	border: none;
	float: right;
	display: block;
	width: 23px;
	height: 21px;
	background: url(btn_refreshcart.gif) top left no-repeat;	
	font-size: 0;
	color: #fff;
	cursor: pointer;
	}		
button.btn_refreshcart:hover, a.btn_refreshcart:hover, input.btn_refreshcart:hover {
	background: url(btn_refreshcart_active.gif) top left no-repeat;	
	}		
	
button.btn_addtocart_reisetool {
	width: 102px;
	height: 23px;
	background: url(btn_addtocart_reisetool.gif) left 3px no-repeat;
	margin-left: 2px;
	}
button.btn_ordernow_reisetool {
	width: 90px;
	height: 23px;
	background: url(btn_ordernow_reisetool.gif) left 3px no-repeat;
	margin-left: 2px;
	}

p.form_text {
	font-size: 1em;
	}	
	
p.form_text input.check {	
	display: block;
	float: left;
	margin: 5px 7px 2px 0;
	}
	
.quittung_holder {
	padding: 17px 0 0 0;
	}	
	
	
.pages {
	padding: 10px 0 10px 0;
	text-align: center;
	}	

.pages img {
	display: inline;
	}	
	
.pages span {
	font-weight: bold;
	color: #ee001b;
	}	
	
.pages a {
	color: #5a5a5a;
	}	
	
.pages a:hover {
	color: #ee001b;
	text-decoration: none;
	}	
	
.pages a.act {
	color: #ee001b;
	font-weight: bold;
	}	
	

.box_article {
	float: left;
	width: 244px;
	}
	
.box_article.left {
	padding: 0 15px 0 0;
	border-right: 1px solid #eeebe1;
	}	
	
.box_article.right {
	padding: 0 0px 0 15px;
	}		
	
.box_article h2 {	
	height: 2.4em;
	padding: 6px 0 0 0;
	}	
.box_article p	{
	height: 8em;
	padding: 0;
	display: block;
	}	

	
.box_article.sachmittel p {
	height: 6em;
	padding: 0;
	display: block;
	}	
	
.box_article img, #highlight_right img  {	
	padding-bottom: 6px;
	}
	
#highlight {
	margin: 0 0 20px 0;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #ded7c3;
	}
	
#highlight h1 {
	padding-bottom: 20px;
	}	
	
#highlight_art {
	padding: 10px;
	background-color: #f2efe8;
	}	
	
#highlight_left {
	float: left;
	width: 244px;
	padding-right: 5px;
	}	
	
#highlight_right {
	float: left;
	width: 244px;
	padding-left: 16px;
	}	
	
	
.purchase {
	padding: 4px 0 4px 0;
	}	
	
.purchase_left {
	float: left;
	width: 140px;
	}	
.purchase_right {
	float: left;
	width: 104px;
	text-align: right;
	}		
	
	
a.addtocart {
	background: url(btn_addtocart.gif) top left no-repeat;
	width: 23px;
	height: 21px;
	display: block;
	}	
a.added, .added {
	color: #ed1404;
	}	
	
div.added {
	padding: 3px 0 0 0;
	display: none;
	}	
	
	
.cart_row, .mediadb_cart_row, .reisetool_cart_row {
	margin-top: 3px;
	min-height: 37px;
	}	
.cart_row div, .mediadb_cart_row div, .reisetool_cart_row div {
	margin-right: 3px;
	}
		
.cart_row.light {
	background: url(bg_cart_row_light.gif) top left repeat-y;
	}	
.cart_row.dark {
	background: url(bg_cart_row_dark.gif) top left repeat-y;
	}

.mediadb_cart_row.light {
	background: url(bg_mediadb_cart_row_dark.gif) top left repeat-y;
	}
.mediadb_cart_row.dark {
	background: url(bg_mediadb_cart_row_light.gif) top left repeat-y;
	}

.reisetool_cart_row.light {
	background: url(bg_reisetool_cart_row_dark.gif) top left repeat-y;
	}
.reisetool_cart_row.dark {
	background: url(bg_reisetool_cart_row_light.gif) top left repeat-y;
	}

.cart_row div.text, .mediadb_cart_row div.text, .reisetool_cart_row div.text {
	padding: 10px 8px 10px 8px;
	}	
.cart_row .price, .reisetool_cart_row .price {
	width: 66px;
	float: left;
	padding: 8px;
	}
.cart_row .opts, .mediadb_cart_row .opts, .reisetool_cart_row .opts {
	width: 56px;
	float: left;
	padding: 8px;
	}	
.cart_row .name {
	width: 120px;
	float: left;
	padding: 8px;
	}
.mediadb_cart_row .name {
	width: 307px;
	float: left;
	padding: 8px;
	}
.reisetool_cart_row .name {
	width: 182px;
	float: left;
	padding: 8px;
	}
.cart_row .amount, .mediadb_cart_row .amount, .reisetool_cart_row .amount {
	width: 30px;
	float: left;
	padding: 8px;
	}
.mediadb_cart_row .amount {
    padding-left: 12px;
    width: 28px;
}
.cart_row .image {
	width: 40px;
	padding: 8px 8px 8px 14px;
	text-align:center;
	float: left;
	}		
    


#startpage_entry {	
	width: 358px;
	margin: 40px 0 0 435px;
	padding: 4px 17px 0 17px;
	font-size: 1em;
	}

a#kids {
	display: block;
	width: 300px;
	height: 100px;
	margin: 70px 0 0 515px;
	}	


table.bericht {
	background-color: #F2EFE8;
	padding:16px 16px 16px 16px;
	width: 100%;
	}
	
table.bericht th {
	text-align: left;
	padding: 5px 10px 5px 10px;
	}	

td {
	background-color: #fff;
	padding: 5px 10px 5px 10px;
	margin: 0 3px 0 3px;
	}	
	
td.projekt {
	width: 170px;
	}
td.betrag {
	width: 120px;
	}		
	
/*L�nderinfo S*/
td.lnd_jahr {
	width: 80px;
}

td.lnd_anzahl{
	width: 80px;
}

td.lnd_betrag{
	width: 120px;
}

td.lnd_details{
	width: auto;
}
/*L�nderinfo E*/
	
.article img[align=left] {
	padding: 0 1em 1em 0;
}		

.article img[align=right] {
  padding: 0 0 1em 1em;
}


.gallery_img_holder {
	padding: 0 2px 2px 0;
	float: left;
	}

.gallery_img_holder a {
	display: block;
	border: 2px solid #fff;
	}
		
.gallery_img_holder a.act {	
	border: 2px solid #ED1404;
	}	
	
div.art_img {
	float:right;
	padding:0 0 0 20px;
}

div.art_img img.art_img {
	margin-bottom:0;
}

.image_caption {
	color: #acacac;
	}	

div.calendar_item {
	padding: 20px 0 20px 0;
	border-bottom: 1px solid #ded7c3;
}

div.month_change h3 {
	padding: 20px 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #ded7c3;
	color:#5A5A5A;
}

	
div.border_top {
	border-top: 7px solid #ED1404;
	padding: 10px 0 0 0 ;
	}	


/* Teaser Kalender  */
div.caltab_wrapper {
	border: 1px solid #efebe2;
	padding:2px 8px 2px 8px;
	width:175px;
}

table.caltab {
	border-collapse:collapse;
	width:175px;
}	

table.caltab th {
	font-weight:normal;
}


table.caltab td {
	border:2px solid #fff;
	padding:.3em;
	text-align:center;
	background: #efebe2;
	font-size:.9em;
}

table.caltab tr.days-of-week td {
	background:#d5d5d5;
	font-weight:bold;
	text-transform:uppercase;
}



/* Fullsize Kalender  */
#caltab_wrapper_full div.caltab_wrapper {
	border: 1px solid #efebe2;
	padding:2px 8px 2px 8px;
    width: 515px;
}

#caltab_wrapper_full table.caltab {
	border-collapse:collapse;
	width: 515px;
}

#caltab_wrapper_full table.caltab th {
	font-weight:normal;
}


#caltab_wrapper_full table.caltab td {
	border:2px solid #fff;
	padding:.3em;
	text-align:center;
	background: #efebe2;
	font-size:.9em;
}

#caltab_wrapper_full table.caltab tr.days-of-week td {
	background:#d5d5d5;
	font-weight:bold;
	text-transform:uppercase;
}




.project_head {
    padding: 4px;
    background-color: #f2efe8;
}

.project_head .textblock {
    padding: 9px;
}

.project_head p, .project_head h2, .project_head h1 {
    padding: 9px;
}


#mediadb_selects {
    padding: 0px 0 10px 0;
}

#mediadb_selects select {
    width: 200px;
}

p.explanation {
    color: #a09d95;
    font-size: 0.85em;
    line-height: normal;
    margin: 0 13px 5px 0 !important;
    padding: 0 0 3px 0 !important;
    height: auto !important;
    border-bottom: 1px solid #cecece;
    display: block;
}
p.explanation_overview {
    color: #a09d95;
    font-size: 0.85em;
    line-height: normal;
    margin: 0 0 5px 0 !important;
    padding: 0 0 3px 0 !important;
    height: auto !important;
    border-bottom: 1px solid #cecece;
    display: block;
}



.jsslider1
{
	height: 15px;
    position: absolute;
    background: url(bg_scrollbar.gif) top left no-repeat;    
}

.jsindicator
{
    height: 15px;
    width: 15px;
    position: absolute;    
    overflow: hidden;    
    cursor: pointer;    
}

#scrollbar {
    overflow: hidden;
    margin: 5px 32px 0 28px;
    background: url(scrollbar.gif) 0px 0px repeat-x;
}

.jscontainer
{
	position: absolute;
    height: 248px;
    width: 533px;    
    overflow: hidden;
}
.jscontent
{
	position: absolute;
    height: 248px;
    background: url(bg_herzen.jpg) top left repeat-x;
    padding: 10px;   
}


#herzbox {
    background: url(bg_herzbox.jpg) bottom left no-repeat;
    height: 399px;
}

#slider_holder {
    height: 248px;
}

#herz_info_holder {
    padding: 30px 10px 0 120px;
    color: #5a5a5a !important;
}

.heart {
    margin: 28px 10px 0 10px;
    width: 78px;
    height: 125px;
    float: left;
    color: #fff;
    text-align: center;    
}

.heart.big {
    background: url(herz_gross.gif) top left no-repeat;
}
.heart.medium {
    background: url(herz_medium.gif) top left no-repeat;
}
.heart.small {
    background: url(herz_klein.gif) top left no-repeat;
}
.heart.custom {
    background: url(herz_custom.gif) top left no-repeat;
}

.heart_holder {
    cursor: default;
}

.heart.big .heart_holder {
    padding-top: 69px;
}
.heart.medium .heart_holder {
    padding-top: 58px;
}
.heart.small .heart_holder {
    padding-top: 52px;
}
.heart.custom .heart_holder {
    padding-top: 72px;
}


#tooltip {
    background-color: #fff;
    padding: 4px;
    /*filter:alpha(opacity=80);
    opacity: .8;
    -moz-opacity: .8;*/
    filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}


input.f_htype {
    display: block;
    float: left;
    width: 24px;
}
label.htype1 {
    display: block;
    float: left;
    width: 400px;
    padding-left: 40px;
    height: 40px;
    background: url(herz_klein_wt.gif) top left no-repeat;
}
label.htype2 {
    display: block;
    float: left;
    width: 400px;
    padding-left: 40px;
    height: 40px;
    background: url(herz_medium_wt.gif) top left no-repeat;
}
label.htype3 {
    display: block;
    float: left;
    width: 400px;
    padding-left: 40px;
    height: 40px;
    background: url(herz_gross_wt.gif) top left no-repeat;
}
label.htype4 {
    display: block;
    float: left;
    width: 400px;
    padding-left: 40px;
    height: 40px;
    background: url(herz_custom_wt.gif) top left no-repeat;
}


option.fat {
    font-weight: bold;
}


#reise_start_br-ta {
    /*background: url(reise_start_br-ta.jpg) top left no-repeat;*/
    width: 534px;
    height: 400px;
}

#reisetool_start_55 {
    background: url(reise_start_ta_tx.jpg) top left no-repeat;
    width: 534px;
    height: 399px;
}

#reisetool_55 {
    background: url(reise_bg_ta.jpg) top left no-repeat;
    width: 534px;
    height: 399px;
}

.country_description {
    width: 296px;
    padding: 20px;
    float: left;
}

.country_description h2, .overlay h3 {
    color: #5A5A5A;
}

.country_description_map {
    width: 173px;
    padding: 12px 0 0 2px;
    float: left;
    display: none;
}

.overlay {
    display: none;
    position: absolute;
    margin: 6px 0 0 80px;
    height: 382px;
    width: 310px;
}
.overlay_inner {
    width: 259px;
    height: 100%;
    padding: 10px 46px 10px 14px;
    background: transparent url(tooltip.png) top left no-repeat;
}

.overlay_text {
    height: 310px;
    border-bottom: 1px solid #e6e0d1;
}

.overlay_button_holder {
    text-align: center;
    padding-top: 5px;
}

#desc_wrap {
    height: 210px;
}

#city_sachmittel {
    padding: 10px;
    font-size: 1em;
    height: 135px;
}

#city_sachmittel span {
    display: block;
    padding-left: 10px;
    font-weight: bold;
}

.city_sachmittel_box {
    float: left;
    padding: 6px 3px 4px 3px;
    text-align: center;
}

a.close_overlay {
    display: block;
    height: 19px;
    padding: 0 26px 6px 0;
    text-align: right;
    background: url(close.gif) top right no-repeat;
    color: #534c3d;
}

a.close_overlay:hover {
    text-decoration: none;
}

#objectcount, #objectword {
    display: inline;
}

#objects_in_cart {
    margin-left: 20px;
    display: block;        
    color: #fff;
}

#objects_in_cart a, #objects_in_cart a:hover {
    color: #fff;
    text-decoration: none;
    display: block;
    width: 180px;
    background: #ed1400 url(bg_cart_reisetool.gif) top right no-repeat;
    padding: 2px 6px 2px 6px;
    float: left;
}

a#in_cart_weiter, a#in_cart_weiter:hover {
    text-align: center;
    width: 44px;
    margin-left: 10px;
    background: #ed1400;
    padding: 2px 6px 2px 6px;
    float: left;
}


.directblock {
    padding: 10px 0 10px 0;
}

.directblock img {
    float: left;
    padding: 0 10px 0 0;
}

.directblock_desc {
    font-size: 1em;
    float: left;
    width: 160px;
}
.directblock_desc h4, .directblock_desc p {
    padding: 0;
    margin: 0;
    color: #5a5a5a;
}

div.mediadb_left {
    width: 260px;
    float: left;
    margin-right: 10px;
}
div.mediadb_right {
    width: 260px;
    float: left;
}


.results_head {
    background-color: #e6e0d1;
    padding: 5px 0 5px 0;
    font-weight: bold;
    font-size: 1em;
}

.results_row_light {
    background-color: #f8f7f3;
    padding: 5px 0 5px 0;
    font-size: 1em;
    margin-bottom: 3px;
}
.results_row_dark {
    background-color: #f2efe8;
    padding: 5px 0 5px 0;
    font-size: 1em;
    margin-bottom: 3px;
}

.result_name {
    width: 224px;
    float: left;
    padding: 0 10px 0 10px;
}
.result_type {
    width: 30px;
    float: left;
    text-align: center;
}
.result_link {
    width: 194px;
    float: left;
    padding: 0 10px 0 40px;
}




a.network {
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 5px;
}

a.network span {
    display: none;
}

a.network.delicious {
    background: url('social_delicious.gif') top left no-repeat;
}
a.network.digg {
    background: url('social_digg.gif') top left no-repeat;
}
a.network.facebook {
    background: url('social_facebook.gif') top left no-repeat;
}
a.network.google {
    background: url('social_google.gif') top left no-repeat;
}
a.network.twitter {
    background: url('social_twitter.gif') top left no-repeat;
}
a.network.studivz {
    background: url('social_studivz.gif') top left no-repeat;
}



.galleria{list-style:none;width:200px}
.galleria li{display:block;width:80px;height:80px;overflow:hidden;float:left;margin:0 10px 10px 0}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:400px} /* MSIE bug */


.accordion h3 {
   cursor: pointer;
   outline: none;
}

.accordion h3 :focus{
   outline: none;
}

.accordion h3.ui-accordion-header {
   padding:8px 15px 8px 0;
   background: url('bg_accordion_header_default.jpg') right 11px no-repeat;
   border-top: 1px solid #DED7C3;
}

.accordion h3.ui-accordion-header.ui-state-active {
   background: url('bg_accordion_header_active.jpg') right 11px no-repeat;
}

.accordion div.ui-accordion-content {
  padding-bottom: 2px;
}

/* jcarousel-slider projects */
.projects_jcarousel_skin img{
    width: 165px !important;
    height: 93px !important;
}

.projects_jcarousel_skin .jcarousel-container{
    width: 510px;
    padding: 0px 10px 0px 10px;
    margin-bottom: 16px;
    background: #fdfdfd url(bg_startpage_jcarousel.png) left bottom repeat-x;
}

.projects_jcarousel_skin .jcarousel-direction-rtl {
    direction: rtl;
}

.projects_jcarousel_skin .jcarousel-clip{
    overflow: hidden;
    width:  510px;
    height: auto;
}

.projects_jcarousel_skin .jcarousel-item {
    width: 165px;
    height: auto;
    margin-right: 7px;
    padding-bottom: 20px;
}

.projects_jcarousel_skin .jcarousel-next {
    position: absolute;
    top: 44px;
    right: 0px;
    width: 6px;
    height: 10px;
    cursor: pointer;
    background: transparent url(bg_projects_jcarousel_next.png) no-repeat 0 0;
}
 
.projects_jcarousel_skin .jcarousel-prev {
    position: absolute;
    top: 44px;
    left: 0px;
    width: 6px;
    height: 10px;
    cursor: pointer;
    background: transparent url(bg_projects_jcarousel_prev.png) no-repeat 0 0;
}

.projects_jcarousel_skin .jcarousel-item .teaser_body{
    margin: 0;
    padding: 6px 0 0 0;
    font-size:1em;
}

.projects_jcarousel_skin .jcarousel-item .teaser_body h3{
    color: #4e4541;
    padding-top: 0px;
}


/* /jcarousel-slider projects */ 


.sp_bereich_top_wrap{
    padding: 0 8px 20px 8px;
    margin-left: 4px;
    width: 513px;
    background: #fffefe url(bg_sp_bereich_top_wrap.png) repeat-x left bottom;
}

.sp_bereich_top_wrap img{
    width: 244px;
    height: 136px;
}

.sp_bereich_top_wrap .sp_bereich_item{
    float:left;
    width: 244px;
    margin-left: 25px;
}

.sp_bereich_top_wrap .sp_bereich_item:first-child{
    margin-left: 0;
}

.sp_bereich_top_wrap .sp_bereich_item hr{
    margin: 15px 0;
}

.sp_bereich_top_wrap .sp_bereich_item h2{
    font-size: 16px;
    font-weight: bold;
}

.sp_bereich_top_wrap .sp_bereich_item p{
    padding: 0.5em 0;
}
/* --- */
.sp_bereich_bottom_wrap{
    width: 529px;
    margin: 25px 0 0 4px;
}

.sp_bereich_bottom_wrap img{
    width: 165px;
}

.sp_bereich_bottom_wrap .sp_bereich_item{
    float:left;
    width: 165px;
    margin-left: 17px;
}

.sp_bereich_bottom_wrap .sp_bereich_item:first-child{
    margin-left: 0;
}

.sp_bereich_bottom_wrap .sp_bereich_item hr{
    margin: 15px 0;
}

.sp_bereich_bottom_wrap .sp_bereich_item h3{
    padding: 0.5em 0 0;
    font-size: 12px;
    color: #4e4541;
    font-weight: bold;
}

.sp_bereich_bottom_wrap .sp_bereich_item p{
    padding: 0.5em 0;
}



.top_project img{
    margin-bottom: 12px;
}


.clearfix {
    zoom:1;
} 

.clearfix:after{
  content:".";
  display:block;
  clear:both;
  height:0;
  font-size:0;
  line-height:0;
  visibility:hidden;
  overflow:hidden;
}

