@CHARSET "UTF-8";

html {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 200;
	font-size: 14px;
	height: 100%;
	color: #ffffff;
}

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

body {
	background-image: url('../imgs/bg.gif');
	background-position: 0 -50px;
	background-repeat: repeat-x;
	background-color: #000000;
}

#page {
	background-image: url('../imgs/header.png');
	background-position: 90% 85px;
	background-repeat: no-repeat;
}

#wrapper {
	width: 1033px;
	margin: 0 auto;
	position: relative;
}

#inner-wrapper {
	width: 800px;
	float: right;
}

/**
 * Header
 */
#header {
}

#meta-navigation {
	height: 20px;
	clear: both;
	width: 800px;
}

#meta-navigation ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

#meta-navigation ul li {
	color: #a9aaaa;
	float: left;
	list-style: none;
	margin: 2px 1px 2px 2px;
}

#meta-navigation ul li:after {
	content: "\00B7";
}

#meta-navigation ul li.last:after {
	content: "";
}

#meta-navigation ul li a {
	color: #a9aaaa;
	font-size: 0.8em;
}

#logo {
	position: absolute;
	top: 40px;
	left: 0;
}

/**
 * Main Navigation
 */
#main-navigation {
	height: 30px;
	text-transform: uppercase;
	margin: 0;
	padding: 35px 0 0 0;
}

#main-navigation ul {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

#main-navigation ul li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 1px;
}

#main-navigation ul li a {
	background-image: url('../imgs/nav-p.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	width: 130px;
	height: 30px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	padding-top: 5px;
}

#main-navigation ul li a:hover {
	background-image: url('../imgs/nav-o.png');
}

#main-navigation ul li.active a,
#main-navigation ul li a:active,
#main-navigation ul li.trail a {
	background-image: url('../imgs/nav-a.png');
}

#main-navigation ul li strong {
	font-weight: normal;
}

/**
 * Content
 */
#content {
	margin-top: 120px;
}
#inner-content {
	position: relative;
}

#left-column {
	float: left;
	width: 570px;
	margin-right: 50px;
}

#right-column {
	margin-top: 100px;
	float: left;
	width: 180px;
}

#left-column .addthis_button {
	width: 83px;
	margin: 0;
	display: block;
	float: right;
}

/**
 * Galleries
 */

.image-gallery-browser {
	position: relative;
	width: 570px;
	overflow: hidden;
}

.image-gallery-browser-inner {
	position: relative;
	width: 5700px;
	background-color: #222;
}

ul.image-gallery-browser-items {
	margin: 5px 0;
	padding: 0;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

ul.image-gallery-browser-items li {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 570px;
	text-align: center;
}
.image-gallery-browser-item-control {
	clear: both;
	background-color: #000000;
	height: 25px;
	padding: 10px 0 0 0;
}

.image-gallery-browser-item-control-left,
.image-gallery-browser-item-control-right {
	width: 25px;
	float: left;
	height: 15px;
}
.image-gallery-browser-item-control-left {
	text-align: right;
}
.image-gallery-browser-item-control-right {
	text-align: left;
}

.image-gallery-browser-item-control-info {
	width: 520px;
	height: 15px;
	float: left;
	text-align: center;
	color: #caba9c;
}
.image-gallery-browser-item-control-info p {
	color: #caba9c;
}

/**
 * News
 */
#news-container {
	width: 570px;
	margin-right: 50px;
}

.news-item {
	padding-bottom: 20px;
}

.teaser, .teaser p {
	color: #caba9c;
}

ul.news-archiv-list {
	margin: 10px 0;
	padding: 0;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	border-top: 1px dashed #caba9c;
}

ul.news-archiv-list li {
	list-style: none;
	padding: 10px 0 10px 0;
	border-bottom: 1px dashed #caba9c;
}

ul.news-archiv-list li a {
	color: #caba9c;
}

.batchingbar {
	margin: 20px 0 0 0;
	width: 100%;
}

.batchingbar a {
	color: #caba9c;
}

.batchingbar a.active {
	font-weight: bold;
	color: #ffffff;
}

.batchingbar a.active:hover {
	text-decoration: none;
}

.batchingbar-left, 
.batchingbar-middle,
.batchingbar-right {
	float: left;
}

.batchingbar-left, 
.batchingbar-right {
	width: 5%;
}

.batchingbar-middle {
	text-align: center;
	width: 90%;
}

.news-back-link {
	display: block;
	background-image: url('../imgs/arrow-left-orange-middle.png');
	background-position: 0 2px;
	background-repeat: no-repeat;
	padding: 0 0 0 24px;
	margin: 0;
	height: 30px;
}

/**
 * News display (single/triple)
 */
.news-single-container {}
.news-triple-container {}

.news-triple-container .news-display-item {
	width: 170px;
	float: left;
	margin-right: 10px;
}

.news-display-image {
	width: 100%;
	text-align: center;
	padding: 0 0 10px 0;
}

.news-display-item .teaser,
.news-display-item .teaser p {
	color: #ffffff;
}


/**
 * Partner
 */
.partner-container {
	overflow: hidden;
	width: inherit;
}

#right-column .partner-item-container {
}

.partner-item {
	padding: 0 0 25px 0;
}

.partner-item .partner-image {
	float: left;
	padding: 0 10px 10px 0;
	width: 180px;
}

.partner-right-column .partner-image {
	float: none;
	padding: 0;
	text-align: center;
}

.partner-link {
	background-image: url('../imgs/arrow-right-orange-middle.png');
	background-position: 0 2px;
	background-repeat: no-repeat;
	padding: 0 0 0 24px;
}

.partner-text {
	margin: 0;
	padding: 0;
}

/**
 * Subpages
 */
.subpages-container {
	overflow: hidden;
	width: inherit;
}

