 /* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */
/* html5 + CSS 3 Template created by miss monorom  http://intensivstation.ch 2013 */

/* reset */
* {
margin: 0;
padding: 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
/* render html5 elements as block 
   rendert html5 elemente als block  */

html {overflow-y: scroll;}

header, footer, section, aside, article { display: block;}


pre, code {

}
a
{
    outline: none;
}

h1, h2 {
font-size:1.8em;
font-weight: normal;
margin: 0 0 20px;
}

img.download {vertical-align:middle;}
img{border:none;}

	
/* ----------container zentriert das layout-------------- */

#container {

max-width: 1100px;
min-width:1100px;
margin:10px  auto;
background:url(images/hg60.png)
}

/* ----------header for logo-------------- */
header {
	padding:0px;
	height: 120px;
}
	
header p{
	text-transform:uppercase;
	font-size:11px;

}
header img{ padding: 0 0 0px;}



/* ----------------- content--------------------- */





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

aside {
padding:100px;
float:right;
width: 1100px;
opacity: 0.99;
padding-right:40px;

}

/* -----------footer--------------------------- */
footer {
padding: 20px;
clear:both;
background:url(images/hg60.png)

}

/* -----------footer--------------------------- */

