/**
 * @project	    www.helfen.smmp.de
 * @copyright   2008-2011, Claus Coviello, www.webseiten-mit-sinn.de
 * @version     Screenlayout
 * @version     01.00.03
 * @since       00.01.00
 * @modified    2011-02-11
 */

/**
 * verwendete body-class
 *
	.untermenue		mit Untermenueeinblendung
	.startseite		ausgelagert in separates stylesheet
*/


/**
 * Alle tags auf Null zuruecksetzen und allgemeine
 * Formatierung (projektunabhaengig)
 */
html, body, div, ul, ol, li, img, form, fieldset, label, table, th, tr, td {
	margin:0;
	padding:0;
	border:0;
}

a {
	color:#C3224D;
	text-decoration:underline;
}

a:hover,
a:focus {
	color:black;
}

.skip, p.skip, .print-only {
	position:absolute;
	left:-1000px;
	top:-2000px;
	width:0;
	height:0;
	overflow:hidden;
	display:inline;
}

.spaltenabschluss {
	display:block;
	height:1px;
	font:1px /1 sans-serif;
	clear: both;
}

	/* bugfix: IE 6 fuer roll-over-Effekte */
* html a:hover {
	visibility:visible;
}

.anmerkung-programmierer,
.kommentar-programmierer {
	color:red;
	font-weight:normal;
	font-style:italic;
	font-size:0.9em;
}


/**
 * Aufbau Grundlayout
 */
body {
	height:100%;
	color:black;
	font-size:80%;
	line-height:1.4em;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	background:#F7F7F7 url('../_img/layout/bg_seitenkopf.jpg') no-repeat left top;
}

#wrapper {
	width: 980px;
}

#header {
	position:relative;
	height:188px;
}

	/* Ergaenzung fuer Darstellung mit Untermenue */
body.untermenue #header {
	background:url('../_img/layout/untermenue_streifen-rot.gif') no-repeat 0px 168px;
}

.outer-container {
	width: auto;
	padding-left:194px;
	padding-right:252px;
	background:#E8E8E8 url('../_img/layout/bg_balken-oben_0.gif') no-repeat left top;
}

	/* Ergaenzung fuer Darstellung mit Untermenue */
body.untermenue .outer-container {
	background-image:url('../_img/layout/bg_balken-oben_1.gif');
}

#inner-container {
	margin: 0;
	width: 100%;
}

#layout-left {
	z-index: 10;
	position: relative;
	float: left;
	width: 194px;
	margin-left:-194px;
	margin-right: 1px;
	overflow: hidden;
	padding-bottom:50px;
}

#layout-right {
	z-index: 11;
	position: relative;
	float: left;
	width:243px; /* 252px; */
	margin-left: 9px;
	margin-right:-243px; /* -252px; */
	padding:42px 0 14px 0;
	overflow: hidden;
	background:url('../_img/layout/bg_seitentitel-rechts.gif') no-repeat right 6px;
}

#layout-center {
	z-index: 12;
	position: relative;
	float: left;
	width: 100%;
	margin: 0 -8px 0 -2px;
	padding-bottom:14px;
	overflow: hidden;
}

.outer-container > #inner-container {
	border-bottom: 1px solid transparent;
}


/** 
 * Kopfbereich der Seite
 */
#header #logo-smmp {
	position:absolute;
	top:29px;
	left:556px;
	display:block;
	width:77px;
	height:95px;
}

#header #text-helfen {
	height:63px;
	width:257px;
	margin:13px 0 0 10px;
	background:url('../_img/layout/text_helfen-mit-den.gif') no-repeat left top;
}

#header #text-smmp {
	position:absolute;
	top:98px;
	left:18px;
	width:539px;
	height:28px;
	background:url('../_img/layout/text_schwestern-der.gif') no-repeat left top;
}


/**
 * Seitenfuss
 */
#footer {
	text-align:center;
	padding-bottom:20px;
	font-size:0.95em;
}

#footer ul {
	margin:10px 0 20px 350px;
	padding:0;
	line-height:1.1em;
}

#footer ul li {
	display:inline;
	margin:0;
	padding:0;
}

#footer ul li a {
	float:left;
	color:#333;
	padding:0 8px;
	border-left:1px solid #666;
}

#footer ul li a:hover,
#footer ul li a:focus {
	color:#333;
	font-weight:bold;
}

#footer ul li.first a {
	padding-left:0;
	border-left:none;
}


/** 
 * Brotkrumenpfad 
 */
