@import url("editor.css");
@import url("services.css");

html, body {
	height: 100%;
	background-color: white;
}

/* WRAPPER */
#wrapper {
	width: 1000px;
	margin: 0px auto;
	background: transparent url("../gfx/navigation_back_color.gif") repeat-y;
	background-color: White;
	position: relative;
	min-height: 100%;
	/* seuraavat kaksi riviä vanhemmille selaimille, säilytä järjestys */
	height: auto !important;
	height: 100%;
}

/* HEADERS */

#header {
	height: 244px;
	background: transparent url("../gfx/head_etusivu.jpg") no-repeat;
}

#header_konsanet{
	height: 244px;
	background: transparent url("../gfx/head_konsanet.jpg") no-repeat;
}

#header_aikuisten_naytto{
	height: 244px;
	background: transparent url("../gfx/head_aikuisten_naytto.jpg") no-repeat;
}


#header_avoinkonservatorio{
	height: 244px;
	background: transparent url("../gfx/head_avoinkonservatorio.jpg") no-repeat;
}


#header_henkilokunta{
	height: 244px;
	background: transparent url("../gfx/head_henkilokunta.jpg") no-repeat;
}

#header_kansainvalinen{
	height: 244px;
	background: transparent url("../gfx/head_kansainvalinen.jpg") no-repeat;
}

#header_konsertit{
	height: 244px;
	background: transparent url("../gfx/head_konsertit.jpg") no-repeat;
}

#header_kuorot{
	height: 244px;
	background: transparent url("../gfx/head_kuorot.jpg") no-repeat;
}

#header_lomakkeet{
	height: 244px;
	background: transparent url("../gfx/head_lomakkeet.jpg") no-repeat;
}
	
#header_musiikinperustaso{
	height: 244px;
	background: transparent url("../gfx/head_musiikinperustaso.jpg") no-repeat;
}

#header_musiikkileikkikoulu{
	height: 244px;
	background: transparent url("../gfx/head_musiikkileikkikoulu.jpg") no-repeat;
}

#header_musiikkiopisto{
	height: 244px;
	background: transparent url("../gfx/head_musiikkiopisto.jpg") no-repeat;
}

#header_nuorten_ammatillinen{
	height: 244px;
	background: transparent url("../gfx/head_nuorten_ammatillinen.jpg") no-repeat;
}

#header_orkesterit{
	height: 244px;
	background: transparent url("../gfx/head_orkesterit.jpg") no-repeat;
}

#header_soitinlaina{
	height: 244px;
	background: transparent url("../gfx/head_soitinlaina.jpg") no-repeat;
}

#header_soitinvalmennus{
	height: 244px;
	background: transparent url("../gfx/head_soitinvalmennus.jpg") no-repeat;
}

#header_toimitilat{
	height: 244px;
	background: transparent url("../gfx/head_toimitilat.jpg") no-repeat;
}

#header_konssalinvuokraus{
	height: 244px;
	background: transparent url("../gfx/konssalinvuokraus.jpg") no-repeat;
}

#header_ravintola{
	height: 244px;
	background: transparent url("../gfx/ravintola_jalampiop.jpg") no-repeat;
}

#header_kirjastopalvelut{
	height: 244px;
	background: transparent url("../gfx/kirjastopalvelut.jpg") no-repeat;
}


#head_link {
	border: 0;
	cursor:hand;
}
#head_link .etusivu_linkki{
	height: 50px;
	width: 250px;
}
#head_link #cms_version {
	padding: 70px 17px 0 0;
	text-align: right;
	color: #fff;
	line-height: 20px;
	font-size: 10px;
}

/* ROUTE */
#route {
	clear: both;
	background-color: #7a3027;
	height: 11px;
	width: 1000px;
}
#main {
	zoom: 1;
}

/* SIDEBAR */
#sidebar {
	background: transparent url("../gfx/navigation_back.gif") no-repeat;
	width: 242px; 
	padding: 10px 0px 0px 10px;
	float: left;
	background-color: #480c85;
}

/* NAVIGATION */
#sidebar #navigation {
    margin: 0 0 1em 1em;
}
#sidebar #navigation ul {
    padding: 0;
    margin: 0;
	 list-style: none;
	 
}
#sidebar #navigation ul ul {
    padding: 0;
    margin: 0 0 0 0.9em;
}
#sidebar #navigation ul li {
    padding: 0;
    margin: 0;
}
#sidebar #navigation ul li a {
	color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	height: 22px;
	display: block;
	padding: 0px 0px 0px 5px;
	white-space: nowrap;
}
#sidebar #navigation ul li a.active {
	text-decoration: underline;
}
#sidebar #navigation ul li a:hover {
	border: none;
	background-color: #330066;
}
#sidebar #navigation ul ul li a {
	text-transform: none;
}
/* KIINTEÄ LISÄVALINNAT */
#sidebar #alla_valinnat {
	 height: 160px;
	 line-height: 1.6em;
    padding: 0;
    margin: 0;
	 list-style: none;
	 margin: 10px 0px 0px 0px;
	 display: list-item;
}
#sidebar #alla_valinnat a {
	text-transform: none;
	color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#sidebar #alla_valinnat a:hover {
border: none;
}
#login{
	margin: 10px 0px 0px 10px;
	color: White;
	height: 150px;
	width: 150px;
}
/* LANGUAGE SELECTION */
#sidebar #language_selection {
	margin-bottom: 15px;
	text-align: center;
}

/* ADMIN LINK */
#admin_link {
	margin-bottom: 15px;
	text-align: center;
	height: 10px;
	width: 50px;
	display: inline;
	float: left;
}

/* CONTENT */
#content {
	/*margin-left: 253px;*/
	padding: 50px 70px 50px 70px;
	overflow: hidden;
	width: 600px;
}

/* FOOTER */
#footer {
	background-color: white;
	position: absolute;
	bottom: 0;
	width: 100px;
	left:900px;
}
/*Tämä antaa sivulle korkeuden*/
#extra {
	clear: both; 
	height: 30px; 
}

/* EMEDIA SIGNATURE */
#signature {
	float: right;
	margin-top: 2px;
}
#signature, #signature a {
	color: black;
	font-family: Verdana, Arial;
	font-size: 9px;
	line-height: 16px;
	text-align: right;
}
#signature a {
	text-decoration: none;
	font-weight: bold;
}

/* INNERTEMPLATES*/
	/*etusivu.tpl*/
#etusivu_sisalto{
	
}
#etusivu_sisalto #ajankohtaista{
	float: right;
	width: 300px;
	background-color: #ccccff;
}
#etusivu_sisalto #ajankohtaista #reuna{
	margin: 12px;
	padding: 5px;
	border: 2px solid White;
}
#etusivu_sisalto #palsta_vasen{
	width:290px;
}
#etusivu_sisalto #palsta_alla{

}