﻿/* 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: #660000;
font-size: 0.95em;
font-family: Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
}
pre, code {
font-size: 1.3em;
}
a {color: #660000;}
a:visited {color:#660000;}
a:hover {color: #6D1CE5;
font-weight:bold;}
a:active { color:#000000;}

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

img.download {vertical-align:middle;}

/* ----------container zentriert das layout-------------- */
#container {
max-width: 1200px;
min-width:960px;
margin:0px  auto;
background-color: #eee;
}

/* ----------header for logo-------------- */
header {
	padding:20px;
	background:#000;
	height:100px;
}
	
header p{
	/*text-transform:uppercase;*/
	font-size:11px;
	color:#fff;

}
header img{ padding: 0 0 10px;
float:left;
}
header h2 {
	margin:30px 0 0 10px;
	float:left;
	color:#fff;
}

/* ----------------- content--------------------- */
section#content {
	background-color: #ffffff;
	margin: 0 250px;
	min-height:600px;
	padding:0 20px 20px 20px;
	border-top:5px #eee solid;
}

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

/* -------------- navigavtion------------- */
nav {
clear:left;
float: left;
width: 250px;
padding:20px;
}
nav li {
	list-style:none;
}
nav li a {
	line-height:40px;
	background-image:url('bilder/korb0.png');
	background-repeat:no-repeat;
	padding:0 0 0px 70px;
	display:block;
	height:50px;
	text-decoration:none;
}
nav li a:hover, nav li.active a {
	background-image:url('bilder/korb02.png');
	color:#6D1CE5;
}
/* -------------- side infos ------------- */
aside{
float: right;
width: 250px;
padding:20px;
}
aside li {
	list-style:none;
	}

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

background-color:black;
padding:20px;
clear: both;
border-top:5px solid #ccc;
}

footer p a {
	color:#fff;
	text-decoration:none;	
}

footer p a:visited {
	color:#fff;
	text-decoration:none;
}

