html,
body {
	font-family:Arial,Helvetica,Sans-serif;
}
#header{
	font-family:Arial,Helvetica,Sans-serif;
}

a,
a:link,
a:active,
a:hover,
a:visited,
a:focus{
	color:#0099CC;
}

/******************************************************************/
/* Main layout */
html,body{
	height:100%;
}
body{
	/*background-color:#003296;*/
	background-color:#dddddd;/*
	background-attachment:fixed;
	background-position:bottom center;
	background-repeat:no-repeat;*/
	background-image:url(../img/logo_big.png);
	background-position:center center;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	
	/*stupid firefox bug that appears when moving from no-tab mode to tabbed mode (window size reported wrongly)*/
	/*Here's the only known solution for this*/
	border-top:1px solid #ffffff;
}
body.jsEnabled{
	background-color:#ffffff;
	overflow:hidden;
}

body#page{
	text-align:center;
}

/******************************************************************/
/* content styles */

.alternative{
	text-align:left;
	position:relative;
	background:#ffffff;
	margin:0 auto;
	padding:20px 0;
	width:900px;
}
.alternative h1{
	background:#ffffff;
	font-size:2em;
	font-weight:bold;
	margin:0.8em 10px 0 10px;
}

/******************************************************************/
/* Printing */

#print{
	display:none;
	visibility:hidden;
}

/******************************************************************/
/* Work in progress */

/*Initially flex is hidden*/
#Kauppakanava_app{
	width:100%;
	height:1px;
	position:absolute;
	left:0;
}

#flashContent{
	width:100%;
	position:absolute;
	left:0;
}

#flexPreLoad{
	visibility:hidden;
	display:none;
}

#dopTag{
	position:absolute;
	top:-1000px;
	left:-1000px;
}
.linkkilista{
	margin:2em 0.5em;
	width:33%;
	float:left;
	text-align:left;
	list-style:none;
}
.linkkilista ul{
	margin:0 1em;
	list-style:none;
}
.linkkilista_first{
	margin-left:4em;
	width:18%;
}
.footer{
	clear:left;
}
.alternative p{
	margin:1.5em 1em;
}
p.kaikkiKohteet{
	text-align:center;
}
p.kaikkiKohteet a{
	margin:0 2em;
}

