* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 1.3em;
}

#bodycontent {
	text-align: center;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	background-color: #F1FAF1;
}

a {
	font-weight: normal;
	text-decoration: underline;
	color: #43875E;
}

a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #43875E;
}

img {
	border: 0;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #43875E;
	margin-bottom: 10px;
	margin-top: 10px;
}

h2 {
	display: none;
}

.searchcontent {
	display: none;
}

hr {
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: 1px solid #C7FE50;
	height: 1px;
}

table {
	font-size: 11px;
}

table a {
	font-size: 11px;
	text-decoration: underline;
	font-weight: normal;
	color: #000000;
}

/* Layout */
div#layout {
	text-align: left;
	margin: 0px auto auto auto;
	padding: 0px;
	width: 760px;
	height: auto;
   background-image: url(/module/public/hoffnungsschimmer/images/background.jpg);
	background-repeat: repeat;
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-right: 1px solid black;
	-moz-border-radius:1px;	
}

div#seite {
	padding: 0px;
	border-bottom: 1px solid black;
}

/* Menue */
#menue {
	float: left;
	width: 170px;
}

.menue1 {
	width: 170px;
	height: 25px;
	background-color: #43875E;
	color: #ffffff;
	border-top: 2px solid #ffffff;
	font-size: 12px;
	float: left;
}

.menue1 a {
	color: #ffffff;
	text-decoration: none;
	width: 165px;
	height: 21px;
	display: block;
	padding-top: 4px;
	padding-left: 5px;
}

.menue1 a:hover {
	width: 165px;
	height: 21px;
	background-color: #C7FE50;
	color: #43875E;
	font-size: 12px;
	float: left;
	text-decoration: none;
	font-weight: normal;
}

.menue1 ul {
	padding: 0px;
	margin: 0px;
}

.menue1 ul li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-indent: 0px;
}

#menueBild {
	float: left;
	width: 170px;
	clear: both;
	border-top: 2px solid #ffffff;
}

/* Content */
#content {
	float: left;
	width: 580px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
}

.button {
	background-color: #C7FE50;
	border: 2px solid #FFFF80;
	height: 18px;
	text-align: center;
	width: 150px;
	color: #43875E;
	padding-top: 2px;
}

.button a {
	font-weight: bold;
	text-decoration: none;
	color: #43875E;
	cursor: pointer;
}

.button a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #43875E;
}

.hinweis {
	font-size: 10px;
	line-height: 1.2em;
}

.ansprechpartner {
	width: 580px;
	float: left;
	margin-bottom: 15px;
}

.imgAnsprechpartner {
	float: left;
	width: 120px;
	margin-right: 10px;
	text-align: center;
}

.imgAnsprechpartner span {
	clear: both;
	float: left;
	width: 120px;
}

/* Fusszeile */
#footer {
	clear: both;
	background-color: #C7FE50;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	width: 760px;
	text-align: center;
	font-size: 10px;
	color: #464646;
}

#footer a {
	text-decoration: none;
	font-size: 10px;
	color: #464646;
}

.lineYellow {
	clear: both;
	border-bottom: 4px solid #FFFF80;
	margin: 0px;
}

#applicas {
	text-align: right;
	font-size: 9px;
	width: 760px;
	margin: 0px auto auto auto;
}

#applicas a {
	font-size: 9px;
	text-decoration: none;
	color: #808080;
}

/* Vorschau */
#content2 {
	float: left;
	background-color: #ffffff;
   width: 760px;
	text-align: center;
}

#content2 a {
	color: #43875E;
	font-weight: bold;
}

#spendendaten {
	border: 1px solid #43875E;
	background-color: #F1FAF1;
}

.feld {
	border: 1px solid #43875E;
}

.ierror {
	border: 1px solid #ff0000;
}

#spendenbetrag {
	background-color:#FFFF80;
}

#fehler {
	border: 1px solid #ff0000;
	padding: 2px;
	color: red;
	text-align: center;
	font-weight: bold;	
}

@media print {
	#menue {
		display: none;
		visibility: hidden;
	}
}
