@charset "utf-8";
/* CSS Document */

html {
	background-image: url(bg_main.png);
}

body {
	background-image: url(bg.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size: 120%;
	font-size: 100%;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	text-shadow: 2px 2px 3px #000;
	margin: 0;
}

header {
	background-image: url(bg_top.png);
	border-style: none;
	border-spacing: 0;
	border-bottom: 1px;
	border-bottom-color: #271c13;
	padding: 10px;
	box-shadow: 2px 2px 3px #271c13;
}

header nav {
	display: inline-block;
	font-size: 1.2em;
	text-shadow: 2px 2px 3px #000;
}

header img {
	float: left;
}

header nav img {
	position: relative;
	top: -5px;
}
	

header li {
	list-style-type: none;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

a:link,
a:visited,
a:focus,
a:active {
	color: green;
	font-weight: bolder;
	text-decoration: none;
}

a:hover {
	color: #0F0;
	font-weight: bolder;
	text-decoration: underline;
}

#main {
	border-width: 0;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	min-height: 80%;
}

#haupt {
	width: 80%;
	margin-left: 10%;
}

article {
		width: 50%
}

article,
aside {
	float: left;
	border-color: rgba(0,51,0,0.8);
	border-width: 2;
	border-style: solid;
	border-radius: 10px;
	background-color: rgba(0,51,0,0.8);
	margin: 15px;
	margin-left: 30px;
	padding: 10px;
	box-shadow: 2px 2px 10px rgb(0,51,0);
	min-width: 200px;
}

article img {
	float:left;
	margin-right: 10px;
}

table,
th,
td {
	background-color: rgba(0,0,0,0.5);
	border-width: 0;
	border-collapse: collapse;
	border-bottom: 1px #FFF solid;
}

th {
	vertical-align: top;
}

footer {
	clear: both;
	background-image: url(bg_footer.png);
	padding: 10px;
}