#wo-bin-ich {
	position:absolute;
	top:177px;
	left:219px;
	margin-top:-0.4em;
	font-size:0.89em;
	line-height:1.15em;
}

#wo-bin-ich p {
	margin:0;
	padding:0;
}

#wo-bin-ich a {
	color:#444;
}

#wo-bin-ich a:hover,
#wo-bin-ich a:focus {
	color:#C3224D;
	font-weight:bold;	
}

#wo-bin-ich .trennzeichen {
	margin:0;
	padding:0 4px;
}


/**
 * Aufbau Hauptmenue 
 */
#hauptnavi {
	margin-top:64px;
	padding-top:0.7em;
	font-weight:bold;
	font-size:1.15em;
	line-height:1.8em;
}

#hauptnavi ul {
	margin:-1.2em 0 0 0;
	padding:0;
	float:left;
	width:100%;
}

* html #hauptnavi ul {
	/*
		bugfix: IE6
	*/	width:99%;
}

#hauptnavi ul li {
	display:inline;
	margin:0;
	padding:0;
}

#hauptnavi ul li a,
#hauptnavi ul li strong {
	float:left;
	padding:0 14px 0 20px;
	color:#555;
	text-decoration:none;
}

#hauptnavi ul li a:hover,
#hauptnavi ul li a:focus,
#hauptnavi ul li a.aktiv,
#hauptnavi ul li strong {
	color:#C3214D;
	background:white url('../_img/layout/marker_hauptmenue.gif') no-repeat 0% 40%;
}


/**
 * Spalte Links
 */
#subnavi {
	width:174px;
	margin:4px 0 0 0;
	line-height:1.1em;
	font-weight:bold;
	background:white url('../_img/layout/navi-schatten-rechts.gif') no-repeat right top;
}

#subnavi ul {
	list-style:none;
	margin:0;
	padding:0 4px 4px 0;
	background:url('../_img/layout/navi-schatten-unten.gif') no-repeat right bottom;
}

#subnavi li {
	margin:0;
	padding:0;
	border-top:1px solid white;
	background:url('../_img/layout/punktlinie.gif') repeat-x 0px 1px;
}

#subnavi li.trennlinie {
	margin-top:2px;
	border-top:3px solid #C3224D;
	background:none;
}

#subnavi li.first {
	background:none;
}

#subnavi li a,
#subnavi li strong {
	display:block;
	width:100%;
	margin:0;
	padding:11px 0;
	color:#333;
	text-decoration:none;
}

#subnavi li a span,
#subnavi li strong span {
	display:block;
	width:82%;
	margin:0 4% 0 10.5%;
}

#subnavi li a:hover,
#subnavi li a:focus,
#subnavi li a.aktiv,
#subnavi li strong {
	color:#C3214D;
	background:url('../_img/layout/marker_menue-aktiv-2.gif') no-repeat 2px 1em;
}

#subnavi li a:hover {
	cursor:pointer;
}

/**
 * Button: "Ich will helfen!"
 */
#helfen-button {
	margin:5px 0 0 0;
	padding:0 0 0 43px;
}

body.untermenue #helfen-button {
	margin-top:25px;
	padding-top:5px;
	background:url('../_img/layout/bg_balken-spendenbutton.gif') no-repeat left top;
}

#helfen-button a {
	display:block;
	width:126px;
	height:80px;
	background:url('../_img/layout/button_ich-will-helfen_on.gif') no-repeat left top;
}

#helfen-button img {
	width:100%;
	height:100%;
	border:0;
}

#helfen-button a:hover img,
#helfen-button a:focus img {
	visibility:hidden;
}


/**
 * Aufbau mittlere Spalte
 */
#layout-center .bg-mit-rand {
	margin:0;
	padding:10px 0px 12px 0px;
	background:white url('../_img/layout/rahmen_grau-grau_3px.gif') no-repeat right bottom;
	border-left:1px solid #E0E0E0;
}

h1 {
	height:36px;
	margin:6px 0 0 1px;
	padding:0;
	color:black;
	font-size:1.5em;
	line-height:1.4em;
	font-weight:normal;
	background:url('../_img/layout/bg_seitentitel.gif') no-repeat right top;
}

h1 img {
	margin:2px 0 0 23px;
}

h2,
.h2-style {
	display:block;
	margin:1.6em 0 0.8em 0;
	padding:0;
	color:#C3224D;
	font-size:1.4em;
	line-height:1.4em;
	font-weight:normal;
}

