/***** Global Settings *****/
 
body {
	background: #ff6600  url(images/bg_spirit.gif) left top repeat-y;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000000;
}

/***** Structure *****/

#wrap {
	width: 627px;
	background: #FFFFFF;
	margin: 57px 0 0 112px;
	border: none;
}

#header {
	height: 172px;
}

#home #header {
	background:url(images/bg_header_home.jpg);
}

#city #header {
	background:url(images/bg_header_city.jpg);
}

#hotels #header {
	background:url(images/bg_header_hotels.jpg);
}

#contact #header {
	background:url(images/bg_header_contact.jpg);
}

#programme #header {
	background:url(images/bg_header_programme.jpg);
}

#venue #header {
	background:url(images/bg_header_venue.jpg);
}

#congress #header {
	background:url(images/bg_header_congress.jpg);
}


#content {
	padding: 27px 50px 27px 50px;
	min-height:500px;
 	height:auto !important;
	height:500px;
}

#navi {
	height:18px;
	width: 627px;
	top:211px;
	color:#FFFFFF;
	position:absolute;
}

/***** Navigation *****/

#navi ul {
	background: none;
	height:100%;
	padding: 0;
	margin: 0;
}

#navi li {
	list-style:none;
	display: inline;
	font-size:13px;
	font-weight:bold;
}

#navi ul a:link, ul a:visited {
	color: #ffffff;
	padding:0px 8px 2px 8px;
	text-decoration:none;	
}

#navi li.active a {
	color: #FF6600;
	padding:0px 8px 2px 8px;
	text-decoration:none;
	white-space:nowrap
}

#navi ul a:hover {
	color: #FF6600;
	padding:0px 8px 2px 8px;
	background:url(images/bg_nappi_trans.png) repeat;
}

.active {
	background:#ffffff;
	color:#FF6600;
	padding:0px 0px 2px 0px;
}

/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
color:#ff6600;
}
 
h1 {
padding:0px 0 15px 0;
letter-spacing: normal;
font-size: 36px;
}
 
h2 {
padding:20px 0;
letter-spacing:-1px;
font-size:1.7em;
}
 
h3 {
font-size:1em;
font-weight:bold;
text-transform:uppercase;
}
 
/***** Common Formatting *****/
 
p, ul, ol {
margin:0;
padding:0;
}
 
ul, ol {
padding:0;
}
 
blockquote {
margin:1.25em;
padding:1.25em 1.25em 0 1.25em;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}
 
input, select, textarea {
font:1em Arial, Helvetica, sans-serif;
}
 
textarea {
width:100%;
line-height:1.25;
}
 
label {
cursor:pointer;
}

#footer {
	background: #ff6600;
	padding: 5px 0px;
	color:#FFFFFF;
	font-size:10px;
	text-align:right;
}

a[href $='.pdf'] { 
   padding-right: 30px;
   background: transparent url(images/pdf.gif) no-repeat center right;
}

a[href$='.doc'], a[href$='.rtf'], a[href$='.wps'], a[href$='.txt'] { 
   padding-right: 30px;
   background: transparent url(images/doc.gif) no-repeat center right;
}

a[href $='.xls'] { 
   padding-right: 30px;
   background: transparent url(images/xls.gif) no-repeat center right;
}

/*a[href^="http:"] {
   padding-right: 30px;
   background: transparent url(images/link.gif) no-repeat center right;
}*/

a[href$='.mov'], a[href$='.avi'], a[href$='.wma'], a[href$='.mpeg'] { 
   padding-right: 30px;
   background: transparent url(images/mov.gif) no-repeat center right;
}

a[href $='.mp3'] { 
   padding-right: 30px;
   background: transparent url(images/mp3.gif) no-repeat center right;
}

/* TABLE STYLES */

.table {
	background: #FFFFFF;
	border: none;
}

.table td {
	padding:6px 4px;
	vertical-align:top;
	border: none;
	border-bottom: 1px dashed #CCCCCC;
}

.table_date {
	color:#FFFFFF;
	background-color:#FF6600;
	font-weight:bold;
}

/*.hot li, .hot ul {
list-style-image: url(images/new.gif);
list-style-type: circle;
list-style-position: outside;
margin: 1px;
padding:4px;
color: #000;
}

.hot li a, .hot ul a {
color: #000;
}*/

#hot {
	padding:0px;
	color:#FF6600;
}

#hot a {
	color:#FF6600;
}

#hot ul {
list-style-image: url(images/new.gif);
list-style-type: circle;
list-style-position: inside;
color: #FF6600;
margin: 5px 0;
}

hr.hr1 {
      border-bottom: 1px dashed #FF6600;
      border-top: 1px solid #FF6600;
      color: #fff;
      background-color: #fff;
      height: 4px;
}  

hr.hr2 {
      border-top: 1px dashed #FF6600;
      border-bottom: 1px solid #FF6600;
      color: #fff;
      background-color: #fff;
      height: 4px;
}  

/***** Links *****/
 
a,
a:link,
a:visited,
a:hover {
color:#FF6600;
text-decoration: none;
}

.active a,
.active a:link,
.active a:visited,
.active a:hover {
color:#FF6600;
}

a:hover, a:active, a:focus {
outline:0;
}

.noborders {
	border: none;
}

#logot {
	background: #FFFFFF;
	padding:20px;
}

.hotelbox {
	border-left: #FF6600 dotted 1px;
	padding-left:4px;
	width:163px;
	vertical-align:top;
}

.korostus {
	background: #FFFFFF;
	padding: 5px 5px;
	color: #FF6600;
}

img.biokuva {
	margin: 5px;
}