@charset "utf-8";

/* layout classes */

* {
	margin: 0;
	padding: 0;
}
html, body, #wrapper {
	height: 100%;
	text-align: center;
}
html {
	margin-bottom: 1px;
	overflow-y: scroll;
}
body {
	background-color: #fff;
	color: #333;
	font: 12px/18px Arial, Helvetica, sans-serif;
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#content a.pdf {
	display: inline;
	padding: 1px 0px 2px 20px;
	background: url(../images/types/pdf_small.png) left center no-repeat transparent;
}
img {
	border: 0;
}

#wrapper {

}
#page {
	margin: 0 auto;
	height: 100%;
	text-align: left;
	
	width: 800px;
}
table.page {
	height: 100%;
	width: 100%;
}

#logo {
	height: 90px;
	margin-top: 10px;
	text-align: right;
}
#menu {
	float: left;
	padding-right: 10px;
	width: 190px; /* = 200px */
}

#primary {

}
#secondary {

}
#tertiary {

}

#content {
	/* margin-left: 200px; seit .floatbox nicht mehr notwendig */ /* = #menu.width */
	padding: 0;
	width: 600px; /* = 600px */
}
#foot {
	border-top: 1px dotted #999;
	clear: both;
	font-size: 10px;
	margin-top: 1em;
	padding: 0.25em 0.5em;
}