h2.first,
.h2-style.first,
#layout-right .h2-style.first {
	margin-top:0;
}

#layout-center h2.trennlinie {
	margin:1.4em 14px 0.8em 13px;
	padding:0.8em 6px 0 11px;
	background:url('../_img/layout/punktlinie.gif') repeat-x top left;	
}

h3,
.h3-style,
#layout-right .h3-style {
	display:block;
	margin:1.5em 0 0.6em 0;
	padding:0;
	color:black;
	font-size:1em;
	line-height:1.4em;
	font-weight:bold;
}

h3.first,
.h3-style.first,
#layout-right .h3-style.first {
	margin-top:0;
}

h4,
.h4-style {
	display:block;
	margin:1.2em 0 0.5em 0;
	padding:0;
	color:black;
	font-size:1em;
	line-height:1.4em;
	font-weight:bold;
}

p {
	margin:0 0 0.8em 0;
	padding:0;
	color:black;
	font-size:1em;
	font-weight:normal;
}

#layout-center h2,
#layout-center h3,
#layout-center h4,
#layout-center .h2-style,
#layout-center .h3-style,
#layout-center .h4-style,
#layout-center p,
#layout-center .seitenrand,
#layout-center blockquote {
	margin-left:24px;
	margin-right:20px;
}

	/* Balkenhintergrund fuer h3-tags */
#layout-center .bg-balken {
	margin-right:3px;
	margin-left:0px;
	padding:4px 20px 7px 24px;
	line-height:1.5em;
	background:url('../_img/layout/bg_balken-28px.gif') repeat-x left top;
	/*
		bugfix: IE6
		:TODO: kann zu unerwarteten Nebeneffekten fuehren?
	*/	position:relative;
}

strong {
	font-weight:bold;
}

blockquote {
	font-style:italic;
}

#layout-center hr {
	margin-right:3px;
}

#layout-center ul {
	margin:1.3em 20px 0.8em 45px;
	padding:0;
	list-style-type:none;
}

#layout-center li {
	margin:0 0 0.5em 0;
	padding:0 0 0 12px;
	background:url('../_img/layout/listenzeichen_punkt.gif') no-repeat 0em 0.4em;
	/*
		bugfix: IE6
	*/	position:relative;
}

/* eingerueckter Text */
#layout-center .eingerueckt {
	margin-left:50px;
}

/* gerahmte Zitate */
#layout-center .rahmen-zitat {
	margin:0 20px 1em 24px;
	padding:0 4px 4px 0;
	background:url('../_img/layout/rahmen_grau-weiss-4px.gif') no-repeat right bottom;
	/*
		bugfix: IE6
	*/	position:relative;
}

#layout-center .rahmen-zitat .subdiv {
	margin:0;
	padding:0.8em 0 0 0;
	border:1px solid #EEE;
	border-width:1px 0 0 1px;
}

#layout-center .rahmen-zitat p {
	margin-bottom:0;
	padding-bottom:0.8em;
}

	/* Rahmen fuer Kontaktseite */
#layout-center .rahmen-kontakt {
	margin:0 13px 1em 13px;
	padding:0 4px 4px 0;
	background:url('../_img/layout/rahmen_grau-weiss-4px.gif') no-repeat right bottom;
	/*
		bugfix: IE6
	*/	position:relative;
}

#layout-center .rahmen-kontakt .subdiv {
	margin:0;
	padding:10px 12px 4px 10px;
	border:1px solid #EEE;
	border-width:1px 0 0 1px;
}

#layout-center .rahmen-kontakt h3 {
	margin:0 0 0.2em 0;
}

#layout-center .rahmen-kontakt p {
	margin:0;
	padding:0 0 0.8em 0;
}

#layout-center .rahmen-kontakt .links {
	float:left;
}

#layout-center .rahmen-kontakt .rechts {
	margin-left:130px;
}
	
/* Anfuehrungszeichen fuer Zitate */
.anfuehrungsz-anfang {
	margin:0 3px -8px -4px;
}

.anfuehrungsz-ende {
	margin:0 0 0 3px;
}

/* 230px breite Bilder gerahmt */
#layout-center .rahmen-230px-rechts,
#layout-center .rahmen-230px-links {
	display:block;
	width:245px; /* 230px Bildbreite + 2*7px Abstand + 1px Rahmen links */
	padding:0 4px 4px 0;
	line-height:1.3em;
	margin-top:0.2em;
	margin-bottom:0.1em;
	background:url('../_img/layout/rahmen_grau-weiss-4px.gif') no-repeat right bottom;
}

