@charset "UTF-8";
/* CSS Document */

/****************************************/
/****  Suomen Pienyrittäjäin Mainostoimisto Oy ****/
/****  Erkka Kinnunen, erkka.kinnunen@spym.fi ****/
/***************************************/

@import url('joomla-komponentit.css');



/***************************************/
/********** Core html setup stuff ************/
/***************************************/

html {
	width: 100%;
    height: 100%;
	margin: 0;
	padding: 0;
}


body {
    font-family: verdana, sans-serif;
    font-size: 11px;
    color: #666666;
	
    line-height: 1.3em;
    text-align: center;    
	margin: 25px 0;
	padding-bottom: 30px;
    background: #74b615 url('../images/body-bg.jpg') no-repeat center center fixed;
}




/**************************************/
/*********** Text elements ***********/
/*************************************/


/***** otsikot *****/

.contentheading, .componentheading { 
	font-size: 18px;
	padding-bottom: 10px;
    color: #99cc00;    
}


h1 {
    font-family: arial, sans-serif;
	font-size: 16px;
    padding-bottom: 10px;
    color: #00bffe;  	
}


.moduletable h3, h2 {
    font-family: arial, sans-serif;
	font-size: 16px;
    padding-bottom: 10px;
    color: #00bffe;  		
}




/***** leipäteksti *****/

p, td {    
    font-size: 11px;
    margin-bottom: 5px;
    color: #666666;	
}




/******* linkit *******/

a:link, a:visited {
    font-size: 100%;
    text-decoration: underline;
    color: #00bffe;  	
}

    
a:hover, a:active {
    font-size: 100%;
    text-decoration: underline;
    color: #000000; 
}




/***** päävalikon linkit *****/

#mainmenu a {
	font-size: 14px;
	text-decoration: underline;
    color: #33ccff;  
}


/**** käyttäjävalikon linkit ****/

#loginmenu a {
    font-size: 10px;
	text-decoration: underline;
    color: #ffffff;  
}

#loginmenu a:hover {
    color: #000000;  
}


/**** moduulin sivuvalikon linkit ****/

.sivuvalikko a {
	font-size: 12px;
	text-decoration: underline;	
    color: #33ccff;  	
}


/******* footer *******/

div#footer #contact p {
	font-size: 11px;
    padding-bottom: 15px;
	color: #ffffff;
}



/*** hallintakomponenttien otsikko ***/

legend {
	font-size: 13px;
    color: #00bffe;		
}




/***************************************/
/************ Page wrapper  ***************/
/***************************************/

div#wrapper {
	position: relative;
    width: 863px;
	height: 100%;
    margin: 0 auto;
}




/***************************************/
/********* Logo & 100% takuu ***********/
/***************************************/

#logo{
	position: absolute;
	top: 0px;
	left: 20px;
	width: 248px;
	height: 188px;
}


#takuu {
	position: absolute;
	top: 135px;
	right: 40px;
	width: 114px;
	height: 116px;
}




/***************************************/
/************** Page header ***************/
/***************************************/

div#header {
	width: 863px;
    height: 188px;
	margin: 0;
	padding: 0;
    background: transparent url('../images/header-trans.png') no-repeat top left; 	
}

    
	

/***************************************/
/************* Main container **************/
/***************************************/

div#container {
	margin: 0;
	padding: 0;
    text-align: left;
}


div#leftcolumn {
    width: 289px;
	height: 100%;
	margin: 0;
	padding: 0;	
    float: left;
    
}

	div#mainmenu {
		width: 100%;
		height: 247px;
		background: transparent url('../images/navi-trans.png') no-repeat top left;
		
	}



div#maincolumn {
    width: 574px;	
    margin-left: 289px;	
}

	div#maincolumn div#main-top {
		width: 100%;
		height: 62px;
		background: transparent url('../images/main-top-trans.png') no-repeat top left;	
	}
		
		div#main-top div#breadcrumbs  {
			position: relative;
			top: 30px;
			left: 12px;
			height: 30px;
			padding-left: 45px;
		}
		
		
		
	div#maincolumn div#main-content {
		position: relative;
		height: auto;
		min-height: 420px;
		padding-left: 45px;
		padding-right: 45px;
		padding-bottom: 20px;
		background: transparent url('../images/main-bg-trans.png') repeat-y top left;	
	}
	
	
	div#maincolumn div#main-left {
		position: relative;
		top: 0;
		left: -45px;
		width: 12px;
		height: 185px;
		float: left;
		background: transparent url('../images/main-left-trans.png') no-repeat top left;		
	}
	
	
	div#maincolumn div#main-bottom {
		width: 100%;
		height: 30px;
		background: transparent url('../images/footer-trans.png') no-repeat top left;
	}
			
			
	div#maincolumn p {
		font-size: 100%;
		color: #666666;
		margin-bottom: 15px;
	}

		
		
		
