/*******************************************************************************

	Project		:	Redaxo Demo
	Copyright	:	Design - Michael Gau - michael.gau@gmail.com

*******************************************************************************/

/* ### Logo ################################################################# */
#logo {
	position:absolute;
	top:0px;
	right:0px;
	/*border: 1px solid #37444f;*/
	background-image: url(schoolHeader.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#logo a {
	display:block;
	height:155px;
	width:950px;
	text-indent:-700em;
}

/* ### Header ############################################################### */

#header {
	background:#ffffff; 
	/*background: url(bg_header.gif) 210px 0 no-repeat;*/
	color: #c4c4c4;
}

#nav-header {
	position:absolute;
	left:210px;
	bottom:5px;
}

#lang ul.a:link{
		color:#90B0BF;
	background: inherit;
	text-decoration:underline;
}

#headerStuff{
	position:absolute;
	top:20px;
	left:0px;
	/*border: 1px solid #37444f;*/
	/*background-image: url(headerStuff.gif);*/
	background-position: 0 0;
	background-repeat: no-repeat;
	height:117px;
	width:208px;
}

/* ### Teaser ############################################################### */

#main-teaser {
	background:url(school.jpg) no-repeat;
	height:195px;
}

/* ### Main-block Background ################################################# */

#main-block {
	/*background-image: url(linie_main_block.gif);*/
	background-position: 627px 0;
	background-repeat: repeat-y;
	background-color: #ffffff;
	padding-bottom: 40px;
}

/* ### Donate ###################################################################### */

#stuff {
	display: block;
	margin-top: 10px;
	clear:left;
	width:191px;
	height: 117px;
	
	background-image: url(stuff.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	background-color: #ffffff;
	text-align:right;
}

#donate {
	display: block;
	/*margin-top: 10px;*/
	clear:left;
	width:191px;
	height: 325px;
	
	background-image: url(kiteshool.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	background-color: #ffffff;
	text-align:right;
}

#facebook {
	display: block;
	/*margin-top: 10px;*/
	clear:left;
	width:191px;
	/*height: 325px;*/
	
	/*background-image: url(facebook.gif);*/
	background-repeat: no-repeat;
	background-position: 0px 5px;
	background-color: #ffffff;
	text-align:center;
}

#vdws {
	display: block;
	clear:left;
	width:191px;
	height: 156px;
	
	background-image: url(vdws.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	text-align:right;
}

#kites {
	display: block;
	clear:left;
	width:208px;
	height: 423px;
	
	background-image: url(kites09.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	text-align:right;
}

#donate input {
	margin-top: 200px;
	margin-right: 20px;
}

#rightBanner{
    margin-top: 20px;
    float: right;
    width: 200px;
    height: 423px;
    /*background-image: url(kites09.gif);*/
}

#rightFacebook{
    text-align: center;
}

#facebookText{
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}