@import url('farbe_05.css');

* {
	margin: 0;
	padding: 0;
	font-family: "Franklin Gothic Book", "Trebuchet MS", "DejaVu Sans Condensed", sans-serif;
	font-size: 100.01%;
}

html, body {
	background-repeat: repeat-x;
	background-attachment: fixed;
}

h1 {
	font-size: 140%;
}

p {
	margin: 1ex 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

li {
	margin-left: 1.3em;
}

#top {
	position: relative;
	top: 0px;
	left: 0px;
	width: 90%;
	height: 165px;
	margin: auto;
}

#heading {
	font-size: 200%;
	font-weight: bold;
	padding-top: 1em;
}

#toppic {
	float: right;
	height: 165px;
	width: 300px;
	background-position: top right;
	background-repeat: no-repeat;
}

#logo {
	position: relative;
	top: 10px;
	left: 15px;
}

#foot {
	text-align: center;
}

#main {
	position: relative;
	margin-bottom: 1em;
	margin-top: 3px;
	margin-left: 11em;
}

#pagecontent {
	padding: 1ex;
	margin: auto;
	width: 95%;
	border-width: 2px;
	border-style: solid;
}

#printicon {
	float: right;
	width: 17px;
	height: 17px;
}

#printicon img {
	border: none;
}

#container {
	/*
	border-left-width: 2px;
	border-left-style: solid;
	border-right-width: 2px;
	border-right-style: solid;
	width: 53em;
	margin: 1ex auto;
	padding: 1ex 0;
	*/
}