/***************************************/
/************* Front page **************/
/***************************************/

/* etusivun yläslogan */

div#etu-main-top {
	width: 100%;
	height: 62px;
	background: transparent url('../images/etu-main-top-trans.png') no-repeat top left;	
}


div#etu-main-bottom {
	width: 100%;
	height: 185px;
	background: transparent url('../images/etu-main-bottom-trans.png') no-repeat top left;	
}



/* etusivun kaksi lisämoduulia */

div#modules {
	width: 100%;
	float: left;
}

	div#module-left {
		width: 50%;
		float: left;
	}
	
	
	div#module-right {
		width: 50%;	
		margin-left: 50%;
	}

	
	

/***************************************/
/************** Page footer ***************/
/***************************************/

div#footer {
	width: 100%;
    height: auto;
	padding-top: 10px;
	text-align: center;
}

		
div#loginmenu {
    width: 100%;
    height: 30px;    
    text-align: center;
}




/***************************************/
/************** Main menu ****************/
/***************************************/

#mainmenu ul {
    margin: 0;
    padding: 54px 38px;
    list-style-type: none;
    float: left;  
}


#mainmenu li {
	margin: 0;
	padding: 0;
}

.item1 {
	margin: 0;
	padding: 0;
	height: 0px;
}


#mainmenu a {
	width: 154px;
	height: 31px;
    margin: 0;
	padding: 0;
    display: block;
}




/****************************************/
/************** Login menu **************/
/****************************************/

#loginmenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}


#loginmenu li {
	display: inline;
}


#loginmenu a {
    line-height: 15px;
    padding: 0px 3px 0px 3px;
}




/****************************************/
/**************** Moduuli ***************/
/****************************************/
		
div.side-module {
	position: relative;
	width: 289px;
	height: auto;	
}

/* puhelin-moduuli */
div.side-module #photo {
	margin: 0;
	padding: 0;
	text-align: center;
}

		div.top {
			height: 23px;
			background: transparent url('../images/module/module-top-trans.png') no-repeat top left;
		}

		
		div.main {
			min-height: 215px;
			height: auto;
			padding-left: 35px;
			padding-right: 40px;
			text-align: left;	
			background: transparent url('../images/module/module-main-trans.png') repeat-y top left;
		}

		
		div.bottom {
			height: 23px;
			background: transparent url('../images/module/module-bottom-trans.png') no-repeat bottom left;
		}
		
		
		div.side-module h2, div.side-module h3 {	
			padding-bottom: 10px;
			padding-top: 5px;
			margin: 0;				
		}
		

		div.side-module p {
			font-size: 100%;
			margin-top: 2px;
			padding: 0;			
		}		
			
		
		

/****************************************/
/********** Moduulin sivuvalikot ********/
/****************************************/

div.sivuvalikko {
	height: 100%;
	margin: 0;
	padding: 10px 20px;
	text-align: left;
}


div.sivuvalikko ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}


div.sivuvalikko li {
	display: block;
}


div.sivuvalikko a {
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0;
}	




/***************************************/
/************ Kielivalikko *************/
/***************************************/

#kielivalikko {
	position: absolute;
	top: 10px;
	left: 20px;
	width: 72px;
	height: 39px;
}




/***************************************/
/********* Chronoform Contact **********/
/***************************************/

#ChronoContact_lisatietoa{
	position: relative;
	height: auto;
	min-height: 420px;
	padding-right: 45px;
	margin-top:-11px;	
}

#ChronoContact_Rekrytointilomake{
	position: relative;
	margin-left: 10px;
	height: auto;
	min-height: 420px;
	padding-right: 45px;
	margin-top:-13px;	
	text-align: left;
}


#ChronoContact_postilista{
	position: relative;
	height: auto;
	min-height: 420px;
	padding-right: 45px;
	margin-top:-13px;	
}



		
/***************************************/
/************** Other stuff ****************/
/***************************************/

hr{
    border-color:#1f9cec;
    border-style: dotted;
    border-style: thin;
    line-height: 11px;
}


.side-module table, 
.side-module td {
	margin: 0;
	padding: 0;
}


img {border: 0 none;}
.clear {clear: both;}
.hide {display: none;}


#user4 {
	position:absolute;
	right: 0px;
	top: 0px;
	width: auto;
	height: auto;
}
.chronoform{
	display:none;	
}
