
body {
	font-family: verdana, ariel, sans-serif;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background: url(/img/bgside.png) repeat-x white;
}

#bd {
	background: url(/img/bgred.png) no-repeat;
	background-position: top center;
	width: 100%;
}

#header {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

#logo {
	float: left;
	margin-left: 0px;
	margin-top: 37px;
}


#top {
	/*float: left;*/
	height: 31px;
}

#contentheader {
	clear: both;
	width: 908px;
	height: 212px;
	padding: 0px;
	margin: 0px;
	border-top: 5px solid white;
	border-left: 5px solid white;
	border-right: 5px solid white;
	border-bottom: 5px solid #f0f0f0;
	background: black;
}

#content {
	color: rgb(71,74,81);
}


#navigation {
	float: right;
	width: 600px;
	bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	padding: 0px;
}

#navigation ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#links ul {
	list-style-image: url(/img/star.png);
	padding-top: 5px;
	padding-bottom: 0px;
	color: #804040;
}

#links ul li {
	padding-left:3px;
}

#navigation li {
	float: right;
	display: block;
	border: 0px;
	text-decoration: none;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-right: solid 1px rgb(167,67,67);
	border-top: 0px;
	border-bottom: 0px;
}


#navigation li#last {
	border-right: 0px;
}

#lang {
	float: right;
	margin-top: 60px;
	color: #705050; 
	font-size: 13px;
}

#text {
	color: rgb(110,95,84);
	font-size: 13px;
	line-height: 18px;

	padding: 0px;
	margin: 0px;
			
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
}

#footer {
	position: relative;
	clear: both;
	top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 908px;
	border-top: 1px dotted #401010;
	color: #707070;
	font-size: 12px;
}

TABLE.prices {
	border-collapse: collapse;
	border-style: none;
	border: solid 1px #C0C0C0;
}

TABLE.prices TD {
	border: solid 1px #C0C0C0; 
}

img.speaker {
float: right;
margin-right: 70px;
margin-left: 10px;
}


a:link { color: rgb(110,95,84); }
a:visited { color: rgb(110,95,84); }
a:hover { color: #d40000; }

/* menu text */
a.mtxt { 
	color: #d0d0d0;
	text-decoration:none;
	font-weight: bolder;
	font-family: georgia;
	font-size: 14px;
}
a.mtxt#selected {
	color: #303030;
}

a.mtxt:hover { color: #f0f0f0; }

ul.navbar a {
 color: black;
 text-decoration: none
}


h4 { 
 padding-bottom: 0; 
 margin-bottom: 0.5em; 
}

div.tip {
 color: #ff9900;
 margin-top: 1em;
}

.leftcol {
	font-weight: bold;
	font-size: 12px;
	text-align: left;
}
.inputcol {
	padding-right: 5px;
	padding-left: 10px;
}
.box {
	background:#829900;
	color:#fff; padding: 5px;
	height: auto;
	width: auto;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

.datainput {
}
.datainput td { 
	padding: 0px;
}
.spacer  {
	height: 8px;
}
