
body {
	background-image:url(../../img/body_bg.gif);
	background-repeat:repeat-x;
	background-color:#e9da98;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7e7e7e;

}
a , a:hover {
	color:#e3ce6e;
	text-decoration:none;
}

a.info_link,a.info_link:hover {
	color:#8f8d89;
}

a.intern,a:hover.intern {
	color:#8f8d89;
	text-decoration:underline;
	font-weight:bold;
}

#container {
	margin:0px auto 0px auto;
	width:996px;
}

#column_left {
	float:left;
	background-color:#fff0d0;
	width:164px;
	height:565px;
	padding:20px 0px 0px 20px;
}

#nav a, #nav a:hover, #nav a.on,
#subnav a,#subnav a:hover,#subnav a.on {
	display:block;
	color:#8f8d89;
	text-decoration:none;
	width:156px;
	padding:1px 0px 1px 0px;
}
#nav a:hover, #subnav a:hover {
	font-weight:bold;
}
#nav a.on,#nav a:hover.on, #subnav a.on,#subnav a:hover.on {
	font-weight:bold;
	background-image:url(../../img/nav_over.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	width:144px;
	padding:1px 0px 1px 14px;
}
#nav {
	height:358px;
}
#subnav {
	margin:0px 0px 0px 10px;
	width:124px;
}

#subnav,#subnav a.on,#subnav a:hover.on {
/*	padding:1px 0px 1px 10px;*/
}
#lang {
	color:#e3ce6e;
	font-weight:bold;
}

#content {
	float:left;
	background-color:white;
	overflow:hidden;
	width:566px;
	height:557px;
	padding:14px;
	margin:0px 0px 0px 16px;
}
#txt {
	height:248px;
}
#img {
}

#column_right {
	float:right;
	background-image:url(../../img/column_right_bg.jpg);
	background-color:#fff0d0;
	width:156px;
	height:550px;
	overflow:auto;
	padding:20px 15px 15px 15px;
}
#column_right p {
 	padding:0px 0px 0px 6px;
 	margin:0px;
}
#footer {
	clear:left;
	padding:12px 0px 0px 15px;
}
#footer img {
}


.prices {
	width:450px;
}
#prices1 .first {
	width:300px;
}
.prices th {
	border-bottom:1px solid #ccc;
	padding:3px;
	text-align:left;
}

.prices td {
	border-bottom:1px solid #ccc;
	padding:3px;
}

td.spacer {
	font-size:5px;
	border-bottom:0px;
}



