body { 
	margin: 0px;
	background: red url(bg.jpg) top center;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : white;
}

td { 
	margin: 5px;
	text-align:center;
	color : white;
	font-size : 9px;
}

h1 {
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  text-align: center;
  font-size:35px;
  margin-top:350px;
  text-transform: uppercase;
  }
a:link, a:visited {
	text-decoration: none;
	color: white;
}
a:hover {
	text-decoration: none;
	background: black;
}

.imgborder {
  border: 2px solid red;
}

.videotable {
   background-color:#f01801;
   height:400px;
  }

.tekstilinkki {
  width:1000px;
  text-align: center;
  font-size:9px;
  margin-left: auto;
  margin-right: auto;
}
.container {
  width:800px;
  margin-left: auto;
  margin-right: auto;
  background: url(container-bg.png) repeat;
}
.fixedbg {
  position:absolute;
  z-index:-1;
  width:100%;
  height:100%;
}
.imgcenter{
  display: block;
  margin-left: auto;
  margin-right: auto; 
}
.tervetuloa {
  text-align:center;
  margin:10px;
  margin-top:0px;
  width:400px;
  
}
.top {
  text-align:right;
  margin-left: 10px;
  width:780px;
  height:90px;
  background: url(top.png) no-repeat top center;   
}
.topcontent {
  padding-left:13px;
  padding-right:13px;
  padding-top:10px;   
}
.content {
  padding-left:13px;
  padding-right:13px;
  padding-top:20px;
  padding-bottom:20px;  
}
.mainos1 {
	border-width: 1 px;
	border-color: white;
	border-style: solid;
	margin: 5px;
}
.mainos1 a:hover {
	text-decoration: none;
	background: black;
}
.sivulinkit {
	font-weight: bold;
	text-align: center;
	width: 100%;
}
.sivulinkit a:link {
	text-decoration: underline;
	color: white;
}
.sivulinkit a:visited {
	text-decoration: underline;
	color: white;
}
.uudet {
  font-size:12px;
  font-weight:bold;
  padding:10px;
  padding-left:0px;
}
input, textarea, select {
    background-color: #112E59;
    border: 1px solid #555555;
    font-family: verdana;
    font-size: 12px;
    color: white;
    font-weight:bold;
    padding:1px;
}
.inabox {
  padding:5px;
  width:350px;
  height:265px; 
  }

.flagimage {
  border: 2px solid #555555;
  margin:3px;
  }
  
.kommentit {
  margin: 5px;
  }
.vastaus {
  color: #EA8E0A;
  margin:5px;
  margin-left:10px;
  }
.viestilomake {
  margin-left:50px;
  margin-top:10px;
  }  
.virhe {
  text-align:center;
  color:red;
  font-weight:bold;
  background: black;
  }    
.viesti {
  text-align:center;
  color:green;
  font-weight:bold;
  background: black;
  }  
.alapalkki {
  position:fixed;
  _position:absolute;
  bottom:0;
  height: 35px;
  width: 100%;
  font-weight: bold;
  text-align:center;
  font-size: 12px;
  padding-top:3px;
  background: url(pikalinkitbg.png) repeat;
}
.intro {
  margin:30px;
  width:700px;
  font-size: 12px;
  }
#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:500px;
	height:400px;
	margin:-220px 0 0 -250px;
	border:1px solid #fff;
	background:black;
	text-align:left;
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:black;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

#lightbox.done img{
	width:100%;
	height:100%;
}