@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: #e0e0e0;
	color: #333;
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
}
a {
	color: #f60;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 802px;
}
#page {
	height: 100%;
	width: 802px;
}
table.page {
	background-color: #fff; /* scroll background workaround */
	border-left: 1px solid #666; /* scroll workaround */
	border-right: 1px solid #666; /* scroll workaround */
	
	height: 100%;
	width: 100%;
	
	overflow: hidden;
}
#logo {
	height: 62px;
	margin: 9px;
}
#image {
	background-color: #eee;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	height: 240px;
	width: 800px;
}
#langmenu {
	text-align: right;	
}
#menu {
	float: left;
	width: 200px;
}
#content {
	/*margin-left: 200px;*/
	padding-right: 10px;
	width: 590px; /* 600px */
}
#foot {
	border-top: 1px dotted #333;
	line-height: 2em;
	margin-top: 1em;
	padding: 0 1em;
}
#foot a {
	color: #333;
}
#impressum {
	text-align: left;
}
#impressum a {
	color: #c0c0c0;
	text-decoration: none;
}
#impressum a:hover {
	text-decoration: underline;
}
