/* ### Logo ################################################################# */
#logo {
	position:absolute;
	top:10px;
	right:0px;
	border: 1px solid #ffffff;
	background-position: 0 0;
	background-repeat: no-repeat;
}

#logo a {
	display:block;
	height:80px;
	width:215px;
	text-indent:-700em;
}

/* ### Header ############################################################### */

#header {
	background:#ffffff ;
	background-image: url(hintergrund-top.jpg);
	color: #c4c4c4;
}

#nav-header {
	position:absolute;
	left:208px;
	bottom:18px;
}

/* ### Teaser ############################################################### */

#main-teaser {
	background:url(main_teaser.jpg) no-repeat;
}

/* ### Main-block Background ################################################# */

#main-block {
	background-image: url(linie_main_block.gif);
	background-position: 627px 0;
	background-repeat: repeat-y;
	background-color: #cccccc;
	padding-bottom: 8px;
        border-left: 1px solid #E00828; 
        border-bottom: 1px solid #E00828; 
}

#main-block-left {
	background:url(bg_nav-grau.gif) repeat-y;
	padding-top: 87px;
	padding-bottom: 0px;
	font-size: 1.1em;
	text-decoration: none;
	width:209px;
	position:absolute;
}


#main-block-left p {
	padding-left:0px;
	color:#fff;
	background: inherit;
	text-align: left;
	font-size: 1.1em;
	text-decoration: none;
}

#main-block-left p a,
#main-block-left p a:link {
	padding-left:10px;
	color: #E00828;
	background: inherit;
	text-decoration: none;
	font-size: 1.1em;
}

#main-block-left p a. current,
#main-block-left p a. current:link,
#main-block-left p a:hover {
	color: #fff;
	text-decoration: none;
	font-size: 1.1em;
}

/* ### Donate ###################################################################### */

#donate {
	width:201px;
	height: 301px;
	background: #ffffff url(bg_unav.gif) no-repeat;
	color: #000;
	text-align:left;
	font-size: 1.1em;
}

#donate input {
	margin-top: 201px;
	margin-right: 0px;
}