#layout-center .rahmen-230px-rechts {
	float:right;
	margin-right:20px !important; /* Browserweiche fuer IE6 */
	margin-left:7px;
	/*
		bugfix: IE6
	*/	margin-right:10px;
}

#layout-center .rahmen-230px-links {
	float:left;
	margin-right:8px;
	margin-left:17px !important;
	/*
		bugfix: IE6
	*/	margin-left:8px;
}

#layout-center .rahmen-230px-rechts .subdiv,
#layout-center .rahmen-230px-links .subdiv {
	display:block;
	padding:5px 7px 5px 7px;
	border:solid #EAEAEA;
	border-width:1px 0 0 1px;
}

#layout-center .rahmen-230px-rechts img,
#layout-center .rahmen-230px-links img {
	display:block;
	margin-bottom:4px;
}

/* Sitemap */
#layout-center ul#sitemap  {
	margin:0 20px 0.8em 26px;
	padding:0;
	list-style-type:none;
}

#layout-center ul#sitemap ul {
	margin:0.5em 0 0.8em 20px;
}

#layout-center ul#sitemap li {
	margin:0 0 0.5em 0;
	padding:0;
	background:none;
}

#layout-center ul#sitemap a {
	padding-left:16px;
	color:black;
}

#layout-center ul#sitemap a:hover,
#layout-center ul#sitemap a:focus {
	color:#C3224D;
	background:url('../_img/layout/marker_menue-aktiv-2.gif') no-repeat 0% 45%;
}


/**
 * Seite "Spenden + Helfen
 */
.spdh-rahmen-links {
	float:left;
	width:245px;
	padding-right:4px;
	background:url('../_img/layout/bg_spdh-rahmen-1_unten.gif') no-repeat right bottom;
}

.spdh-rahmen-rechts {
	margin-left:282px;
	margin-right:3px;
	background:url('../_img/layout/bg_spdh-rahmen-1_unten.gif') no-repeat left bottom;
	/*
		bugfix: IE6
	*/	position:relative;
}

.spdh-rahmen-links .rahmen-oben {
	position:relative;
	left:4px;
	display:block;
	height:9px;
	background:url('../_img/layout/bg_spdh-rahmen-1_oben.gif') no-repeat right top;
}

.spdh-rahmen-rechts .rahmen-oben {
	display:block;
	height:9px;
	background:url('../_img/layout/bg_spdh-rahmen-1_oben.gif') no-repeat left top;
	/*
		bugfix: IE6
	*/	position:relative;
		right:0px !important;
		right:3px;
}

.spdh-rahmen-links h2 {
	margin-bottom:0.6em;
}

#layout-center .spdh-rahmen-rechts h2 {
	margin-left:12px;
	margin-bottom:0.6em;
}

#layout-center .spdh-rahmen-links ul,
#layout-center .spdh-rahmen-rechts ul {
	margin:0;
	padding:0 0 1px 0;
	list-style-type:none;
}

#layout-center .spdh-rahmen-links li {
	margin:24px 0 1.2em 0;
	padding:5px 10px 0.4em 26px;
	background:url('../_img/layout/bg_spdh-ueberschrift-links.gif') no-repeat right top;
}

#layout-center .spdh-rahmen-rechts li {
	margin:24px 0 1.2em 0;
	padding:5px 28px 0.4em 12px;
	list-style-type:none;
	background:url('../_img/layout/bg_spdh-ueberschrift-rechts.gif') no-repeat right top;
}

#layout-center .spdh-rahmen-links li.first,
#layout-center .spdh-rahmen-rechts li.first {
	margin-top:0;
}

#layout-center .spdh-rahmen-links strong,
#layout-center .spdh-rahmen-rechts strong,
#layout-center .spdh-footer strong {
	display:block;
	margin-bottom:0.2em;
}

#layout-center .spdh-rahmen-links a,
#layout-center .spdh-rahmen-rechts a,
#layout-center .spdh-footer a {
	color:black;
	text-decoration:none;
}

#layout-center .spdh-rahmen-links a:hover,
#layout-center .spdh-rahmen-links a:focus,
#layout-center .spdh-rahmen-links a .linktext,
#layout-center .spdh-rahmen-rechts a:hover,
#layout-center .spdh-rahmen-rechts a:focus,
#layout-center .spdh-rahmen-rechts a .linktext,
#layout-center .spdh-footer a:hover,
#layout-center .spdh-footer a:focus,
#layout-center .spdh-footer a .linktext {
	color:#C3214D;
	text-decoration:underline;
}

