/* basics */

/* reset */
* {
margin: 0;
padding: 0;
}

/* render html5 elements as block */
header, footer, section, aside, nav, article {
display: block;
}

/* standard body */
body {
margin: 0 auto;
width: 960px;
font: 14px/20px  Verdana, Helvetica, Arial, sans-serif;
background: #D5E1FC;
background-image:url('../grafik/bg.jpg');
background-size: cover;
background-repeat: no-repeat;

}

/* standard alignments */
.alignleft {
float: left;
}

img.alignleft {
margin: 5px 10px 2px 0; 
}

.alignright {
float: right;
}

img.alignright {
margin: 5px 0 2px 10px; 
}

.center {
text-align: center;
}

/* Hx tags */

h1 {
font-size: 30px;
font-family: Verdana, Helvetica, Arial, sans-serif;
padding: 20px 0;
}

h2 {
font-size: 24px;
padding: 20px 0;
}

h2 a {
color: #ed8400;
}

h2 a:hover {
color: #4860a5;
}

h3 {
font-size: 18px;
color: #000;
padding-bottom: 3px;
border-bottom: #ed8400 1px solid;
margin-bottom: 10px;
}

p {
padding-bottom: 20px;
}

/* header */

header {
	margin-top: 10px;
	height: 220px; /* for IE */
	min-height: 220px; /* for not-IE */

-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
	background-color: #fff;
	background-image: url('../grafik/header.png');
}

header h1, header h3, header p {
position: relative;
z-index: 9999;
width: 500px;
color: #fff;
}

header h1 {
padding: 20px 0 20px 20px;
color: #BB001F;
line-height: 120%;
width: 600px;
}

header p {
padding-left: 20px;
color: #fff;
}

/* nav */

nav {
background: #0D1CAF;
margin: 0 auto;
width: 960px;
display: block;
float: left;
-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
}

nav .menu {
font-size: 16px;
font-weight: bold;
margin-left: 12px;
}

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

nav .menu li {
float: left;
position: relative;
}

nav .menu a {
display: block;
text-decoration: none;
color: #FFF;
padding: 0 30px;
line-height: 38px;
}

nav .menu a:hover {
color: #ed8400;
}

/* nav 1-level dropdowns */
nav .menu li ul { 
display: none; 
}

nav .menu ul li a {
display: block;
text-decoration: none;
color: #FFF;
background: #0D1CAF;
margin-left: 1px;
white-space: nowrap;
}
nav .menu ul li a:hover { 
background: #4860a5; 
}

nav .menu li:hover ul {
display: block;
position: absolute;
}

nav .menu li:hover li {
float: none;
}

nav .menu li:hover a { 
background: #4860a5; 
}

nav .menu li:hover li a:hover { 
background: #4860a5; 
}

nav .menu p { 
font-size: 14px;
color: #fff; 
}

nav .menu h3 { 
color: #fff; 
}

/* content and sidebar layout */

#content {
float: left; 
width: 610px; 
margin:10px 0 10px 0; 
padding:5px 20px 5px 20px;
background-color: #fff;
-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
}

aside {
float: right;
text-align: left; 
width: 300px; 
margin:0; 
padding:0;
}

/* article */
.articlecontent p a {
color: #ed8400;
}

.articlecontent p a:hover {
color: #4860a5;
}

/* Beschreibungs Liste */
.articlecontent ul {
margin: 0 0 0 40px;
list-style-image: url(images/orangearrow.gif);
}

/* box shadow on pics */
.articlecontent img {
-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
}

/* sidebar */
aside section {
margin: 10px 0 0 0;
padding: 10px 15px;
background-color: #fff;
-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
}

aside section ul {
margin: 0 0 0 20px;
list-style-image: url(images/orangearrow.gif);
color: #ed8400;
}

aside section ul li a {
display: block;
text-decoration: none;
color: #000;
}

aside section ul li a:hover {
background-color: #ed8400;
color: #fff;
}

/* footer */
footer {
clear: both;
float: left;
background: #0D1CAF;
width: 960px;
color: #fff;
margin-bottom: 10px;
-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
}

footer p {
text-align: right;
font-size: 11px;
padding-right: 20px;
}

footer a {
color: #ed8400;
}

footer a:hover {
color: #FFF;
text-decoration: none;
}
#mapdiv{
	float: left;
	width: 600px;
	height: 400px;
	background-color: #F0E68C;
}
