/* Author: Sasha Ana Marloh */
/* www.losbaguales.com */

* {margin:0;padding:0;}
body {  height:400px;
		margin:0;
		background:#FFDA93 url(bg.jpg) no-repeat top center;} /* background:#FFDA93 url(bg.jpg) repeat-y center top;
		


/* 
Basic Positioning 
***********************************************************************************/
#container {
	width:790px;	/* vorher war die Breite 770px - bei 790px sieht's richtig aus, aber ich weiß nicht, ob es für die anderen Seiten functioniert */
	position:relative;
	margin:auto;	/* der hier bewegt den Div in die Mitte */
}

#pageHeader { 
	position:relative;
	width:770px;height:400px;}



#quickSummary, #preamble, #supportingText {
	float:left;
	width:770px;
}
#linkList{display:none;}
* html #linkList {margin:-380px 0 0 581px;} /* for IE 5+ PC */
/* 
#intro 
***********************************************************************************/
#pageHeader {
	margin:0 0 0 0px;
	background:url(header1.jpg) no-repeat top left;
	width:224px;
	height:443px;
	
}
#pageHeader h1 {
	margin:0 0 0 222px;
	background:url(header2.gif) no-repeat top left;
	width:549px;
	height:200px;
	text-indent:-500px;
}
#pageHeader h2 {display:none;}
#quickSummary {display:none;}
#preamble {padding:0 0px 0 0px;}
#quickSummary p, #preamble p {display:none;}
#preamble p {line-height:16px;}
#quickSummary a:link, #quickSummary a:active, #quickSummary a:visited {color:#555;}
#quickSummary a:hover {color:#fff;}
#preamble h3 {display:none;}
/* 
#supportingText 
***********************************************************************************/
#supportingText {padding:0 0px 0 0px;}
#supportingText p {
	height:10px;
	margin:0 -30px 0 -10px;
	padding:0px 0 0 0;
	text-align:center;
	text-decoration:none;
	font-size:9px;
	font-family:verdana;
	color:#555;
}

#supportingText #footer a:link, #supportingText #footer a:active, #supportingText #footer a:visited {
	margin:0 10px;
	color:#fff;
}
#supportingText #footer a:hover {color:#555;}
/* 
#supportingText a:link, #supportingText a:active, #supportingText a:visited {color:#555;}
#supportingText a:hover {color:#444;}
#explanation h3, #participation h3, #benefits h3, #requirements h3 {display:none;}
#explanation h3 {display:none;}
#participation h3 {display:none;}
#benefits h3 {display:none;}
#requirements h3 {display:none;}
#footer {
	background:display:none;
	height:10px;
	margin:0 -10px 0 -10px;
	padding:0px 0 0 0;
	text-align:center;
	text-decoration:none;
	font-size:9px;
	font-family:verdana;
	color:#ffffff;
}

#supportingText #footer a:link, #supportingText #footer a:active, #supportingText #footer a:visited {
	margin:0 10px;
	color:#fff;
}
#supportingText #footer a:hover {color:#555;}
/* 
#linkList
***********************************************************************************/
#linkList {display:none;}
#linkList ul {display:none;}
#linkList ul li {display:none;}
#lselect h3, #lselect h4, #lconvers h3, #lresources h3{display:none;}
#lselect h3 {display:none;}
#lselect h4 {display:none;}
#lconvers h3 {display:none;}
#lresources h3 {display:none;}
#linkList a:link, #linkList a:active, #linkList a:visited {display:none; cursor:hand}
#linkList a:hover {display:none;cursor:hand}
/*
#extraDiv1
***********************************************************************************/
#extraDiv1 {display:none;}
* html #extraDiv1 {display:none;} /* For IE 5+ PC */
#extraDiv2, #extraDiv3, #extraDiv4, #extraDiv5, #extraDiv6 {display:none;}