/* Schenken, Stiften, Vererben im Bereich "Spenden + Helfen" */
#layout-center .spdh-footer {
	margin:35px 14px 14px 14px;
	padding:0 0 14px 265px;
	background:url('../_img/layout/bg_spdh-postel-bild.jpg') no-repeat left top;
}

#layout-center .spdh-footer ul {
	width:235px;
	margin:2px 0 0 0;
	padding:0;
}

#layout-center .spdh-footer li {
	margin:0 0 0.8em 0;
	padding:0 0 0.9em 0;
	background:white url('../_img/layout/bg_spdh-rahmen-2_unten.gif') no-repeat right bottom;
}

#layout-center .spdh-footer .rahmen-oben {
	display:block;
	height:7px;
	background:url('../_img/layout/bg_spdh-rahmen-2_oben.gif') no-repeat right top;
	/*
		bugfix: IE7
	*/	} html* #layout-center .spdh-footer .rahmen-oben {
		position:relative;
		top:-9px !important;
		top:0;
}

#layout-center .spdh-footer a {
	display:block;
	margin:0 12px 0 12px;
	text-decoration:none;
	color:black;
	/*
		bugfix: IE6-7
	*/	} html* #layout-center .spdh-footer a {
		position:relative;
		top:-9px;
}


/**
 * Uebersichtsseite fuer Projekte
 */
.anreisser-projekte {
	margin:0 0 1.3em 0;
	padding:0.8em 0 0 0;
	background:url('../_img/layout/punktlinie.gif') no-repeat 24px 0px;
}

.anreisser-projekte.first {
	padding-top:0;
	background:none;
}

.anreisser-projekte a span.datum {
	color:#666;
}

.anreisser-projekte a strong {
	display:block;
	margin-bottom:0.7em;
}

#layout-center .anreisser-projekte .h2-style {
	margin-left:0;
	margin-top:0;
	margin-bottom:0.15em;
}

.anreisser-projekte a {
	text-decoration:none;
	color:black;
}

.anreisser-projekte a:hover strong {
	text-decoration:underline;
}

.anreisser-projekte a .link {
	text-decoration:underline;
	color:#C3224D;
}

.anreisser-projekte img {
	float:left;
	margin:0 13px 5px 0;
	border:1px solid #EAEAEA;
}


/**
 * bugfix IE6/7
 * zwei untereinanderstehende Bilder fuer Nachrichten werden in 
 * einer Box usammengefasst
 */
#layout-center .nachrichten-img-box {
	width:276px;
	float:right;
}

#layout-center .nachrichten-img-box .rahmen-230px-rechts {
	float:none;
}


/**
 * Aufbau rechte Spalte
 */
#layout-right .bg-mit-rand {
	margin:0 0 0 8px;
	padding:10px 4px 10px 0;  /* padding:10px 14px 10px 14px; */
	background:white url('../_img/layout/rahmen_grau-grau_3px.gif') no-repeat right bottom;
	border-left:1px solid #E0E0E0;
}

#layout-right h2,
#layout-right h3,
#layout-right h4,
#layout-right .h2-style,
#layout-right .h3-style,
#layout-right .h4-style,
#layout-right p,
#layout-right .seitenrand,
#layout-right blockquote {
	margin-left:12px;
	margin-right:10px;
}

#layout-right h2,
#layout-right .h2-style {
	font-size:1.25em;
	font-weight:bold;
}

#layout-right h3,
#layout-right .h3-style {
	margin-bottom:0.4em;
}

#layout-right ul {
	margin:1.3em 10px 0.8em 12px;
	padding:0;
	list-style-type:none;
}

#layout-right ul {
	margin-top:0;
}

#layout-right li {
	margin:0 0 0.5em 0;
	padding:0 0 0 12px;
	background:url('../_img/layout/listenzeichen_punkt.gif') no-repeat 0em 0.4em;
	/*
		bugfix: IE6
	*/	position:relative;
}


/* gerahmte Inhalte */
#layout-right .rahmen {
	margin:0 2px 1.5em 6px;
	padding:0 4px 4px 0;
	background:url('../_img/layout/rahmen_grau-weiss-4px.gif') no-repeat right bottom;
	/*
		bugfix: IE6
	*/	position:relative;
}

