@charset "utf-8";
html {
	height: 100%;
}

body {
	margin: 0px;
	height: 100%;
	background-image: url(img/backgroundGradient.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
}

#paper {
	background-image: url(img/backgroundPaper.jpg);
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	background-repeat: repeat-x;
	background-color: #CACACA;
}
#paper1 {
	background-image: url(img/backgroundPaper.jpg);
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	height: 1150px;
	background-repeat: repeat-x;
	background-color: #CACACA;
}
#floater {
	float: left;
}
#logo {
	background-image: url(img/logo.jpg);
	background-repeat: no-repeat;
	height: 201px;
	width: 201px;
	position: relative;
	top: 31px;
	left: -100px;
}

#menu {
	background-image: url(img/menu.jpg);
	width: 198px;
	position: relative;
	top: 32px;
	left: -28px;
	height: 308px;
}
#links {
	padding-top: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
}
#links a {
	color: #333333;
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 18px;
	font-size: 15px;
}
#links  a:hover {
	color: #000000;
}
#active  {
	background-image: url(img/punkt.png);
	background-repeat: no-repeat;
	background-position: left center;
}



#content {
	padding-top: 135px;
	padding-left: 200px;
	font-size: 12px;
	color: #333333;
	padding-right: 30px;
}
h1 {
	font-size: 24px;
	color: #763711;
	margin: 0px;
}
#text a {
	color: #197D18;
	font-weight: bold;
}
