body {
	overflow:hidden; 		/* needed to eliminate scrollbars caused by the background image */
	padding:0;margin:0;		/* necesarry for the raster to fill the screen */
	height:100%;width:100%;
	background-color: white;
	font-family :"Book Antiqua";
	font-size: 16px;
	color: white;
	letter-spacing:1.5px;
	font-style:italic;
}

h1{
	font-size: 22px;
}

h2{
	font-size: 20px;
}

h3{
	font-size: 18px;
}


#bgimg {
	position:absolute;
	z-index: -1;
}

#realBody{
	position:absolute;
	z-index: 5;				/* Place the new body above the background image */
	overflow:auto; 			/* restore scrollbars for the content */
	height:100%;width:100%;	/* Make the new body fill the screen */
	margin: auto 0;
}

#keskityspohja{
	position:absolute;
	top: 50%;
	left: 50%;
	width: 990px;
	min-height: 500px;
	margin-top: -250px; /*set to a negative number 1/2 of your height*/
	margin-left: -445px; /*set to a negative number 1/2 of your width*/
}

#vasenylalohkologo
{
    display:block;
    float:left;
    width:954px;
    height:46px;
    background-image: url('../kuvat/runko/00_01_logo.png');
    background-repeat: no-repeat;
}

#oikeaylalohkolokki
{
    display:block;
    float:right;
    width:36px;
    height:235px;
    background-image: url('../kuvat/runko/01_02_oikea_reina_siipi.png');
    background-repeat: no-repeat;
}

#keskilohkojatausta
{
    display:block;
    float:left;
    width:954px;
    min-height:360px;
    background-image: url('../kuvat/runko/keskipala.png');
    background-repeat: repeat-y;
}

#navibar
{
    display:block;
    float:left;
    width:954px;
    height:46px;
    background-image: url('../kuvat/runko/01_01_ylapala.png');
    background-repeat: no-repeat;
}

#keskiosanjakaja
{
    display:block;
    float:left;
    width:954px;
    min-height:360px;
}

#keskiosavasen
{
    display:block;
    float:left;
    width:782px;
    min-height:360px;
    margin-left: 20px;
}

#tekstialue
{
    padding:10px;
}

#keskiosaoikea
{
    display:block;
    float:right;
    width:152px;
    min-height:360px;
    background-image: url('../kuvat/runko/02_01_oikea_reuna_laiva.png');
    background-repeat: no-repeat;
    background-position: top;
	padding-top:300px;
}

.reunakuvat{display:block; width:152px; float:none;clear:both;margin-bottom:50px;}

#oikeareunatekstialue
{
}

#alabar
{
    display:block;
    float:left;
    width:954px;
    height:442px;
    background-repeat: no-repeat;
	background-position:center;
}

#alabarTxt /* OSA ASETUKSISTA js/alatxt.js */
{
    font-family :"Book Antiqua";
    font-style  :italic;
	font-weight: bold;
    color       :#FFF;
    font-size   :2em;
	letter-spacing:5px;
}


#y-tiedot
{
    display: block;
    position: relative;
    left: 400px;
    top: 8px;
    font-family: verdana;
    font-size: 14px;
    color: #1052C3;
    width: 100px;
    white-space: nowrap;
}

#otsikkoDiv
{
     background-color: #1F6AEC;
     display: block;
     float: none;
     clear: both;
     padding: 5px;
     width: 640px;
     margin-bottom:20px;
    -moz-border-radius-topleft:6px;
    -webkit-border-top-left-radius:6px;
    -moz-border-radius-topright:6px;
    -webkit-border-top-right-radius:6px;
    -moz-border-radius-bottomleft:6px;
    -webkit-border-bottom-left-radius:6px;
    -moz-border-radius-bottomright:6px;
    -webkit-border-bottom-right-radius:6px;

}

