﻿/* 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: #4682B4;
font-size: 1em;
font-family: Trebuchet MS;
color:#564b47;
}
pre, code {
font-size: 1.3em;
}
a {color: #999;}
a:visited {color:#999;}
a:hover {color: #ccc;}
a:active { color:#000000;}

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

h3 {
font-size:1.38em;
font-weight: normal;
margin: 0 0 10px;
}

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

ul{
	list-style-type:none;}
/* ----------container zentriert das layout-------------- */

#container {
max-width: 1200px;
min-width:960px;
margin:10px  auto;
background-color: #eee;
}

/* ----------header for logo-------------- */
header {
	
	background: #eee;
	background-size: 100% auto;
	/*background-image: url('../Hompage/Bilder/titel_oder.JPG');*/
	background-repeat: no-repeat;
	background-position: left;
}
	
header p{
	font-family: "Arial Black";
	color:#FDF5E6;
	text-transform: uppercase;
	font-size: 30px;
}
header img{	
 padding: 0 0 0px;}


/* -------------- navigavtion------------- */

nav {
font-size: 16px;
background: #B0C4DE;
color:#000080;
text-align: left;
}

nav ul { 
list-style-type: none; 
margin:0;
}

nav li {
display: inline;
position: relative;
}

nav li ul {
    background: #B0C4DE;
    margin: 0; padding: 0;
    position: absolute;
    top: 1.5em; left: -0.05em;
    display: none;  /* Unternavigation ausblenden */
  }
  
nav li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
  }
  
nav li ul li {
    float: none;
    display: block;
  }
  
nav a {
display: inline-block;
margin:0;
color: #000080;
/*border-right:1px solid #97827F;*/
padding: 10px 50px;
text-decoration: none;}
nav a:visited {color:#000080;}

nav a:hover {
color: #ccc;
}

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


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

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

aside {
padding:20px;
color:#FDF5E6;
float:right;
width: 25%;
}

/* -----------footer--------------------------- */
footer.footer {
padding: 20px;
clear:both;
background-color: #564B47;
color:#fff;
}

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

.footer-segment {
    display: inline-block;
    vertical-align: top;
    width: 32%;
}

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

