BODY {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #DBDBD3;	/*background: url(images/main.jpg) repeat-y 50% top #333333;	*/
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
}
h1{
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #494436;
	text-transform: uppercase;
	background-image: url(images/h1.jpg);
	background-repeat: no-repeat;
	text-indent: 5px;
	width: 590px;
	height: 27px;
	line-height: 27px;
}
h2{font-weight: bold;text-decoration: none;font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 12pt;color: #333333}
#container 
{
	width: 808px;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
	background-image: url(images/main.jpg);
	background-repeat: repeat-y;
}
#header {
	position:relative;
	width:808px;
	height:153px;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	left: -4px;
}
#header_de {
	position:relative;
	width:808px;
	height:153px;
	background-image: url(images/top_de.jpg);
	background-repeat: no-repeat;
	left: -4px;
}
#lang {
	position:absolute;
	width:70px;
	height:28px;
	z-index:3;
	left: 5px;
	top: 125px;
}

#footer {
	position:relative;
	width:808px;
	height:32px;
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	left: -4px;
}
#main {
	width:620px;
	left:0px;
	color: #333333;
	position: relative;
	text-align: left;
	margin-left: 160px;
	margin-right: 10px;
}
a:link {
	color: #006699;
	text-decoration: none;
	border-top: 1px none #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
	border-left: 1px none #CCCCCC;
}
a:visited {
	color: #006699;
	text-decoration: none;
	border-top: 1px none #FFFFFF;
	border-right: 1px none #FFFFFF;
	border-bottom: 1px dashed #FFFFFF;
	border-left: 1px none #FFFFFF;
}
a:hover {
	color: #000000;
	border-top: 1px none #FFFFFF;
	border-right: 1px none #FFFFFF;
	border-left: 1px none #FFFFFF;
	border-bottom-color: #006699;
	border-top-style: solid;
	border-bottom-width: 1px;
	
}
a:active {
	color: #CC0000;
}
#menu_main {
	position:absolute;
	width:158px;
	height:263px;
	left: 0px;
	top: 152px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
	line-height: 40px;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
}
#menu {
	position:absolute;
	width:150px;
	height:242px;
	left: 5px;
	top: 20px;
}
#menu_info {
	position:absolute;
	width:153px;
	height:19px;
	left: 8px;
	line-height: 10px;
	top: 2px;
	color: #8A876F;
	
}
a.menu:link {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	border-style: none;
	padding-right: 3px;
	padding-left: 3px;
	width: 150px;
	float: left;
}
a.menu:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	border-style: none;
	padding-right: 3px;
	padding-left: 3px;
	width: 150px;
	float: left;
}
a.menu:hover {
	color: #CC0000;
	border-top: 1px none #FFFFFF;
	border-right: 1px none #FFFFFF;
	border-bottom: 1px none #FFFFFF;
	border-left: 1px none #FFFFFF;
	padding-right: 3px;
	padding-left: 3px;
	width: 150px;
	float: left;
	background: transparent;
}
a.menu:active {
	color: #000000;
}
.red {
	color: #CC0000;
}
#home {
	position:absolute;
	width:284px;
	height:139px;
	z-index:2;
	left: 522px;
	top: 8px;
	cursor: pointer;
}
.input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-align: left;
	background-color: #F7F5EE;
	border: solid 1px #333333;
}
.floatright
{
	float: right;
	margin: 0 0 10px 10px;
	background-color: #fff;
	padding: 10px;
	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;
}

div.floatright img
{
border-top: 2px solid #555;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
border-left: 2px solid #555;
}

p { margin-top: 0; }