#layout-right .rahmen .subdiv {
	margin:0;
	padding:4px 4px 4px 0;
	border-top:1px solid #EEE;
	border-left:1px solid #EEE;
}

#layout-right .rahmen h2,
#layout-right .rahmen h3,
#layout-right .rahmen h4,
#layout-right .rahmen .h2-style,
#layout-right .rahmen .h3-style,
#layout-right .rahmen .h4-style,
#layout-right .rahmen p {
	margin-left:7px;
	margin-right:6px;
	padding-left:0;
	padding-right:0;
}

#layout-right .rahmen h3,
#layout-right .rahmen .h3-style {
	margin-top:0;
}

#layout-right .rahmen p {
	margin-bottom:0;
	padding-bottom:0.8em;
}

#layout-right .rahmen img {
	display:block;
	margin:2px 6px 4px 7px;
	border:1px solid #EEE;
}

#layout-right .rahmen p img {
	margin-left:0;
	margin-right:0;
}

/* Kasten mit Spendenkonto */
#layout-right .spendenkonto {
	width:100%;
	margin-bottom:1.1em;
	padding-right:1px;
	background:url('../_img/layout/bg_balken-rosa-28px.gif') no-repeat 0 6px;
}

#layout-right .spendenkonto div.subdiv {
	display:block;
	width:183px;
	margin:0 0 0.8em 13px;
	padding:8px 7px;
	border:1px solid #EAEAEA;
	background-color:white;
}

#layout-right .spendenkonto p {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}


/* SSL-Schloss fuer gesicherte Verbindung */
#layout-right .ssl-schloss {
	float:left;
	margin:0 5px 4px 0;
}

/* Laenderkarten mit mouse-over-Effekt */
#layout-right ul.laenderkarten {
	position:relative;
	margin:0 10px 1.5em 13px;
	padding:0 0 143px 0;
	line-height:1.1em;
}

#layout-right ul.laenderkarten li {
	display:block;
	height:75px;
	margin:0;
	padding:0;
	position:static;
	background:none;
	/*
		bugfix: IE 5-7
		Wert wird nur von IE 5-7 erkannt
	*/	} html* #layout-right ul.laenderkarten li {
		height:72px;
}

#layout-right ul.laenderkarten img {
	display:block;
	border:1px solid #AAA;
}

#layout-right ul.laenderkarten a {
	display:block;
	text-decoration:none;
}

#layout-right ul.laenderkarten a:hover img,
#layout-right ul.laenderkarten a:focus img {
	border-color:#333;
}

#layout-right ul.laenderkarten a .linktext {
	display:block;
	padding-top:3px;
	padding-right:30px;
	text-decoration:underline;
	background:url('../_img/layout/icon_externer-link.gif') no-repeat 177px 4px;
}

#layout-right ul.laenderkarten .fullsize {
	position:absolute;
	left:-9px;
	z-index:200;
	margin-top:1.7em;
	visibility:hidden;
	border-color:#AAA;
}

#layout-right ul.laenderkarten a:hover img.fullsize {
	border-color:#AAA;
}

#layout-right ul.laenderkarten li.bild1 .fullsize {
	top:43px;
}

#layout-right ul.laenderkarten li.bild2 .fullsize {
	top:118px;
}

#layout-right ul.laenderkarten li.bild3 .fullsize {
	top:193px;
}

#layout-right ul.laenderkarten li.bild4 .fullsize {
	top:268px;
}

#layout-right ul.laenderkarten li.bild5 .fullsize {
	top:343px;
}

#layout-right ul.laenderkarten li.bild6 .fullsize {
	top:418px;
}

#layout-right ul.laenderkarten a:hover img { 
  visibility:visible;
}


/* Kasten mit Spendenkonto */
#layout-right #button-projektpate a,
#layout-right #button-familienpate a {
	display:block;
	width:231px;
	height:82px;
	background-position:left top;
	background-repeat:no-repeat;
}

#layout-right #button-projektpate a {
	background:url('../_img/layout/button_projektpate_on.gif') no-repeat left top;
}

#layout-right #button-familienpate a {
	background:url('../_img/layout/button_familienpate_on.gif') no-repeat left top;
}

#layout-right #button-projektpate img,
#layout-right #button-familienpate img {
	width:100%;
	height:100%;
	border:0;
}

#layout-right #button-projektpate a:hover img,
#layout-right #button-familienpate a:hover img {
	visibility:hidden;
}

