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

html {
	font: 0.9em arial, sans-serif;
	padding: 0;
	margin: 0;
}

body{
	text-align: center;
	background: url(../img/bgGradient.png) left repeat-x;
	padding: 0;
	margin: 0;
	
}


#authMessage {
	color: red;
	padding-left: 14px;
}


#containerBody{
	padding: 0;
	margin: 0 auto;
	width: 960px;
	text-align: left;	
}

#containerHeader{
	height: 96px;
	width: 100%;
	background: url('../img/bgHeader.png') left top no-repeat;
	padding: 0;
	margin: 0;
	
}

#containerMenu{
	position: relative;
	height: 47px;
	background: url('../img/menuGradientBg.png') left top repeat-x;
	padding: 0;
	margin: 0;
	text-align: right;
}

#containerMenuButtons{
	float:left;
	padding: 0 0 0 370px;
	margin: 0;
}

#containerMenuButtons ul{
	float:left;
	list-style:none;
	margin: 0 0 10px 0;
	padding: 0;
	
}

#containerMenuButtons li{
	
	float:left;
	list-style:none;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	display: block;
	
}

#containerMenuButtons li a{ 
	padding-top: 15px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 8px;
	color:#444444;
	text-decoration: none;
	list-style:none;
	height: 47px;	
	background: url('../img/menuButton.png') left top no-repeat;
}

#containerMenuButtons li a:hover{ 
	padding-top: 15px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 8px;
	color:white;
	text-decoration: none;
	list-style:none;
	height: 47px;	
	background: url('../img/button_hover.png') left top no-repeat;
}


#logInTab
{
	position:absolute;
	top: 0px; left: 30px;
	background: url('../img/logInTab.png') left top no-repeat;
	width:307px;
	height: 118px;
	z-index: 1;
	text-align:left;
}

#logInTab table
{
margin: 5px 0 0 10px;
padding:0 0 4px 0px;
}

#logInTab img
{
margin-top: 4px;
list-style:none;
width:147px;
height:30px;
padding:0 0 0 92px;
border: 0px;
}

#logInTab input
{
margin-left: 10px;
}

#logInTab input.logInButton
{

margin:0 0 0 203px;
padding: 0 0 0 0;
display: block;
text-decoration: none;
width:6em;
height:2em;
color:#000000;
background: url('../img/logInButton.png') left top no-repeat;
}

#logInTab a
{
position:absolute;
top: 68px; left: 90px;
font-size:11px;
margin:0 0 0 0;
padding: 0 0 0 0;
display: block;
text-decoration: none;
line-height: 30px;
color:#000000;
}





#container{
background: url('../img/bgPicture.png') left top repeat-x;
padding: 0;
width: 100%;
height: 717px;
background-color:#141414;
}


#containerContent{
padding: 377px 0 0 0px;
width: 100%;
}


#containerContentHeader{
background: url('../img/contentHeaderBg.png') left top no-repeat;
padding: 0;
width: 100%;
height: 71px;
}

#containerContentHeader span{
line-height: 3;
padding: 0 0 0 70px;
}




#containerContentContent{
float: left;
padding: 0;
width: 960px;
}

#containerContentContentLeft{
float: left;
background: url('../img/contentLeftSlice.png') left top repeat-y;
height: 226px;
padding: 0;
width: 279px;
}

#containerContentContentLeft ul{
padding: 0 0 0 70px;
margin: 0;
}

#containerContentContentLeft li{
padding: 0 0 10px 0;
margin: 0;
}

#blackBox{
background: url('../img/bussimatkat.png')  left top no-repeat;
margin: 0 0 0 34px;
padding: 0 0 0 0;
height: 48px;
width: 183px;
/*position:absolute;
top: 750px; left: 186px;*/

}

#containerContentContentCenter{
float: left;
background: #ffffff repeat-x;
height: 226px;
padding-left: 0px;
width: 358px;
}

#containerContentContentCenter p{
padding: 0 0 0 20px;
font-size: 12px;
}

#containerContentContentRight{
float: left;
background: url('../img/contentRightMenu2.png') left top no-repeat;
height: 226px;
padding-left: 0;
width: 323px;
}

#containerContentContentRight img.demo{
margin: 100px 0 0 90px;
width:112px;
height:40px;
border: none;
}

#containerContentContentRight img.rekisteroidy{
margin: 80px 0 0 55px;
width:155px;
height:65px;
border: none;
}

#containerContentContentRight img.kokeile{
margin: 0px 0 0 150px;
width:90px;
height:54px;
border: none;
}


#containerContentFooter{
clear: both;
background: url('../img/contentFooterBg.png') left top no-repeat;
padding: 0 0 0 0;
width: 960px;
height: 138px;
}

#footer{
background: url('../img/bgFooter1.png') left top no-repeat;
padding: 0 0 0 0;
width: 100%;
height: 138px;

}

#footer ul{
float: left;
padding: 50px 0 0 510px;
margin: 20px 0 0 0;
}

#footer li{
padding: 0 5px 0 0;
color: white;
font-family:Arial, Helvetica, sans-serif;
font-size: 8pt;
text-decoration: none;
display: inline;
}



