* {margin: 0; padding: 0;}
body {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10pt;
  background: #000;
  color:#c00;
  margin: 5px auto;
}
a img {
  border:0;
}
a {
  text-decoration: none;
  color: #c00;
}
a:hover {
  color: #f33;
}
h3,h4{
  text-align: center;
  margin: 5px 0 0 0;
}

h3 {
  font-size: 16px;
}
h4 {
  font-size: 14px;
}
td em{
  font-style: normal;
  font-size: 11px;  
}

fieldset{
  border: none;
}

#minheight{
  width: 1px;
  font-size: 1px;
  float: left;
  height: 400px;
}

#container{  
 width: 800px;
 margin: auto;
 border: 1px solid #300;
 background: url('/gfx/side_bg.png') left bottom no-repeat;
}

#top h1{  
  background: url('/gfx/header_2009.png?k') no-repeat;
  width: 800px; height: 113px;
  float: left;
}
#top h1 a{
  display: block;
  text-indent: -9000px;
  width: 800px; height: 113px;
  outline: none;
}
#top h2{
  display:none;
}

#top p{ 
 width: 305px;
 float: right; 
 font-size: 14px;
}

#slogan1{
  margin: 80px 5px 0 0; 
}

#slogan2{
  text-align: right;
  margin: 0 5px 0 0;
}

#top_menu{
  clear: both;
  width: 800px; height: 20px;
  background: #300;
}

#top_menu li{
  display: inline;
  margin: 0 0 0 6px;
}

#menu1{
  width: 620px; height: 20px;
  float: left; 
  margin: 2px 0 0 0;  
  font-size: 14px; 
}
#menu1 a strong{
  color: #FFBFC7;
}
#lang_select{
  list-style: none;
}
#lang_select li{
  float: left;
}
#lang_select a, #lang_select strong{
  display: block;
  padding: 0 5px 0 27px;
  float: left;
  margin-left: 6px;
  background-repeat: no-repeat;
  background-position: 0 2px;
  font-weight: normal
}
#lang_select strong{
  color: #f33;
}
#fi_flag a{
  background-image: url('/images/flags/fi_off.gif');
}
#fi_flag a:hover{
  background-image: url('/images/flags/fi.gif');
}
#fi_flag strong{
  background-image: url('/images/flags/fi.gif');
}
#en_flag a{
  background-image: url('/images/flags/en_off.gif');
}
#en_flag a:hover{
  background-image: url('/images/flags/en.gif');
}
#en_flag strong{
  background-image: url('/images/flags/en.gif');
}


#side_menu{
  width: 150px; 
  min-height: 550px;
  padding-bottom: 80px;
}
#side_menu ul{
  margin: 10px 0 18px 3px;
  list-style: none;
}

#side_menu ul strong{
  text-indent: -9000px;
  font-size: 1px;
  color: #000;
  width: 143px; height: 40px;
  display: block;
}
/* menu elements */
#side_menu ul li ul li a{
  display: block;
  height: 21px;
  font-weight: bold;
  padding: 0 0 0 15px;
  outline: none;
  color: #FFBFC7;
}
#side_menu ul li ul li a:hover{
  background-color: #150000;
}

#main_content{
  float: right;
  width: 630px; height: 100%;
  border-left: 1px solid #300;
  padding: 0 10px 10px 10px;
  min-height: 400px;
}

#main_content h2{
  margin: 10px 0 4px 0;  
}

#nav_bar{
  padding: 0 0 18px 0;
  font-weight: bold;
}

#footer{
  clear: both;
  margin: 5px 0 0 0;
  width: 800px;
  text-align: center;
  background-color: #300;
  font-size: 12px;
}
#footer p{
  padding-top: 2px;
}
#footer a{
  font-size: 12px;
}

#main_content h2{
  text-indent: -9000px;
  height: 50px;
  width: 500px;
}

input, select, textarea{
  background: #250836;
  padding: 2px 0;
  border: 1px solid #CD0119;
  color: #CD0119;
}

