*{
	padding : 0px;
	margin : 0px;
	font-family: Arial, Verdana, sans-serif;
}

body {
	width: 1095px;
	background-color: #CEEAFF;
	margin: 15px auto;
	}
header {
	height: 60px;
	background-color: #008DB7;
    border: gray 6px groove;
	border-radius: 10px;
	}
header h1 {
	font-family: Verdana;
	font-style: italic;
	padding-left: 360px;
	padding-top: 10px;
	color: white;
	font-size: 20pt;
	text-shadown: black 1px 1px 4px;
}
header h2 {
    font-family: Verdana;
	font-style: italic;
	color: white;
	font-size: 12pt;
	padding-left: 80px;
	text-shadown: black 1px 1px 4px;
}
 nav ul	{
    list-style-type: none;
    }
nav li	{
    display: outline;
    margin-top: 5px;
    margin-right: 20px;
    background-color: #008DB7;
    padding-right: 5px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 3px;
    border: #c0c0c0 3px outset;
    border-radius: 5px;
    font-weight: bold;
    cursor: default;
}
nav {
    float: left; 
    width: 300px;
    margin-top: 100px;
	text-align: left;
	margin-bottom: 10px;
	}

nav a{
    font-size: 12px;
    text-decoration: none;
    color: white;
text-shadow: gray 0px 0px 4px
}
nav li:hover{
	border: #c0c0c0 3px inset;
}
nav a :hover {
color: darkblue;
text-shadow: none;
}

section {
    width: 1275px;
    }

article {
    color: white;
    float: left;
    width: 580px;
    height: 500px;
    border: gray 6px groove;
    border-radius: 10px;
    text-align: left;
    margin-top: 10px;
    margin-left: 0px;
    margin-bottom: 5px;
    padding: 10px;
    background-color: #008DB7;
}
 article h1 {
    font-size: 38pt;
}
article p {
    font-size: 12;
    font-style: italic;
    font-weight: bold;
    color: white;
}
aside {
    text-align: center;
    color: white;
    float: left;
    width: 155px;
    height: 520px;
    background-color: #008DB7;
    border: gray 6px groove;
    border-radius: 10px;
    margin-top: 10px;
    margin-left: 15px;
}
aside h3 {
    font-size: 12pt;
    padding-bottom: 10px;
    font-variant: small-caps;
    padding-top: 25px;
}
aside p {
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    color: white;
}
nav1 ul	{
    list-style-type: none;
    }
nav1 li	{
    display: outline;
    margin-top: 5px;
    margin-right: 20px;
    background-color: #008DB7;
    padding-right: 5px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 3px;
    border: #c0c0c0 3px outset;
    border-radius: 5px;
    font-weight: bold;
    cursor: default;
}
nav1 {
    float: left;
    width: 1115px;
    text-align: right;
	}

nav1 a{
    font-size: 14px;
    text-decoration: none;
    color: white;
text-shadow: gray 0px 0px 4px
}
nav1 li:hover{
	border: #c0c0c0 3px inset;
}
nav1 a :hover {
color: red;
text-shadow: none;
}

.grossbild {
    width: 450px;
    height: 300px;
}
.kleinbild {
     width: 145px;
    height: 100px;
}
.kleinbild2 {
     width: 100px;
    height: 100px;
}
