html,body{
    height: 100%; 
    margin:0; 
    padding: 0;
    font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
    color: #E6E6E6;
}

.menu {
    color: #fff;
    font-size: 14px;
    font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}
div.menu{
    position: relative;
    top: 60px;
    left: 600px;
    width: 600px;
    text-align: center;

}   

.main, .home{
    width: 100%;
    font-size: 12px;
}

p {
    font-size: 12px;
}

h1{ font-size: 18px; font-weight: bold;}
h2{ font-size: 14px; font-weight: bold; color: #ff6600;}

div.main, div.home, div.haat, div.events, div.racing{
    height: 600px;
    overflow: auto;
    background-repeat: no-repeat;
    background-position: center center;
}

div.main{
    background: url(img/Taustakuva_kuvat_main.jpg);
}
div.home{
   background: url(img/Taustakuva_mainpage2.jpg);
}
div.haat{
  background: url(img/bg_wedding.jpg);
}
div.events{
  background: url(img/Taustakuva_other_events2.jpg);
}
div.racing{
  background: url(img/Taustakuva_motorsports2.jpg);
}
div.container{
    width: 600px;
    text-align: left;
}

table.team{
    width: 500px;
    align: center;
    background: url(img/darkgrey.jpg);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px dashed white;
}

.banners{background-repeat:no-repeat}                                                                                                                                                                                              

.menu a:link{color: #fff; text-decoration: none}
.menu a:visited{color:#fff; text-decoration: none}
.menu a:hover{color: #ff6600}

.image{border:2px; border-thickness:2px; border-color: #fff; border-style: solid; opacity:0.5; filter:alpha(opacity=50);}

.tr_hidden{ display:none}

a{color: #fff; text-decoration: underline}
a:link{color: #fff; text-decoration: underline}
a:visited{color:#fff; text-decoration: underline}
a:hover {color: #ff6600; text-decoration: none}
a:hover img {border-color: #ff6600; opacity:1; filter:alpha(opacity=100);}


input,textarea{
    font-size: 12px;
    border: 1px solid white;
    background-color:black;
    color: white;
}

.inputfile{
	color: black;
	background-color: white;
}
select{
	font-size: 12px;
	border: 1px solid white;
	background-color: black;
	color: white;
	#background-image: url(img/dropdown_bg.jpg);
	#background-position: right;
    	#background-repeat: no-repeat;
}

option.protected{
    padding-right: 10px;
    background-image: url(img/lock.png);
    background-position: right;
    background-repeat: no-repeat;

}

input.button{
	border: 3px outset #ff6600;
}
option{ margin-bottom: 2px}

ul{list-style-image: url(img/bullet.gif)}

.uutisotsikko{
	font-weight: bold;
	color: black;
	text-transform: uppercase;
}

div.uutisotsikko{
	width: 600px;
	padding-left: 10px;
	text-align: left;
	#background: url(img/newsheader.jpg);
	background: url(img/news_orange.jpg);
	background-repeat: no-repeat;
}

div.uutiskehys{
	margin-top: 20px;
	width: 600px;
	#border: 1px solid #cccccc;
	border: 1px solid #ff6633;
}

div.viestit{ padding-left: 10px;}

div.photos_intro{
	width: 600px;
	text-align: center;
}