/* GLOBAL RESET */
html,body,p,div,img,h1,h2,h3,h4 {
  margin:0;  
  padding:0;  
  border:0;  
  border-collapse:separate;  
  border-spacing:0;
}

ul,li {
  padding:0;  
  border:0; 
	margin: 0 0 0 12px;
}


/* Yleiset tyylit */
body {		 
font: 11px "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
color: #494949;
width: 100%;
height: auto;
line-height: 17px;
background:  url(../img/bg.gif) center repeat-y #fb9800;
}

p{
	padding:5px 0 5px 0;
}

a {
	font-family: inherit;
	color: #8b356b;
	text-decoration: none;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}




/* Tällä pakotetaan editorin sisällön linkit oikean näköisiksi
   Eli yleensä sama tyyli kuin tuossa yllä a-elementille, mutta jokaisen perään !important */
.mceContentBody a,.mceContentBody a:link, .mceContentBody a:visited{
	font-family: inherit !important;
	color: #323232 !important;
	text-decoration: none !important;
}
.mceContentBody{
	
	background:#fff !important;
	text-align: left !important;
	height:auto !important;

}

td {
font: 11px "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
}

.login {
	font-family: inherit;
	font-size: inherit;
}

input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	border: 1px solid #808080;
	outline: 0;
	padding: 3px 0 3px 3px;
}

.submit {
width: 102px;
height: 25px;
border: 0;
margin: 0;
cursor: pointer;
padding: 0;
background:  url(../img/laheta-lomake.gif) no-repeat;
}

.text {
	width:100%;
}




h1 {
	font: 19px komikax, Calibri, Arial, sans-serif;
	color: #8b356b;
	padding: 0px 0px 10px 0px;
	text-transform: uppercase;
	line-height: 15px;
}

h2 {
	font: 15px komikax, Calibri, Arial, sans-serif;
	color: #8b356b;
	padding: 10px 0px 10px 0px;
	text-transform: uppercase;
}

h3 {
	font-size: 14px;
color: #8b356b;
}

h4 {
color: #8b356b;
}

h5 {
color: #8b356b;
}

h6 {
color: #8b356b;
}

.error_message{
	color:#ab0000;
	margin:10px 0 20px 0;
}
.success_message{
	color:#368b1c;
	margin:10px 0 20px 0;
}

.sitenews_revolver_topic{
	display:block;
	position:absolute;
	height:100%;
}

/* Dropdownmenu */
.menuarea{
	position:absolute;
	top: 85px;
	display:none;
	width:auto;
	z-index:10;
	background-color:#000;
	padding:0px 15px 5px 15px;
	margin: 0 0 0 8px;
}

#menutable .menusub_a{
	color:#f7941d;
	padding:5px 30px 5px 20px;
	line-height:12px;
	display:block;
	background-color:#000;
	z-index:10;
	font-size: 12px;
}
#menutable .menusub{
	color:#fff;
	padding:5px 30px 5px 20px;
	display:block;
	line-height:12px;
	background-color:#000;
	z-index:10;
	font-size: 12px;
}

/* Kuvien sijoittelu editorin kautta */

.kuva-oikealla {
padding: 0 0 15px 15px;
}

.kuva-vasemmalla {
padding: 0 15px 15px 0;
}
 

/* Oletusrakenne */


#body-gradient {
	width:100%;
	min-height: 930px;
	height: auto;
	background:  url(../img/bg.jpg) top repeat-x;
	overflow:hidden;
}

#body-bg {
	position: absolute;
	top: 0px;
	width:100%;
	height: 405px;
	background:  url(../img/top.jpg) top center  no-repeat;
}

#wrapper {
	position:relative;
	width:988px;
	height: auto;
	margin: 0 auto;
	background:  url(../img/top.jpg) top no-repeat #fff;
 	z-index: 10;
}

#header{
	position:relative;
	width:955px;
	height:405px;
	text-align:left;
	padding: 0 16px 0px 17px;
}


#logo {
	position: relative;
	top: 19px;
	left: 0px;
	width:305px;
	height:74px;
	display: block;
	float:left;
}

#menu ul, #menu li {
list-style-type: none;
padding: 0;
margin: 0;
float:left;
}

#box-left-top ul, #box-left-top li {
list-style-type: none;
padding: 0;
margin: 0;
}

#menu {
	position: absolute;
	top: 107px;
	left: 25px;	
	text-align:left;
	width: 935px;
	height: auto;
}

#menu .menu-0, #menu .menu-0:hover {
font: 11px dinbold, Calibri, Arial, sans-serif;
color:#fff;
text-decoration:none;
text-transform: uppercase;
white-space: nowrap;
line-height: 15px;
display:block;
width: auto;
height: 26px;
padding: 13px 16px 0 16px;
text-align: center;
float:left;
outline: 0;
}

#menu .menu-1 {
font: 11px dinbold, Calibri, Arial, sans-serif;
line-height: 15px;
background: url(../img/menu/menu-1-bg.jpg) repeat-x; 
}

#slogan{
	position: absolute;
	left: 0px;
	top: 180px;
	width:480px;
	height:170px;
}


#content{
	width:955px;
	min-height: 435px;
	height: auto;
	text-align:left;
	padding: 0 16px 0px 17px;
}

#content-left{
  position: relative;
	width: 195px;
	height: auto;
	float:left;
	text-align:left;
	background: url(../img/content-left-bg.gif) repeat-y #fff;
	padding: 0px 16px 0 16px;
	z-index: 15;
}


#breadcrumbs {
  position: relative;
	width: 628px;
	height: auto;
	float:left;
	text-align:left;
	padding: 0 0px 9px 0px;
	border-bottom: 1px dotted #b8bdc3;
	margin: 0 0 12px 36px;
}

#content-middle {
  position: relative;
	width: 438px;
	height: auto;
	float:left;
	text-align:left;
	padding: 0 16px 0 29px;
	background: url(../img/content-middle-bg.gif) right repeat-y;
	z-index: 15;
}


#content-right{
  position: relative;
	width: 195px;
	height: auto;
	float:right;
	text-align:left;
	background: url(../img/content-left-bg.gif) repeat-y;
	padding: 0 16px 0 16px;
}

#content-right-bottom{
  position: relative;
	left: 4px;
	width: 233px;
	height: auto;
	float:right;
	clear:right;
	text-align:left;
	padding: 12px 0 0 0;
}

#content-main {
  position: relative;
	width: 678px;
	height: auto;
	float:left;
	text-align:left;
	padding: 0 16px 0 16px;
	background: url(../img/content-main-bg.gif) right repeat-y;
	z-index: 15;
}

.content-img{
  position: relative;
	left: -16px;
}

.iframe{
	position:relative;
	left: -12px;
	width:100%;
	height: 460px;
	text-align:left;
	border: 0px;
	margin: 0px;
	scrolling: no;
}

#footer {
	position:relative;
	width: 971px;
	height:60px;
	color: #fff;
	font: 12px Calibri, Arial, sans-serif;
	padding: 20px 0 30px 17px;
	text-align: left;
	line-height: 20px;
	background: #fff;
	clear:both;
}

#footer a, #footer p {
font: 12px Calibri, Arial, sans-serif;
color: #656565;
text-decoration:none;
line-height: 20px;
}

@media print { 
* { overflow:visible !important; } 
} 

