/* 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  */

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

body {
background-color: #ccc;
font-size: 0.95em;
font-family: Arial, SunSans-Regular, Sans-Serif;
color:#0f0e0a;
}
pre, code {
font-size: 1.3em;
}
a {color: #ffffff;}
a:visited {color:#ff6677;}
a:hover {color: #564b47; background-color: #ffffff}
a:active { color:#000000;}

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 {
min-width:100%;
/*margin:0px auto;*/
background-color: #c73864;
}

/* ----------header for logo-------------- */
header {
	background: url(../img/srofheader1.jpg) top;
	background-color: #c73864;
	background-repeat: no-repeat;
	width: 100%; 
	height: 150px;
	position: fixed;
	left: 0;
	top: 0;
	border-style: solid;
	border-bottom-color: #000000;

}

.inner{
	margin: 0 auto;
	padding: 20px;
	max-width: 1000px;
	min-width:700px;
}

header  p, header h2{
	display:inline-block;
	margin: 60px 0 0;
	padding: 0;
}


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


section#content {
padding: 20px 20px 130px;
background-color: #c73864;
margin: 0 auto;
padding: 200px 100px 200px;
min-height:1000px;
}

p, pre{
padding:  0 0 20px;
line-height:1.5em;
}

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

footer {
	background: url(../img/sroffooter1.png) bottom;
	background-repeat: repeat-x;
	width: 100%; 
	height: 200px;
	position: fixed;
	left: 0;
	bottom: 0;
}

.inner{
	margin: 0 auto;
	padding: 20px;
	max-width: 1000px;
	min-width:700px;
}

footer  p, footer h2{
	display:inline-block;
	margin: 60px 0 0;
	padding: 0;
}


/* -----------nav--------------------------- */

nav {
	/*text-align: right;*/
	position: absolute;
	
	right: 10px;
	bottom: 10px;
}

nav a {
	margin-left: 20px;
}
