/* CSS Document */

/* reset */
* {
margin: 0;
padding: 0;
}

/* render html5 elements as block */
header, footer, section, aside, nav, article {
display: block;
}

body {
line-height: 1;
background: #999;
font-family: Arial, Helvetica, Verdana sans-serif;
color: #666;
font-size: 16px;
line-height: 20px;
}


#main {
width: 940px;
margin: 0 auto;
background: #FFF;
overflow: hidden;
}

#content {
float: right;
width: 940px;
}


footer {
width: 940px;
margin: 0 auto;
clear: both;
}

a:link, a:visited {
color:#314FDD;
text-decoration: none;
}

a:hover, a:active {
text-decoration: underline;
}
	
/* layout */

#struktur {
width: 940px;
margin: 0 auto;
margin-top: 10px;
margin-bottom: 10px;
background: #FFF;
}


/* Seitenkopf */

#ueberschrift {
width: 940px;
height: 60px;
margin: 0 auto;
background: #000;
}

#bild {
width: 940px;
height: 300px;
margin: 0 auto;
background: #000 url(bilder/oben_bild_940x300.png) no-repeat left top;
}

#ueberschrift h1 {
margin: 0 auto;
text-align: center;
line-height: normal;
padding-top: 10px;	
font-size: 30px;
color: #FF9966;
font-variant: small-caps;
}


/* Ende von Seitenkopf */

/* nav */

nav {
width: 940px;
height: 60px;
margin: 0 auto;
background: #000;
}

nav .menu {
font-weight: bold;
}

nav .menu ul {
margin: 0;
padding: 14px 0 0 20px;
list-style: none;
line-height: normal;
}

nav .menu li {
display: block;
float: left;
}

nav .menu a {
display: block;
float: left;
margin-right: 5px;
padding: 0px 15px;
text-decoration: none;
font-size: 18px;
color: #C8D3FE;
}

nav .menu a:hover {
text-decoration: underline;
}

/* Ende von nav */

/** ARTICLES **/

main .menu a:hover {
text-decoration: underline;
}

article {
padding: 20px 30px 5px 40px;
font-size: 24px;
line-height: 1.5em;
}



.caption {
    color: #0000FF;
	display: block;
	font-size: 20px;
	font-variant: small-caps;
	line-height: 1.5em;
}



p {
margin-top: 5px;
text-align: justify;

}

/** Ende von ARTICLES **/

/** Fussblock **/



#footer-area {
background: #000;
color: #efefef;
font-size: 90%;
padding: 18px 0;
overflow: hidden;
}

.menu {
font-weight: bold;
}

.menu ul {
margin: 0;
padding: 14px 0 0 20px;
list-style: none;
line-height: normal;
}

.menu li {
display: block;
float: left;
}

.menu a {
display: block;
float: left;
margin-right: 5px;
padding: 0px 15px;
text-decoration: none;
font-size: 18px;
color: #C8D3FE;
}

.menu a:hover {
text-decoration: underline;




/** Ende von Fussblock **/            