* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
header, footer, section, aside, nav, article { display: block;}

body {
		background-color: #FEEFD9;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color: #6d6f6d;
		font-weight:normal;
		line-height:18px;
       	background-image:url(../images/bg.jpg);
		background-position:center; 
} 
a, a:visited, a:active		{
		color:#bd262b;
		font-weight:normal;
		border:none;
		text-decoration:none;
		}
a:hover 	{
		text-decoration:none;
		color:#bd262b;
		}


h1  		{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		line-height:15px;
		margin-top:6px; 
		margin-bottom:6px;
   		padding-top:5px;
		font-stretch:ultra-expanded;
		color:#bd262b;
		}

h2  		{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		line-height:16px;
		}

div#textrechts {
		width: 300px;
		padding-right:20px;
		padding-left:0px;
		padding-top:20px;
		padding-bottom:40px;
		height: 305px;
		color: #6d6f6d;
}
div#textrechts li {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:normal;
		line-height:16px;
		margin-left: 15px;
		}




div#textlinks {
		width: 350px;
		height: 305px;
		color: #6d6f6d;
		text-align: right;
		padding-top:0px;
}
/* ----------container zentriert das layout-------------- */

#container {
		max-width: 800px;
		min-width:320px;
		margin:0  auto;
}


/* ----------------- content--------------------- */
section:before {
    	height: 0;
    	content: ".";
    	display: block;
    	clear: both;
  		visibility:hidden;
  }

section#content {
		float: left;
		width: 50%;
		padding: 20px;
		min-height:600px;
}
p, pre{
		padding:  0 0 20px;
		line-height:1.5em;
}
ul{
		list-style-type:none;
		line-height:1.5em;
}
article header{
		padding:0;
	}
	
article footer{
		border-bottom: 1px solid #564B47;
		color:#564B47;
		padding:0 0 20px;
		margin:0 0 20px;
}

/* -------------- side infos ------------- */

aside {
		padding:20px;
		float:right;
		width: 50%;
}


