a:hover {
	color: #009900;
	text-decoration: underline
}

a {
	color: #009900;
	text-decoration: none;
}

a.menu:hover {
	color: #009900; 
	text-decoration: none;
	font-size: 110%;
	text-transform: uppercase;
}

a.menu {
	color: #009900;
	text-decoration: none;
	text-transform: uppercase;
}

a.bottom:hover {
	color: #FFFF88; 
	text-decoration: underline;
}

a.bottom {
	color: #FFFF88;
	text-decoration: none;
}

a.noncolor:hover {
	color: #000000; 
	text-decoration: underline;
}

a.noncolor {
	color: #000000;
	text-decoration: none;
}

body {
	background: #FFFFAA;
	color: #000000;
	font-family: "Trebuchet MS", "Sans-serif";          
	font-size: 14px;
	margin: 5px 0px 5px 0px;
}





table.outer {
	width: 100%;
	height: 100%;
}

table.photogallery {
	width: 400px;
}

td.outer {
	height: 100%;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}

table.page {
	width: 705px;
}

td.corrector {
	width: 5px;
	vertical-align: top;
	background: #FFFFAA;
}

td.top {
	background: #FFFFAA url(./images/bg_td_top.jpg) no-repeat;
	height: 130px;
	max-height: 130px;
	width: 610px;
	vertical-align: top;
}

td.menu {
	background: #FFFFAA;
	vertical-align: top;
	width: 90px;

	padding:0px;
	margin: 0px;

}

td.main {
	background: #FFFFAA url(./images/bg_td_main.jpg) repeat-y;
	vertical-align: top;
	width: 610px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 15px;
	vertical-align: top;
}

td.bottom {
	background: #FFFFAA url(./images/bg_td_bottom.jpg) no-repeat;
	height: 60px;
	max-height: 60px;
	width: 610px;
	vertical-align: top;
	text-align: center;
	font-size: 13px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	font-size: 10px;
	padding: 5px;
}



table.lang {
	width: 50px;
}

table.top {
	width: 600px;
	height: 125px;
	padding: 0px;
	margin: 0px;
}

td.lang {
	width: 60px;
	vertical-align: middle;
	
}

td.logo {
	width: 540px;
	vertical-align: top;
}

td.side{
	width:10px;
}


table.menu {
	width: 90px;
	margin-top: 20px;
}

td.menu_item {
	height: 25px;
	width: 90px;
	font-size: 12px;
	text-align: right;
}



.h_center {
	color: #009900;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

.h_left {
	color: #009900;
	font-size: 20px;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

.p_main {
	text-align: justify;
	background-color: #CCFFCC;
	color: #000000;
}

.p_item {
	text-align: justify;
	background-color: #FFFFAA;
	color: #000000;
}

.n_justify {
	text-align: justify;
	vertical-align: top;
}

.n_left {
	text-align: left;
	vertical-align: top;
}

.n_center {
	text-align: center;
	vertical-align: top;
}

.i_center {
  text-align: center;
  vertical-align: middle;
}

.n_right {
	text-align: right;
	vertical-align: top;
}

.c_left {
	text-align: left;
	color: #009900;
}

img.photo {
	border: #000000 1px solid;
	margin: 5px;
}

.textfield {
	border: 1px solid #000000;
	background: #FFFFCC;
	color: #000000;
	width: 150px;
}

.textfield_long {
	border: 1px solid #000000;
	background: #FFFFCC;
	color: #000000;
	width: 300px;
}

.textarea { 
	border: 1px solid #000000;
	background: #FFFFCC;
	color: #000000;
	height: 100px;
	width: 300px;
}

.button {
	background: #FFFFCC;
	border: 1px solid #000000;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	width: 100px;
}

.button_long {
	background: #FFFFCC;
	border: 1px solid #000000;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	width: 120px;
}

hr.forum {
	width: 100%;	
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: 1px dotted #000000;
}

/* forum */
table.forum_msg {

	width: 95%;
}

td.forum_title_r {
	border-top: #000000 solid 1px;	
	border-right: #000000 solid 1px;		
	background: #FFFFCC;
	font-size: 14px;
}

td.forum_title_l {
	border-top: #000000 solid 1px;	
	border-left: #000000 solid 1px;		
	background: #FFFFCC;
	font-size: 14px;
}

td.forum_msg {
	border-bottom: #000000 solid 1px;	
	border-right: #000000 solid 1px;		
	border-left: #000000 solid 1px;		
	background: #FFFFCC;
}

/* info */

table.info_msg {
	width: 95%;
}

td.info_title {
	border-top: #000000 solid 1px;	
	border-left: #000000 solid 1px;
  border-right: #000000 solid 1px;		
	background: #FFFFCC;
}

td.info_title_r {
	border-top: #000000 solid 1px;	
	border-right: #000000 solid 1px;		
	background: #FFFFCC;
}

td.info_title_l {
	border-top: #000000 solid 1px;	
	border-left: #000000 solid 1px;		
	background: #FFFFCC;
}

td.info_msg {
	border-bottom: #000000 solid 1px;	
	border-right: #000000 solid 1px;		
	border-left: #000000 solid 1px;		
	background: #FFFFCC;
}

.map {
  overfow: hidden;
  height: 500px;
  width: 550px;
  margin-left:auto;
  margin-right: auto;
  border: 1px solid #222222;
}

.euro {
  font-size: 10px;
}

.pricelist {
  width: 450px; 
}

.pricelist td {
  width: 150px;
}

.banner {
   width: 570px;
   height: 427px;
   padding-top: 0px;
   padding-bottom: 0px;
   padding-left: 0px;
   padding-right: 0px;
   border: 1px solid #222;
   margin-left: auto;
   margin-right: auto;
}