/*
	NAVIBAR-DROPDOWN
*/

	#jsddm
	{
	 	position: relative;
		left: -25px;
		top: -10px;
		z-index: 999;

	}
	#jsddm li
	{
		font-family: verdana;
		font-size: 14px;
		font-weight: bold;
		float: left;
		list-style: none;
		letter-spacing: 1px;

	}

	#jsddm li a
	{
		display: block;
		padding: 5px 15px;
		text-decoration: none;
		color: #ffffff;
		text-transform: capitalize;
		background-image: url('../kuvat/runko/navi_reuna.png');
		background-position: left;
		background-repeat: no-repeat;
		-moz-border-radius-topleft:6px;
		-webkit-border-top-left-radius:6px;
		-moz-border-radius-topright:6px;
		-webkit-border-top-right-radius:6px;
		-moz-border-radius-bottomleft:6px;
		-webkit-border-bottom-left-radius:6px;
		-moz-border-radius-bottomright:6px;
		-webkit-border-bottom-right-radius:6px;
	}

	#jsddm li a:hover
	{	background-color: #699EFB;
		background-image: url('../kuvat/runko/navi_reuna_lit.png');
		background-position: left;
		background-repeat: no-repeat;}

		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
		}

		#jsddm li ul li
		{
		    width: 150px;
		    float: none;
		    
			}

		#jsddm li ul li a
		{	width: 200px;
			background-color: #2973F2;
			border-bottom: 2px #2169E3 solid;
			border-left: 2px #2169E3 solid;
			border-right: 2px #2169E3 solid;
			-moz-border-radius-topleft:0px;
			-webkit-border-top-left-radius:0px;
			-moz-border-radius-topright:0px;
			-webkit-border-top-right-radius:0px;
			-moz-border-radius-bottomleft:0px;
			-webkit-border-bottom-left-radius:0px;
			-moz-border-radius-bottomright:0px;
			-webkit-border-bottom-right-radius:0px;
			}

		#jsddm li ul li a:hover
		{	background-color: #699EFB;
			-moz-border-radius-topleft:6px;
			-webkit-border-top-left-radius:6px;
			-moz-border-radius-topright:6px;
			-webkit-border-top-right-radius:6px;
			-moz-border-radius-bottomleft:6px;
			-webkit-border-bottom-left-radius:6px;
			-moz-border-radius-bottomright:6px;
			-webkit-border-bottom-right-radius:6px;}

		#jsddm li ul li div
		{	width: 233px;
			height: 10px;
			background-color: #2169E3;
			-moz-border-radius-bottomleft:10px;
			-webkit-border-bottom-left-radius:10px;
			-moz-border-radius-bottomright:10px;
			-webkit-border-bottom-right-radius:10px;

			}

/*
    AJANKOHTAISTA -SIVUN ASETUKSET
*/

#ajankohtaista_otsikkokuva
{
    display: table;
    width: 802px;
    height: 250px;
    background-image: url('../kuvat/runko/otsikko_ajankohtaista.jpg');
    background-position: top right;
    background-repeat: no-repeat;
    margin-left: -30px;
}

#ajankohtaista_tausta
{
    display: block;
    margin-bottom: 10px;
    margin-left: 45px;
    width: 650px;
}

#ajankohtaista_otsikko_tausta
{
    display: table-cell;
    background-color: #5894F9;
    width: 650px;
    padding: 5px;
    -moz-border-radius-topleft:6px;
    -webkit-border-top-left-radius:6px;
    -moz-border-radius-topright:6px;
    -webkit-border-top-right-radius:6px;

}

#ajankohtaista_pvm
{
    display: block;
    float: right;
    width: 90px;
    font-size: 10px;
    letter-spacing: 2px;
}

#ajankohtaista_otsikko
{
    
    font-size: 16px;
    display: block;
    float: left;
    width: 540px;

}

#ajankohtaista_sisalto
{
    display:block;
    background-color: #75A6F9;
    width: 620px;
    padding: 5px 15px 5px 15px;

    -moz-border-radius-bottomleft:6px;
    -webkit-border-bottom-left-radius:6px;
    -moz-border-radius-bottomright:6px;
    -webkit-border-bottom-right-radius:6px;
}

#ajankohtaista_tervehdys 
{
	display: table;
    width: 600px;
    margin-left: 10px;
	font-size:18px;
	font-style:italic;
	font-weight:bold;
	text-align:center;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-left: 50px;


	}

