@charset "UTF-8";
/* CSS Document */

/* Reset */
* {
	margin:0;
	padding:0;
}

img {
	border:none;
}

#logo {
	position:relative;
	top:20px;
	left:-16px;
}

/* Allgemein */
body {
	background-color:#c8e3ea;
	background-image:url(../images/header2.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#333333;
}

h1 {
	color:#93ac19;
	font-weight:bold;
	font-size:18px;
	text-transform:uppercase;
	margin-bottom:16px;
	line-height:normal;
}

h2 {
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
}

p {
	margin-bottom:16px;
}

.greenList,
.redList {
	margin-bottom:16px;
	margin-left:29px;
}

.greenList {
	list-style-image:url(../images/pfeil-gruen.png);
}

.redList {
	list-style-image:url(../images/pfeil-rot.png);
}

a:link,
a:visited,
a:hover,
a:active {
	color:#c70019;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.linkPfeil {
	position:relative;
	top:1px;
	margin-right:5px;
	text-decoration:none !important;
}

.gruen {
	/*color:#93ac19; Dunkler, damit optisch gleich */
	color:#839a16;
}

.red {
	color:#c70019;
}

#facebookIcon {
	float:right;
	margin-right:20px;
	margin-top:-80px;
}
#youtubeIcon {
	float:right;
	margin-right:20px;
	margin-top:-120px;
}
#twitterIcon {
	float:right;
	margin-right:20px;
	margin-top:-40px;
}

.warning {
	color:#c70019 !important;
}

.nowarning {
	color:#333333 !important;
}

/* Sticker */
#stickers {
	position:relative;
	top:-200px;
	left:500px;
	width:300px;
	z-index:-10;
}

#sticker1 {
	position:absolute;
	top:10px;
	left:10px;
}

#sticker2 {
	position:absolute;
	left:100px;
	top:20px;
}

#sticker3 {
	position:absolute;
	left:190px;
	top:-10px;
}

/* Seitencontainer */
#headerClick {
	width:900px;
	height:180px;
}

#container {
	width:960px;
	margin:auto;
	clear:both;
	float:none;
	margin-bottom:20px;
}

#instantLogo {
	margin-bottom:-5px;
	margin-left:-2px;
}

/* Content */
#contentContainer {

}

#content {
	background-image:url(../images/content-bg.png);
	background-repeat:repeat-y;
	width:100%;
	float:left;
	clear:both;
}

#contentBottom {
	background-image:url(../images/content-bottom.png);
	width:100%;
	height:7px;
	background-repeat:no-repeat;
	float:none;
	clear:both;
}

/* Navi */
#navi {
	float:none;
	clear:both;
}

.naviItem {
	float:left;
}

/* Spalten */
#leftCollum {
	margin-left:75px;
	margin-top:40px;
	width:480px;
	float:left;
}

#rightCollum {
	margin-left:50px;
	width:244px;
	float:left;
	margin-top:20px;
}

#footer {
	padding-top:45px;
	text-align:right;
	float:none;
	clear:both;
	font-size:9px;
	color:#837c78;
	margin-right:75px;
	margin-bottom:10px;
	letter-spacing:0.3px;
}

/* Unterstützungserklärung */
#support {
	width:486px;
	margin-left:-3px;
	margin-top:-10px;
	margin-bottom:6px;
}

#supportTop {
	background-image:url(../images/support-top.png);
	height:9px;
	background-repeat:no-repeat;
}

#supportMiddle {
	background-image:url(../images/support-bg.png);
	background-repeat:repeat-y;
	padding:10px;
}

#supportBottom {
	background-image:url(../images/support-bottom.png);
	height:9px;
	background-repeat:no-repeat
}

#support input,
.theForm .input,
.search {
	background-color:#ffffff;
	border:1px solid #c4c4c4;
	margin-left:2px;
	padding-left:2px;
	padding-top:1px;
	padding-bottom:1px;
	font-size:16px;
	margin-bottom:5px;
}

.search {
	width:180px;
	font-size:12px;
}

.theForm .input {
	font-size:12px;
	width:280px;
}

.theForm {
	margin-right:15px;
}

.file {
}
.submit {
}


#support .inputNeeded {
	/*border-color:#93ac19;*/
}

#support input.warning,
#support textarea.warning {
	color:#333333 !important;
	border-color:#c70019 !important;
}

#support .labelNeeded {
	color:#839a16;
}


#support #button {
	background-color:#fbfafa;
	border:none;
	color:#c70019;
	cursor:pointer;
	font-size:12px;
}

#support .check {
	margin-right:5px;
	border:none;
	margin-bottom:0px;
}

#support tr {
	vertical-align:middle;
	height:25px;
}

#support .label {
	text-align:right;
	width:180px;
}

#support .info {
	padding-left:7px;
	padding-top:12px;
	float:left;
}

#support .big {
	width:270px;
}

#support #plz {
	width:48px;
}

#support .small {
	width:216px;
}

#support textarea,
.theForm textarea {
	background-color:#ffffff;
	border:1px solid #c4c4c4;
	margin-left:2px;
	width:268px;
	height:100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	padding:2px;
	font-size:14px;
	margin-bottom:5px;
}

.theForm textarea {
	width:280px;
	height:100px;
}

/* NEWS */

.newsItem {
	margin-top:40px;
	clear:both;
	float:left;
	position:relative;
	width:480px;
}

.newsPicture {
	float:left;
	margin-right:9px;
}

.newsPictureMask {
	background-image:url(../images/maske.png);
	width:141px;
	height:147px;
	position:absolute;
	top:0px;
	left:0px;
}

.newsHeader {
	float:left;
}

.newsItem h1 {
	float:left;
}

.newsDate {
	color:#6a6a6a;
	font-weight:bold;
	text-transform:uppercase;
	float:left;
}

.newsTeaser {
	float:left;
	text-align:left;
}

.moreText {
	text-align:left;
}

.more {
	text-align:right;
}

/* Spenden */
#spenden tr {
	vertical-align:top;
}

/* Overlay */
#overlay{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
}

#lightbox{
	position:fixed;
	top:50%;
	left:50%;
	z-index:9999;
	width:500px;
	margin:-255px 0 0 -250px;
	text-align:left;
}

#support2 {
	width:500px;
}

#supportTop2 {
/*	background-image:url(../images/support2-top.png);*/
	background-color:#bedbe1;
	height:9px;
	background-repeat:no-repeat;
}

#supportMiddle2 {
	/*background-image:url(../images/support2-bg.png);
	background-repeat:repeat-y;*/
	background-color:#bedbe1;
	padding:10px 20px 10px 20px;
}

#supportBottom2 {
/*	background-image:url(../images/support2-bottom.png);*/
	background-color:#bedbe1;
	height:9px;
	background-repeat:no-repeat;
}