.subpages-image {
	float: left;
	margin: 0 20px 10px 0;
}

.subpages-more-link {
	padding: 0 0 0 5px;
}


/**
 * Donation
 */
#donate {
	position: relative;
	background-color: #ed7527;
	padding: 40px 20px 40px 20px;
	width: 492px;
}

#donate label.donate-label {
	float: left;
	width: 140px;
	margin: 3px 0 3px 0;
}

#donate input, 
#donate textarea {
	margin: 2px 0 2px 0;
	border: 1px solid black;
	width: 250px;
	padding: 2px;
}

#donate input.small {
	width: 30px;
}

#donate input.button {
	background: url('../imgs/arrow-right-white-small.png') no-repeat 0 center;
	border: none;
	text-align: left;
	padding-left: 16px;
	font-size: 16px;
	color: #ffffff;
	position: absolute;
	right: 20px;
	width: 100px;
	cursor: pointer;
}

#donate input.radio {
	width: auto;
	border: none;
}

#donate input.error,
#donate textarea.error {
	background-color: #eac5c5;
}

.button-placement {
	float: right;
	margin: 20px 0 20px 0;
}

.donate-hr {
	height: 1px;
	border: none;
	border-bottom: 1px dotted #caba9c;
}

div.donate-steps div.step1,
div.donate-steps div.step2,
div.donate-steps div.step3 {
	line-height: 37px;
	vertical-align: middle;
	text-align: center;
	float: left;
	position: relative;
	width: 110px;
	height: 37px;
	display: block;
	padding: 0 20px;
	margin: 0 10px 8px 21px;
	white-space: nowrap;
}
div.donate-steps div.step1 {
	background-color: #ed7527;
}
div.donate-steps div.step2 {
	background-color: #e7511e;
}
div.donate-steps div.step3 {
	background-color: #c13816;
}

div.donate-steps div.step1 div.arrow-left,
div.donate-steps div.step1 div.arrow-right,
div.donate-steps div.step2 div.arrow-left,
div.donate-steps div.step2 div.arrow-right,
div.donate-steps div.step3 div.arrow-left,
div.donate-steps div.step3 div.arrow-right {
	position: absolute;
	top: 0;
	height: 37px;
	width: 21px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
div.donate-steps div.step1 div.arrow-left {
	left: -21px;
	background-image: url('../imgs/arrow_step1_left.png');
}
div.donate-steps div.step1 div.arrow-right {
	right: -21px;
	background-image: url('../imgs/arrow_step1_right.png');
}
div.donate-steps div.step2 div.arrow-left {
	left: -21px;
	background-image: url('../imgs/arrow_step2_left.png');
}
div.donate-steps div.step2 div.arrow-right {
	right: -21px;
	background-image: url('../imgs/arrow_step2_right.png');
}
div.donate-steps div.step3 div.arrow-left {
	left: -21px;
	background-image: url('../imgs/arrow_step3_left.png');
}
div.donate-steps div.step3 div.arrow-right {
	right: -21px;
	background-image: url('../imgs/arrow_step3_right.png');
}

.donate-big {
	font-size: 1.4em;
}

.donate-middle {
	font-size: 1.2em;
}

.donate-big a {
	color: #ffffff;
	text-decoration: underline;
}

#donate-help {
	padding: 0;
	margin: 10px 0 20px 0;
}

#donate-sms {
	font-size: 1.5em;
	text-align: center;
	border: 1px dotted white;
	padding: 10px;
}

/* Outter left column */
#outter-left-column {
	padding: 220px 0 0 0;
	width: 180px;
	float: left;
	overflow: visible;	
}

#raam-leaderboard {
	position: relative;
	margin-bottom: 2em;
}

#raam-leaderboard a.img {
	float: left;
	margin-right: 8px;
}
#raam-leaderboard a.text {
	display: block;
	padding-top: 7px;
}


#spendenbarometer {
	margin-bottom: 1.5em;
}

#spendenbarometer .amount {
	height: 41px;
	line-height: 41px;
	margin-bottom: 6px;
	padding: 0 7px 0 7px;
	color: #FFFFFF;
	font-weight: 200;
	font-size: 1.5em;
	background-image: url('../imgs/spendenbarometer_bgimg.png');
}

#outter-left-column a.twitter {
	display: block;
	float: left;
	width: 36px;
	height: 36px;
	background-image: url('../imgs/twitter.png');
}

#outter-left-column a.twitter span {
	display: none;
}

#twitter {
	background-color: #3a3a3c;
	line-height: 36px;
	padding: 5px;
	margin: 0 0 1em 0;
}

#facebook {
	background-color: #FFF;
}

#outter-left-column .twitter-share-button {
	float: right;
	margin-top: 8px;
	margin-right: 0px;
}

/* Google-Map */

#map_canvas, .googlemap {
	width: 100%;
	height: 400px;
	margin-bottom: 1em;
}



/**
 * Footer
 */
#footer {
	width: 570px;
	border-top: 1px dotted #caba9c;
	text-transform: uppercase;
	text-align: center;
	margin: 40px 0 50px 0;
}

#footer ul {
	margin: 0 0 0 25%;
	padding: 0;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

#footer ul li {
	float: left;
	list-style: none;
	margin: 2px 1px 2px 2px;
	color: #caba9c;
}

#footer ul li:after {
	content: "\00B7";
}
#footer ul li.last:after {
	content: "";
}


#footer ul li a {
	color: #caba9c;
	font-size: 0.8em;
}


#map_canvas * {
	color: #333333;
}

#map_canvas .marker {
	display: none;
}

/* Clearfix-Methode zum Clearen der Float-Umgebungen */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Diese Angabe benötigt der Safari-Browser */
.clearfix { display: block; }