/*
    RISTEILYT -SIVUN ASETUKSET
*/

#risteilyt_otsikkokuva
{
    display: table;
    width: 802px;
    height: 250px;
    background-image: url('../kuvat/runko/otsikko_risteilyt.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    margin-left: -30px;

}

#risteilyt_tausta
{
    display: block;
    margin-bottom: 10px;
    width: 650px;
}

#risteilyt_tausta_full
{
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 45px;
    width: 782px;
    float:none;
    clear: both;
}

#risteily_tausta_full
{
    display: block;
    width: 782px;
    float:none;
    clear: both;
}

#risteilyt_otsikko_tausta
{
    display: table-cell;
    width: 650px;
    padding: 5px;

    -moz-border-radius-topleft:6px;
    -webkit-border-top-left-radius:6px;
    -moz-border-radius-topright:6px;
    -webkit-border-top-right-radius:6px;

}

#risteilyt_otsikko_tausta_full
{
    display: table-cell;
    width: 750px;
    padding: 5px;

    -moz-border-radius-topleft:6px;
    -webkit-border-top-left-radius:6px;
    -moz-border-radius-topright:6px;
    -webkit-border-top-right-radius:6px;

}


#risteilyt_otsikko
{
    
    font-size: 16px;
    display: block;
    float: left;
    width: 540px;
    padding: 5px 0px 0px 5px;
}

#risteilyt_tieto_tausta_hinta
{
    
    font-size: 16px;
    display: block;
    background-color: #1F6AEC;
    float: left;
    width: 230px;
    padding: 10px;
    margin: 3px;
    -moz-border-radius-topleft:6px;
    -webkit-border-top-left-radius:6px;
    -moz-border-radius-topright:6px;
    -webkit-border-top-right-radius:6px;
    -moz-border-radius-bottomleft:6px;
    -webkit-border-bottom-left-radius:6px;
    -moz-border-radius-bottomright:6px;
    -webkit-border-bottom-right-radius:6px;    
}

#risteilyt_tieto_tausta_hinta_w
{
    
    font-size: 16px;
    display: inline-block;
    background-color: #3879E7;
    float: none;
    clear: both;
    width: 605px;
    padding: 10px;
    margin-top: 10px;
    -moz-border-radius-topleft:6px;
    -webkit-border-top-left-radius:6px;
    -moz-border-radius-topright:6px;
    -webkit-border-top-right-radius:6px;
    -moz-border-radius-bottomleft:6px;
    -webkit-border-bottom-left-radius:6px;
    -moz-border-radius-bottomright:6px;
    -webkit-border-bottom-right-radius:6px;
}

#risteilyt_tieto_tausta_yleis
{
    
    font-size: 16px;
    display: inline-block;
    background-color: #1F6AEC;
    width: 230px;
    padding: 10px;
    margin: 3px;
    float:left;
    -moz-border-radius-topleft:6px;
    -webkit-border-top-left-radius:6px;
    -moz-border-radius-topright:6px;
    -webkit-border-top-right-radius:6px;
    -moz-border-radius-bottomleft:6px;
    -webkit-border-bottom-left-radius:6px;
    -moz-border-radius-bottomright:6px;
    -webkit-border-bottom-right-radius:6px;
}

#risteilyt_tieto_tausta_yleis_w
{
    
    font-size: 16px;
    display: inline-block;
    background-color: #3879E7;
    float: none;
    clear: both;
    width: 605px;
    padding: 10px;
    margin-top: 10px;
    -moz-border-radius-topleft:6px;
    -webkit-border-top-left-radius:6px;
    -moz-border-radius-topright:6px;
    -webkit-border-top-right-radius:6px;
    -moz-border-radius-bottomleft:6px;
    -webkit-border-bottom-left-radius:6px;
    -moz-border-radius-bottomright:6px;
    -webkit-border-bottom-right-radius:6px;
}


#risteilyt_tieto_tausta_ateria
{
    display:inline-block;
    background-color: #1F6AEC;
    float: left;
    width: 230px;
    padding: 10px;
    margin: 3px;
    -moz-border-radius-topleft:6px;
    -webkit-border-top-left-radius:6px;
    -moz-border-radius-topright:6px;
    -webkit-border-top-right-radius:6px;
    -moz-border-radius-bottomleft:6px;
    -webkit-border-bottom-left-radius:6px;
    -moz-border-radius-bottomright:6px;
    -webkit-border-bottom-right-radius:6px;
}

#risteilyt_tieto_otsikko
{
    
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    float: none;
    clear: both;
    width: auto;
    border-bottom: 1px solid white;
    margin-bottom: 3px;
}

#risteilyt_tieto_otsikko_big
{
    
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    float: none;
    clear: both;
    width: auto;
    border-bottom: 2px solid white;
    margin-bottom: 3px;
    padding-bottom: 3px;
}

#risteilyt_tieto
{
    display: inline;
    
    font-size: 16px;
    font-weight: normal;
    float: left;
    width: auto;
    margin-top: 2px;
}

#risteilyt_sisalto
{
    display:inline-block;
    background-color: #1F6AEC;
    float: none;
    clear: both;
    width: 626px;
    padding: 10px;
    margin: 3px;
    -moz-border-radius-topleft:6px;
    -webkit-border-top-left-radius:6px;
    -moz-border-radius-topright:6px;
    -webkit-border-top-right-radius:6px;
    -moz-border-radius-bottomleft:6px;
    -webkit-border-bottom-left-radius:6px;
    -moz-border-radius-bottomright:6px;
    -webkit-border-bottom-right-radius:6px;
}

#risteilyt_sisalto_tight  /* korkeus tulee dynaamisesti => div_korkeus_risteily.js */
{
    display:inline-block;
    background-color: #1F6AEC;
    float: left;
    width: 450px;
    padding: 10px;
    margin: 3px;
    -moz-border-radius-topleft:6px;
    -webkit-border-top-left-radius:6px;
    -moz-border-radius-topright:6px;
    -webkit-border-top-right-radius:6px;
    -moz-border-radius-bottomleft:6px;
    -webkit-border-bottom-left-radius:6px;
    -moz-border-radius-bottomright:6px;
    -webkit-border-bottom-right-radius:6px;
}

#risteilyt_alaosa_tausta
{
    display:table;
    background-color: #5894F9;
    width: 640px;
    padding: 5px;

    -moz-border-radius-bottomleft:6px;
    -webkit-border-bottom-left-radius:6px;
    -moz-border-radius-bottomright:6px;
    -webkit-border-bottom-right-radius:6px;
}

#risteilyt_tarkempaa_tietoa
{
    display: inline;
    
    font-size: 16px;
    font-weight: normal;
    float: right;
    width: auto;
    margin-top: 6px;
}

#jakaja_vasen {width:460px; float:left}
#jakaja_oikea {width:240px; float:right; margin-right: 60px;}

#nappi_pieni_oikea
{
    font: verdana;
    font-size: 16px;
    color: black;
    text-decoration: none;
    background-color: #90B5F5;
    border-left: 1px solid black;
    border-top: 1px solid black;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    float: right;
    padding: 4px;
    margin: 10px 5px 0px 5px;

    -moz-border-radius-topleft:4px;
    -webkit-border-top-left-radius:4px;
    -moz-border-radius-topright:4px;
    -webkit-border-top-right-radius:4px;
    -moz-border-radius-bottomleft:4px;
    -webkit-border-bottom-left-radius:4px;
    -moz-border-radius-bottomright:4px;
    -webkit-border-bottom-right-radius:4px;

}
#nappi_pieni_oikea:hover
{
    background-color: #5894F9;
    border-left: 2px solid black;
    border-top: 2px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

/*
    Kustaan kierros -SIVUN ASETUKSET
*/

#kustaan_runko
{
    display: block;
    width: 700px;
    min-height: 625px;
    background-image: url('../kuvat/runko/kustaankierros_tausta.jpg');
    background-position: top left;
    background-repeat: no-repeat;
    padding-top: 122px;
}

#kustaan_runko_vasen
{
    display: block;
    width: 240px;
    float: left;
    min-height: 625px;
}

#kustaan_runko_oikea
{
    display: block;
    width: 460px;
    min-height: 500px;
    float: left;

}

#kustaan_tekstialue
{
    width: 460px;
    min-height: 500px;
    display:inline-block;
    background-color: #1F6AEC;
    padding: 10px;
    -moz-border-radius-topleft:6px;
    -webkit-border-top-left-radius:6px;
    -moz-border-radius-topright:6px;
    -webkit-border-top-right-radius:6px;
    -moz-border-radius-bottomleft:6px;
    -webkit-border-bottom-left-radius:6px;
    -moz-border-radius-bottomright:6px;
    -webkit-border-bottom-right-radius:6px;
}

#risteilyt_sisalto_kustaa
{
    display:inline-block;
    background-color: #1F6AEC;
    float: none;
    clear: both;
    width: 190px;
    padding: 10px;
    margin-top:510px;
    text-align: center;
    -moz-border-radius-topleft:6px;
    -webkit-border-top-left-radius:6px;
    -moz-border-radius-topright:6px;
    -webkit-border-top-right-radius:6px;
    -moz-border-radius-bottomleft:6px;
    -webkit-border-bottom-left-radius:6px;
    -moz-border-radius-bottomright:6px;
    -webkit-border-bottom-right-radius:6px;
}

#risteilyt_sisalto_kustaa_ateria
{
    display:inline-block;
    background-color: #1F6AEC;
    float: none;
    clear: both;
    width: 460px;
    padding: 10px;
    margin-top: 20px;
    -moz-border-radius-topleft:6px;
    -webkit-border-top-left-radius:6px;
    -moz-border-radius-topright:6px;
    -webkit-border-top-right-radius:6px;
    -moz-border-radius-bottomleft:6px;
    -webkit-border-bottom-left-radius:6px;
    -moz-border-radius-bottomright:6px;
    -webkit-border-bottom-right-radius:6px;
}


/*
    Viikinkiristeily -SIVUN ASETUKSET
*/

#viikinki_runko
{
    display: block;
    width: 700px;
    min-height: 625px;
    background-image: url('../kuvat/runko/viikinkiristeily_tausta.jpg');
    background-position: top left;
    background-repeat: no-repeat;
    padding-top: 170px;
}

#viikinki_runko_vasen
{
    display: block;
    width: 215px;
    float: left;
    min-height: 625px;
}

#viikinki_runko_oikea
{
    display: block;
    width: 460px;
    min-height: 500px;
    float: left;

}

#viikinki_tekstialue
{
    width: 450px;
    min-height: 500px;
    display:inline-block;
    background-color: #1F6AEC;
    padding: 10px;
    -moz-border-radius-topleft:6px;
    -webkit-border-top-left-radius:6px;
    -moz-border-radius-topright:6px;
    -webkit-border-top-right-radius:6px;
    -moz-border-radius-bottomleft:6px;
    -webkit-border-bottom-left-radius:6px;
    -moz-border-radius-bottomright:6px;
    -webkit-border-bottom-right-radius:6px;
}

#risteilyt_sisalto_viikinki
{
    display:inline-block;
    background-color: #1F6AEC;
    float: right;
    clear: both;
    width: 170px;
    padding: 10px;
    margin-top:20px;
    margin-right: 10px;
    text-align: center;
    -moz-border-radius-topleft:6px;
    -webkit-border-top-left-radius:6px;
    -moz-border-radius-topright:6px;
    -webkit-border-top-right-radius:6px;
    -moz-border-radius-bottomleft:6px;
    -webkit-border-bottom-left-radius:6px;
    -moz-border-radius-bottomright:6px;
    -webkit-border-bottom-right-radius:6px;
}

#risteilyt_sisalto_viikinki_ateria
{
    display:inline-block;
    background-color: #1F6AEC;
    float: right;
    clear: both;
    width: 170px;
    padding: 10px;
    margin-top: 450px;
    margin-right: 10px;
    -moz-border-radius-topleft:6px;
    -webkit-border-top-left-radius:6px;
    -moz-border-radius-topright:6px;
    -webkit-border-top-right-radius:6px;
    -moz-border-radius-bottomleft:6px;
    -webkit-border-bottom-left-radius:6px;
    -moz-border-radius-bottomright:6px;
    -webkit-border-bottom-right-radius:6px;
}

#risteilyt_sisalto_viikinki_ateria ul
{
    margin-top: 5px;
    padding-left: 20px;
}


/*
    Ruokalista -SIVUN ASETUKSET
*/

#ruokalista_ylaosa
{
    display: block;
    width: 500px;
    height: 91px;
    margin-left:100px;
}

#ruokalista_keskiosa
{
    display: block;
    width: 500px;
    min-height: 200px;
    margin-top: -20px;
    margin-left:100px;
    float: none;
    clear: both;
    background-image: url('../kuvat/ruokalistat/tausta_menu.gif');
    background-repeat: repeat-y;
    color: #B87812;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
}

#ruokalista_alaosa
{
    display: block;
    width: 500px;
    height: 157px;
    float: none;
    clear: both;
    background-image: url('../kuvat/ruokalistat/menu_alaosa.gif');
    background-repeat: no-repeat;
    background-position: top center;
	margin-left:100px;
}

#ruokalista_keskiosa_et
{
    display: block;
    width: 500px;
    min-height: 200px;
    margin-top: -20px;
    margin-left:100px;
    float: none;
    clear: both;
    background-repeat: repeat-y;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
}

#ruokalista_tieto
{
    display: block;
    
    font-size: 18px;
    font-weight: normal;
    float: none;
    clear: both;
    width: 100%;
    margin-top: 10px;
    text-align: center;
}

#ruokalista_tieto a
{
    text-decoration: none;
    color: black;
}

#ruokalista_tieto a:hover
{
    color: #553026;
}

#ruokalista_menuotsikko
{
   	position:relative;
	left: 85px;
	top: 70px;
    font-size: 24px;
    font-weight: bold;
}

#ruokalista_menuotsikko_viesti
{
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #B87812;
    float: none;
    clear: both;
    width: 400px;
    margin-top: 30px;
    text-align: center;
   
}

#ruokalista_ryhmaotsikko
{
    display: block;
    
    font-size: 24px;
    font-weight: normal;
    float: none;
    clear: both;
    width: 500px;
    margin-top: 30px;
    margin-bottom: 10px;
}

#ruokalista_rivitieto_otsikko
{
    display: block;
    float: none;
    clear: both;
    width: 460px;
    margin-top: 10px;
    color: #B87812;
}

#ruokalista_rivitieto_jakaja
{
    display: table;
    float: none;
    clear: both;
    width: 450px;
}

#ruokalista_rivitieto_jakaja_vasen
{
    display: table-cell;
    float: left;
    width: 340px;
    padding-left: 10px;
}

#ruokalista_rivitieto_jakaja_oikea
{
    display: table-cell;
    float: right;
    width: 90px;
    padding-right: 10px;
}

#ruokalista_rivitieto_jakaja_vasen_slim
{
    display: table-cell;
    float: left;
    width: 340px;
    padding-left: 10px;
}

#ruokalista_rivitieto_jakaja_oikea_slim
{
    display: table-cell;
    float: right;
    width: 90px;
    padding-right: 10px;
}

#ruokalista_rivitieto_hinta
{
    width: 90px;
    text-align: center;
    padding-top: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #9E6811;
}

#ruokalista_rivitieto_kuvaus
{
    font-size: 16px;
    float: left;
    width: 340px;
}


/*
    Kesäravintola -SIVUN ASETUKSET
*/

#kesaravintola_runko
{
    display: block;
    width: 700px;
    min-height: 625px;
    margin-left: 40px;
}

#kesaravintola_otsikko
{
    width: 640px;
	height: 194px;
    margin-left: 10px;
    background-image: url('../kuvat/runko/kesaravintola_tausta.jpg');
    background-position: top left;
    background-repeat: no-repeat;
	float:none;
	clear:both;
}


#kesaravintola_teksti
{
    width: 640px;
    margin-left: 10px;
    color: white;
	float:none;
	clear:both;
}

/*
    Alukset -SIVUN ASETUKSET
*/

#alukset_runko
{
    display: block;
    width: 700px;
    min-height: 625px;
    margin-left: 40px;
}

#alukset_otsikko
{
    width: 700px;
	height: 300px;
    margin-left: 10px;
    background-image: url('../kuvat/runko/taustakuva_alukset.jpg');
    background-position: top left;
    background-repeat: no-repeat;
	float:none;
	clear:both;
}


#alukset_teksti
{
    width: 700px;
    margin-left: 10px;
    color: white;
	float:none;
	clear:both;
}


/*
    Yhteystiedot -SIVUN ASETUKSET
*/

#yhteystiedot_otsikkokuva
{
    display: table;
    width: 802px;
    height: 250px;
    background-image: url('../kuvat/runko/otsikko_yhteystiedot.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    margin-left: -30px;
}


#yhteystiedot_runko
{
    display: block;
    width: 700px;
    min-height: 200px;
 }

#yhteystiedot_teksti
{
    width: 640px;
    margin-top:20px;
}

#yhteystiedot_tieto_ulla
{
    display: block;
    float: left;
    width: 300px;
    font-size: 16px;

}
#yhteystiedot_tieto
{
    display: block;
    float: right;
    width: 200px;
    margin-bottom: 10px;
    font-size: 16px;

}

/*
    Kuvagalleria -SIVUN ASETUKSET
*/

#galleria_pikkukuva
{
    display: block;
    margin: 2px;
    float: left;
    padding: 10px;
    background-color: #1F6AEC;
    -moz-border-radius-topleft:6px;
    -webkit-border-top-left-radius:6px;
    -moz-border-radius-topright:6px;
    -webkit-border-top-right-radius:6px;
    -moz-border-radius-bottomleft:6px;
    -webkit-border-bottom-left-radius:6px;
    -moz-border-radius-bottomright:6px;
    -webkit-border-bottom-right-radius:6px;
}

#galleria_pikkukuva:hover
{
    background-color: #71A3F9;
}

.kryhmawrapper{
	display: block;
	float:none;
	clear: both;
	padding: 5px;
	margin-bottom: 20px;
	overflow: auto;
	background-color: #4388FA;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.krlinkwrapper{
	display: block;
	float:none;
	clear: both;
	margin-bottom: 20px;
	overflow: auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}


.krlink{
	float:left;
	display: block;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	overflow: auto;
	text-decoration: none;
	font-size: 14px;
	color: #E2EDFE;
	background-color: #347EFA;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-top: 1px solid #468AFB;
	border-left: 1px solid #468AFB;
	border-right: 2px solid #1F71FA;
	border-bottom: 2px solid #1F71FA;
}

.krlink:hover{
	color: #FFFF9B;
	background-color: #0F67F9;
	border-bottom: 1px solid #468AFB;
	border-right: 1px solid #468AFB;
	border-left: 2px solid #1F71FA;
	border-top: 2px solid #1F71FA;
}

.krlinkmain{
	float: left;
	width: 340px;
	display: block;
	padding: 5px;
	margin: 10px;
	overflow: auto;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background-color: #347EFA;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-top: 1px solid #468AFB;
	border-left: 1px solid #468AFB;
	border-right: 2px solid #1F71FA;
	border-bottom: 2px solid #1F71FA;
}

.krlinkmain:hover{
	color: #FFFF9B;
	background-color: #0F67F9;
	border-bottom: 1px solid #468AFB;
	border-right: 1px solid #468AFB;
	border-left: 2px solid #1F71FA;
	border-top: 2px solid #1F71FA;
}

.krlinkmain img {margin-right: 20px; vertical-align: middle;}

.rotsikko {font-weight: bold; font-size: 24px; text-align: center; vertical-align: middle; width: 100%;}
.rohje {font-size: 12px; text-align: center; vertical-align: middle; margin: 10px; padding: 10px;
		-webkit-border-radius: 5px;	-moz-border-radius: 5px; border-radius: 5px; background-color: #609AFB; }

.kesk {text-align: center;}
