/* 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: #eee;*/
	font-size: 0.95em;
	font-family: Arial, SunSans-Regular, Sans-Serif;
	color:#564b47;
}
pre, code {
	font-size: 1.3em;
}
a {color: #0000FF;}
a:visited {color:#ff6677;}
a:hover {color: #564b47;}
a:active { color:#0000FF;}

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

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

p, pre{
	padding:  0 0 3px;
	line-height:1.5em;
}
	
/* ---------- header, content, footer width -------------- */
.inner{
	margin: 0 auto;
	/*padding: 20px;*/
	max-width: 1000px;
	min-width:700px;
}
.balken {
	position: relative;
	height: 11px;
	width: 100%;
	margin: 0px;
	background-color: #e8e8e8;
}

/* ----------header for logo-------------- */
header {
	/*background: #bbb;*/
	width: 100%; 
	position: fixed;
	left: 0;
	top: 0;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
	text-align:center;
}
header img { padding: 0 0 10px;}


header .inner{	
	}

/* ----------------- Content-Container--------------------- */	
div#container{
	width: 100%;
	top: 64px;
	bottom: 44px;
	/*border: 1px solid #0000;
	background: #ffffff;*/
	position:absolute; 
}

	
/* ----------------- navigation--------------------- */

div#navigation {

	/*background: #ffffff;*/
	background-color: #ccebcc;
	width: 220px; 
	position: absolute;
	left: 0px;
	padding-left: 10px;
	top: 1px;
	bottom: -16px;
	overflow: auto;
	border-right: 1px solid #000000;	
}
div#navigation a:link, div#navigation a:visited, div#navigation a:active, div#navigation a:hover {
	color: rgb(50,50,50);
	display:block;
	padding-left: 2em;
	padding-top: 0.3em;
	font-size: .9em;
}
	
/* ----------------- content--------------------- */

section#content {
	position: absolute;
	/*background-color: #fff;
	border: 1px solid #000000;*/
	margin:0  auto;	
	top: 2px;
	left: 240px;
	right: 5px;
	bottom: -16px;
	overflow: auto;
}
div.help_element{
	margin-left: 20px;
}
div.help_element p{ 
	text-align: justify;
        padding-right: 50px;
}

div.oben{
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	clear: left;
}
img.helpborder{
	border-style: outset;
	border-color: #000000;
	border-width: 4px;
	border-radius: 0.5em;
}

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

footer {
	/*background: #bbb;*/
	background-color: #ccebcc;
	width: 100%; 
	position: fixed;
	left: 0;
	bottom: 0;
	border-bottom:1px solid #666;
	border-top:1px solid #666;
	text-align:center;
	}