/* --- GENERAL --- */

body {
	text-align: left;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 8pt;
	line-height: 1.5em;
}

div.flotext {
	margin-top: 4px;
	margin-bottom: 10px;
}

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

a:hover {
	text-decoration: none;
	color: #e00;
}

a.missiolink {
	display: block;
	width: 315px;
	height: 80px;
	text-decoration: none;
	background: url(../_img/sr_infobox_bottom.jpg);
}

a.missiolink:hover {
	background-position: -315px 0;
}

h1 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 24pt;
	line-height: 1.8em;
	font-weight: bold;
	margin-top: 18px;
	margin-bottom: 0;
	padding: 0;
}

h2 {
	text-align: left;
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 13pt;
	line-height: 1.3em;
	margin-bottom: 15px;
	margin-top: 0;
}

h3 {
	font-size: 8pt;
	line-height: 1.5em;
	font-weight: normal;
	margin-bottom: 20px;
}

ul {
	position: relative;
	left: -20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

li {
	margin-top: 5px;
}

/* --- INFOBOX --- */

span.prefix {
	color: #900;
	font-weight: bold;
}

/* --- MELDUNGSBOX --- */

div#meldung_top {
	height: 20px;
	background-image: url(../_img/sr_meldungtop.gif);
	background-repeat: no-repeat;
}

div#meldung_bottom {
	height: 20px;
	background-image: url(../_img/sr_meldungbottom.gif);
	background-repeat: no-repeat;
}

div#meldung {
	text-align: left;
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 10pt;
	line-height: 1.3em;
	padding-left:25px;
	padding-right: 25px;
}

div.hinweis {
	margin-top: 5px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 7pt;
	line-height: 1.4em;
}

/* --- SITESTRUCTURE --- */

div#master { 
	background-color: none;
	position: absolute;
	width: 730px;
	left:50%;
	margin-left:-365px;
}

div#main_top {
	clear: both;
}

div#main_spenden {
	padding-top: 8px;
	clear:both;
}

div#main_footer {
	clear:both;
	background-image: url(../_img/sr_footer.gif);
	background-repeat: no-repeat;
	width: 690px;
	color: #555;
	text-align: left;
	vertical-align: middle;
	padding: 20px 20px 20px 20px;

}

div#box_info {
	float: left;
	width: 315px;
	background-color: #ddd;
	background-image:url(../_img/sr_infobox_top.jpg);
	background-repeat: no-repeat;
}

div#box_info_content {
	padding: 0px 20px 0px 20px;
}

div#box_content {
	float: left;
	width: 415px;
}

div#detail_nav {
	width: 415px;
	height: 30px;
	text-align: right;
	padding-top: 35px;
	padding-bottom: 10px;
}

div#detail_area {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
}

div#detail_boybox {
	float: left;
	height: 140px;
	width: 160px;
	background-image: url(../_img/sr_boybox.gif);
}

div#detail_meldung {
	float: left;
	width: 255px;
	background-color: #fc3;
}

/* --- FORM --- */

div.marker {
	float: left;
	margin-right: 10px;
	margin-bottom: 8px;
}

div.label {
	float: left:
	margin-left: 10px;
	margin-bottom: 8px;
}

div.field {
	clear: both;
	margin-left: 22px;
	margin-bottom: 8px;
}

div.submitbutton {
	margin-left: 22px;
	margin-bottom: 8px;
}

div.haftung {
	margin: 10px 10px 10px 22px;
	font-size: 8pt;
	line-height: 1.4em;
	color: #777;
}

span.formlabel {
	font-weight: bold;
}

/* --- SPENDENAKTION --- */

a.spende {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}

div#spendenaktion { 
	text-align: left;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9pt;
	line-height: 1.5em;
}

div#spende_pic {
	float: left;
	margin-right: 20px;
}

div#spende_wrapper {
	float: both;
	margin-left: 10px;
}

div#spende_titel {
	font-size: 11pt;
	font-weight: bold;
	line-height: 1.8em;
	margin-bottom: 5px;
}

div#spende_text {
	margin-bottom: 5px;
}

div#spende_conclusion {
	color: #990000;
	font-weight: bold;
}

