/* CSS Document */
html {
height: 100%;
 font-family: verdana;
 margin-right: 0px;
}

BODY {
margin-top: 0px;
margin-bottom: 0px;
min-height:100%;
margin-left:8px;
background-image:url(/bilder/background.gif);
background-repeat: repeat-y;
background-position: 8px;
background-color:#FFFFFF;
}

#box {
width: 795px;
height: 100%;
background-image:url(../bilder/design/background.gif);
background-repeat: repeat-y;
}

#logo {
width: 200px;
height: 75px;
float:left;
}

#slogan {
width: 580px;
height: 75px;
float:left;
}

#bild {
width: 200px;
height: 140px;
float:left;
}

.spacer-blau {
width: 1px;
height: 100px;
float:left;
background-color:#003366;
}

.spacer-weiss {
width: 1px;
height: 100px;
float:left;
background-color:#FFFFFF;
}

.navigation {
width: 118px;
height: 100px;
float:left;
background-color:#CCCCCC;
}

#balken {
width: 100%;
height: 25px;
float:left;
background-color:#003366;
}

#balken-links {
width: 201px;
height: 25px;
float:left;
background-color:#003366;
}

.balken-rechts {
width: 118px;
height: 25px;
float:left;
background-color:#003366;
}

.spacer-weiss-oben {
width: 1px;
height: 25px;
float:left;
background-color:#FFFFFF;
}

h1#titel {
height: 37px;
width: 575px;
float: left;
margin:0px;
font-weight:normal;
}

#spenden-button {
	font-weight: bold;
	color: #FFFFFF;
	font-size:11px;
	width: 201px;
	height: 20px;
	float:left;
	background-color:#CC0000;
	padding-top: 5px;
	text-align: center;
}

#spenden-button:hover {
width: 201px;
height: 20px;
float:left;
background-color:#003366;
text-decoration:none;
}

#subsubnavi{
width: 196px;
height: auto;
float:left;
text-align: right;
padding-right: 5px;
}

#content{
width: 593px;
height: auto;
float:right;
}

#spacer {
height: 25px;
background-color:#FFFFFF;
float:right;
width:578px;
}

tbody tr.text {
margin-bottom:10px;
}


h2 {
font-size:15px;
font-weight:normal;
	color: #336699;
}