@charset "utf-8";
/**
 * General style definition.
 * 
 * @author Jakob Hohlfeld
 * @copyright 2008 by Heavenseven GbR
 */
.clearfix {
	clear:both;
	height:0;
	overflow:hidden;
}
body {
	margin:0;
	padding:0;
	border:0;
	background:#e6f1f7;
	min-width:400px;
	max-width:1000px;
	width:100%;
	font-family: Arial, sans-serif;
	color:#555555;
	text-align:center;
	margin:0px auto;
}
h1, h2, h3, h4, h5, h6 {
	margin:.8em 0pt;
}
h1 {
	color:#409ec7;
	font-size:190%;
	font-weight:normal;
}
h2 {
	color:#409EC7;
	font-size:145%;
	font-weight:bold;
}
h3 {
	color:#409ec7;
	font-size:115%;
	font-weight:bold;
}
h4, h5 {
	font-size:100%;
	color:#409ec7;
}
p {
	margin:1em 0pt;
}
.bodytext {
	line-height:1.3em;
}
.schriftGross { font-size:120%;}
img {
	border:none;
}
ul {
	line-height:1.5em;
	list-style-type:none;
}
li {
	list-style-type:none;
}
table {
	width:100%;
	padding:3px;
}
/**
 * Header styles
 */
 
#header {
	clear:both;
	width:100%;
	text-align:left;
}
#header p, #header h1, #header h2 {
	padding:.4em 1.5em 0 1.5em;
	margin:0;
}
#header ul {
}
/* claim */
#topclaim {
	float:right;
	text-align:right;
	margin-top:-50px;
	color:#008ebf;
	font-size:160%;
	width:80%;
	overflow:hidden;
	font-weight:normal;
}
/* Spendebutton */
  
#spendenbutton {
	margin-bottom:1em;
}
#spendenbutton img {
	width:100%;
}
/* Footer  */
#footer {
	clear:both;
	position:relative;
	width:100%;
	margin:0pt auto;
	font-size:80%;
	color:#a3a5a7;
	line-height:1em!important;
	text-align:left;
	background:#cce3ef;
}
#footer .navi {
	background:#fff;
	padding:.5em;
}
#footer .navi span {
	float:left;
}
#footer .navi a {
	color:#5c5e5f;
}
#footer .navi #printPage a,  #footer .navi #tipPage a {
	background: transparent url('../gra/arrow_right_grey.gif') center left no-repeat;
	padding-left:.8em;
	margin-right:.5em;
}
#footer .navi #topPage {
	float:right;
	background: transparent url('../gra/arrow_up_grey.gif') center right no-repeat;
	padding-right:1em;
}
#footer .disclaimer {
	padding:.5em;
}
#footer .disclaimer #copyright {
	float:left;
}
#footer .disclaimer .link {
	float:right;
	margin-left:.5em;
}
#footer .disclaimer .link a:link, #footer .disclaimer .link a:visited {
	color:#a3a5a7;
	text-decoration:underline;
}
#footer .disclaimer .link a:hover {
	text-decoration:none;
}
