body {
	background-color:#C7EEC5;
	font-size: 12px;
	color:#000000;
	padding:0px;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.upperside{
background: url(/images/background_01.gif) no-repeat center;
height:83px;
}
.leftside{
background: url(/images/background_02.gif) no-repeat right;
background-position:top;
height:517px;
width:67px;
}
.rightside{
background: url(/images/background_03.gif) no-repeat left;
background-position:top;
height:517px;
width:67px;
}
ul{
margin:0px;
padding:0px;
list-style-type: none;
}
h3{
	text-align:center;
	font-size: 18px;
	color:#077147;
	margin:0px;
	padding:5px;
}
a:hover {
	color:#077147;
	text-decoration: underline;
}
a {
	color:#077147;
	text-decoration: none;
}
#lanchoice ul{
text-align:right;
margin:0px;
padding:0px;
list-style-type: none;
}
#lanchoice a:hover {
	color:#077147;
	text-decoration: underline;
}
#lanchoice a {
	color:#077147;
	text-decoration: none;
}
#menu { 	
	height: 27px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}
#menu a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}
#menu a {
	color:#FFFFFF;
	text-decoration: none;
}
#menu .currentmenu {
	color:#FFFFFF;
	font-weight:100;
}
#menu .menuleft { 	
	background: url(/images/menu_01.gif) no-repeat right;
	width: 9px;
	height: 27px;
}
#menu .menumiddle { 	
	background: url(/images/menu_02.gif) center;
}
#menu .menuright { 	
	background: url(/images/menu_03.gif) no-repeat left;
	width: 9px;
	height: 27px;
}
#home { 	
	padding: 0px 30px 0px 30px;
	margin:0px;
	text-align:left;
}
#home a:hover {
	color:#077147;
	font-weight:bold;
	text-decoration: underline;
}
#home ul{
margin:0px 0px 0px 10px;
padding:0px 0px 0px 10px;
list-style-type: square;
}
#home a {
	color:#077147;
	font-weight:bold;
	text-decoration: none;
}
#home b {
	color:#077147;
	}
#footer {
	text-align:center;
	font-size: 10px;
	color:#000000;
}
#footer span {
	margin: 0px 10px 0px 10px;
}
#adress {
	text-align: center;
	width: 400px;
	height:auto;
	padding: 10px 10px;
	float: left;
	position: relative;
	margin: 10px;
}
#adress .adressheader{
	font-size: 24px;
}
#adress .adressstreet{
	font-size: 16px;
}
#adress .adresstax{
	font-size: 12px;
}
#form {
	text-align: left;
	width: 300px;
	height:auto;
	padding: 10px;
	float: right;
	position: relative;
	margin: 10px;
}
#form .formtext{
	text-align: right;
	vertical-align: top;
}
#form .formthankx{
	text-align: center;
	margin-top: 75px;
}
#form .formfield{
	text-align: left;
}
#form .formbutton{
	text-align: center;
}

#form .formpressbutton {
	border: 1px solid #000000;
	width: 100px;
	margin: 2px;
	padding: 2px;
}
#form .pairbuttons {
	text-align: center;
}
#form .pair {
	position:relative;
	margin:10px;
}
#form .pairerror {
	position:relative;
	margin:10px;
	color: #C00316;
	background-color:#C7EEC5;
}
#form input#name, #form input#email, #form input#subject {
	position:absolute;
	left:100px;
	width:150px;
}
#form input#nameerror, #form input#emailerror, #form input#subjecterror {
	position:absolute;
	left:100px;
	width:150px;
	border: 2px solid #C00316;
}
#form .message {
	width:250px;
}
#form .messageerror {
	width:250px;
	border: 2px solid #C00316;
}
.closed {
	color: #FF0000;
	font-weight: bold;
	text-align: center;
	font-size: medium;
}