/* Forms */
.submit_button{
  color: #FFBFC7;
  border: 1px solid #250836;
  font-weight: bold;
}
.submit_button:hover{
  border-color: #FFBFC7;
}

/* tables */
.cherise_table{
  width: 610px;
  background: #300;
  margin: 8px 0;
}

.cherise_table td{
  padding: 3px;
  background: #000;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}

.cherise_table th{
  background: #300;
  padding: 3px;
  color: #CD0119;
  font-size: 14px;
  text-align: center;
}

.cherise_table input{
  text-align: center;
}

/* Forms */
.label_input p{
  padding: 1px 0 1px 0;
}
.label_input label{
  width: 200px;
  float: left;
  text-align: right;
}
.label_input input{
  border: 1px solid #6B1C8C;
  width: 220px;
  margin-left: 4px;
  color: #FFBFC7;
}
.label_input strong{
  font-weight: normal;
}
.label_input em{
  color: #333;
}
.label_checkbox{
  padding-left: 210px;
}
.label_checkbox input{
  border: 1px solid #6B1C8C;
}

.label_checkbox a{
  color: #000;
  font-variant: normal;
}
.label_input textarea{
  border: 1px solid #6B1C8C;
  width: 220px;
  margin-left: 4px;
}
.form_submit{
  text-align: center;
  margin-top: 4px;
}
div#phpmyvisites{
  display: none;
}

.msg_erreur, .notification_box, .erreur_box{
  text-align: center;
  width: 100%;
}
.msg_erreur p, .erreur_box p{
  margin: 10px auto 10px auto;
  border: 1px solid #900;
  text-align: center;
  color: #900;
  background: #E6D4BE;
  width: 350px;
}

.notification_box p{
  margin: 10px auto 10px auto;
  width: 350px;
  border: 1px solid #B2936A;
  padding: 3px;
  text-align: center;
  color: #300;
  background: #FAF3E1;
}
.notification_box a{
  color: #900;
  text-decoration: none;
}

p.page_jumps{
  width: 620px;
  text-align: center;
  float: left;
}
.page_jumps a{
  border: 1px solid #900;
  padding: 2px 4px;
}

.fine_print{
  font-size: 10px;
  color: #E37F7F;
}

/* Guestbook link in side menu */
p#guestbook_link_en, 
p#guestbook_link_fi{
  padding: 15px 0 0 9px;
}
#guestbook_link_en a, 
#guestbook_link_fi a{
  display: block;
  width: 120px;
  height: 45px;
  text-indent: -9000px;
  outline: none;
display: none;
}
#guestbook_link_en a{
  background: url('/gfx/guestbook_link_en.png') no-repeat;
}
#guestbook_link_fi a{
  background: url('/gfx/guestbook_link_fi.png') no-repeat;
}

#main_content a{
  color: #FFBFC7;
}

p#cherise_facebook, 
p#cherise_blogger{
  position: absolute;
  width: 140px;
}
p#cherise_facebook a{
  position: relative;
  display: block;
  padding: 0 0 0 40px;
  top: -80px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  background: url('/gfx/facebook_30.png') 6px 0 no-repeat;
}
p#cherise_blogger a{
  position: relative;
  display: block;
  padding: 0 0 0 40px;
  top: -40px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  background: url('/gfx/blogger_30.png') 6px 0 no-repeat;
}
p#cherise_facebook a:hover,
p#cherise_blogger a:hover{
  color: #FFBFC7;
}

h2#home_news_en{
  background: url('/gfx/img_titles/home_news_en.png') no-repeat;
  clear: both;
}
h2#home_news_fi{
  background: url('/gfx/img_titles/home_news_fi.png') no-repeat;
  clear: both;
}

hr.sep{
  margin: 15px 0;
  color: #300;
  background: #300;
  border: 1px solid #300;
  clear: both;
}

#side_menu_mt strong{ background: url(/gfx/img_titles/misc_pages_mittatilaus_fi.png) no-repeat; }

