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

	Project		:	Redaxo Demo
	Copyright	:	Design - hundertmorgen - www.hundertmorgen.de

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


/* basic elements */

html {
	margin: 0;
	padding: 0;
	height: 100%;
}

* html #container {height:100%;}
	
body {
	font-family: 'Lucida Grande', tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #06185c; 
	background: #D3DFEE url(/files/background.png) repeat-x top; 
	margin: 0; 
	padding: 0;
	height:100%;
}

body a:link, a:active, a:visited{
	text-decoration:none;
	color:#720a0b;
}

body a:hover{
	text-decoration:underline;
}

p{
	margin: 10px;
	padding: 0;
}

h3 {
	display:none;
}

ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

li {
	padding-left: 7px;
	margin-bottom: 5px;
}

acronym {
	border-bottom: none;
}

/* content div's */

#container { 
	position:relative;
	min-height: 100%;
	overflow: hidden;
	margin: 0 auto;
	width:1130px;
    background:url(/files/wrap_background.jpg) no-repeat top center;
}

#intro{	
	background:url(/files/logo_mb.png) no-repeat 165px top;
	height:200px;
}

#pageHeader {
	height:34px;
	overflow:hidden;
	position:absolute;
	top:462px;
	left:205px;
	width:587px;
}

#pageHeader span{
	display:none;
}

#quickSummary {
	display:none;
}

#preamble{
	padding:240px 100px 0 205px;
}

#preamble p.p1{
	margin-top: 20px;
}

#supportingText{
	width: 714px;
	background-image:url(content_tile.jpg);
}

#explanation {
	padding:0 10px 0 167px;
	height:100%;
}

#participation {
	margin:20px 100px 30px 205px;
	padding-top:40px;
	background: url(header_participation.gif) no-repeat top center;
	height:100%;
}

#benefits {
	margin:65px 100px 30px 205px;
	padding-top:40px;
	background: url(header_benefits.gif) no-repeat top center;
	height:100%;
}

#requirements{
	margin:65px 100px 30px 205px;
	padding:40px 0 15px 0;
	background: url(header_requirements.gif) no-repeat top center;
	border-bottom:1px solid #720a0b;
	height:100%;
}

#footer{
	padding:10px;
	text-align:center;
	position: absolute;
	bottom: 0;
	width: 714px;
}

/* link list and extra div's */

#linkList {
	position:absolute;
	width:200px;
	top:0px;
	z-index:5;
	color: #FFFFFF;
	font-size:10px;
	background:url(/files/nav_background.png);
	right:195px;
	height:100%;
	line-height:13px;
}

#lselect{
	color: black;
	margin: 5px 0 0 0;
	padding: 20px 0 0 0;
	width:100%;
}

#larchives{
	color: black;
	margin: 10px 0 0 10px;
	padding: 30px 0 0 0;
	width:100%;
}

#lresources{
	background:url(header_resources.gif) top left no-repeat;
	margin: 15px 0 0 0;
	padding: 30px 0 0 0;
	width:150px;
}
