body 
{
	height: 100%;
	/*width:100%;*/
	background-image: url(../css/blatt.jpg);
	background-repeat:repeat-2;
	background-attachment:fixed;
}

header, nav, section, article, aside, footer, #foot
{
	display:block;
	/*abgerundete Ecken im Firefox etc. - IE no!*/
	/* Background-size not implemented yet */  
	    -webkit-background-size: 100%;   
	    -o-background-size: 100%;   
	    -khtml-background-size: 100%;   
	  
	    /* Border-radius not implemented yet */  
	    -moz-border-radius: 9px;   
	    -webkit-border-radius: 9px;	
}

header
{
	height: 150px;
	width: 70%; /*Breite*/
	margin-left: 15%; /*Abstand Rand zumnächsten Rand*/
	padding-left: 15px; /*Abstand Text zum Rand*/
	background-color: transparent /*#CCFF66*/;
	border: 1px solid white;
}

section 
{
	width: 85%;
	margin-top: 10px;
	margin-left: 5%;
	padding-left: 15px;
	min-height: 250px;
	overflow: auto;
	background-color: transparent;
}

article 
{
	margin: 1%; /*Abstand Rand zumnächsten Rand*/
	padding-left: 5px;
	background-color:white; /*Hintergrundfarbe*/
	width:75%;
	float:left;
}

aside
{
	margin-top: 1%;
	margin-right: 30px;
	width: 15%;
	float: right;
	background-color: transparent;
	color:white;
}

#foot
{
	height: 60px;
	width:100%;
	margin-top: 20%;
	padding:1px;
	clear:both;
	background-color:#CCFF66;
}

footer
{
	width: 100%;
	background-color:white;
	text-align: center;
}

/*FORMULAR STYLE*/
form
{
	display: block;
  float: left;
	clear: both;
  margin:0;
  padding:.5em;
  text-align: left; 
}