/*hirschkreit huette seiten*/

@import url(http://fonts.googleapis.com/css?family=Jim+Nightshade);
* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

header {
text-align: center;
width: 300px;
height: 90px;
margin-bottom: 10px;
}
.zentriert {
  width: 230px;
  margin: 0 auto;
}
.zentriert2 {
  width: 180px;
  margin: 0 auto;
}
.zentriert3 {
  width: 770px;
  margin: 0 auto;
}

banner {
width: 1240px;
height: 20px;
margin: 0 100px;
}
banner ul {
list-style: none;
text-align: center;
}
banner ul li {
display: inline;
margin: 0 160px;
font-family: 'Jim Nightshade', 'cursive';
font-size: 210%;
color: white;
text-align: center;
}

h2 {
font-family: 'Jim Nightshade', 'cursive';
font-size: 260%;
color: white;
text-align: center;
}

body {
font-family: Verdana;
font-size: 14px;
width: 1240px;
margin: 0 auto;
background: green;
}

h1 {
font-family: 'Jim Nightshade', 'cursive';
font-size: 260%;
color: white;
text-align: center;
width: 200px;
height: 120px;
background: darkred;
border:  3px green solid;
border-radius: 10px;
/*margin-top: 10px;*/
padding: 5px;
}

aside {
float: right;
height: 320px;
width: 360px;
background: darkred;
color: white;
border-radius: 10px;
margin: 20px 30px;
padding: 10px 15px;
}

aside ul {
list-style-image: url(images/listflower.gif);
}

main {
float: right;
height: 320px;
width: 360px;
background: darkred;
color: white;
border-radius: 10px;
margin: 20px;
padding: 10px 15px;
}

article {
color: white;
font-size: 100%;
text-align: center;
height: 200px;
margin: 100px 0 50px 0;
text-decoration: none;
}

article a:link {
color: white;
font-size: 220%;
text-align: center;
height: 200px;
margin: 100px;
text-decoration: none;
}

img {
margin: 30px 20px 10px 40px;
}

nav ul {
clear: both;
list-style: none;
text-align: center;
margin-top: 10px;
margin-bottom: 10px;
}
nav ul li {
display: right;
border: 2px green solid;
background: darkred;
border-radius: 10px;
padding: 5px;
width: 100px;
}

nav ul li a {
text-decoration: none;
}
nav li a:aktiv {
color: green;
}	
nav ul li a:link {
color: white;
font-weight: bold;
}

nav ul li a:visited {
color: white;
}

footer {
text-align: center;
padding: 2px;
clear: both;
font-size: 80%;
font-weight: bold;
color: darkred;
border-top: 1px solid darkred;
}
