/* Start of CMSMS style sheet 'MedikaNOVA' */
html{
	height:100%;
} 
body {
	margin:0;
	padding:0;
	height:100%;
	background-image: url(images/tausta.jpg);
	background-repeat: no-repeat;	
        font-family:Arial, Helvetica, sans-serif;
        font-size: 12pt;
}

#contentwrap{
	width:828px; 
	background-color:#ffffff;
}

#topmargin{
	height:25px; 
	width:828px;
}

.topmarginleft{
	height:25px; 
	width:455px; 
	float:left;
}

.topmargincenter{
	height:25px; 
	background-color:#fcdad9; 
	width:190px; 
	float:left;
}

.topmarginright{
	height:25px; 
	width:183px; 
	float:left;
}

#top2{
	height:75px; 
	width:828px;
}

.top2left{
	width:455px; 
	float:left;
}

.top2center{
	background-color:#fcdad9; 
	width:190px; 
	height:75px; 
	float:left;
}

.top2right{
	width:183px; 
	height:75px; 
	float:left;
}

.top2rightcontainer{
	text-align:left;
	height:20px;
	padding-left:20px;
}

.top2righttext{
	padding-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ad1e34;
}

.top3left{
	width:455px;
	float:left
}

.top3center{
	width:190px;
	float:left
}

.top3right{
	width:183px;
	float:left;
}

#divider{
	height:15px;
	display:inline;
}

#leftcol{
	width:169px; 
	float:left; 
	position:relative; 
	background-color:#ffffff; 
	padding-top:29px; 
	text-align:right;
	display:block;
}

.navigation_top{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px; 
	color:#ad1e34;
}

.navigation_divider{
	background-image: url(images/raita2.jpg); 
	background-repeat:repeat-x;
	width:138px; 
	float:right;
}

.navigation_sub{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px; 
	color:#5b5b5b;
}

.contact{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px; 
	color:#ad1e34;
}

#twocols{
	background-color:#ffffff; 
	width:659px; 
	float:right; 
	position:relative;
}

#maincol{
	background-color:#ffffff;
	float: left; 
	position: relative; 
	width:381px; 
        height:380px;
	padding-top:35px;
	padding-left:44px; 
	padding-right:51px; 
	text-align:left; 
	vertical-align:top;
}

#rightcol{
	width:168px; 
	height:329px; 
	position:relative; 
	background-color:#ffffff; 
/*	background-image: url(images/raita2.jpg); 
	background-repeat: repeat-y; */
	float:left; 
	text-align:left; 
/*	padding-left:15px; */
	padding-top:15px; 
	margin-top:0px;
}

.news_date{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#ad1e34;
}

.news_ingress{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px; 
	color:#5b5b5b;
}

#footer{
	height:100%; 
	background-color:#ffffff; 
	clear:both;
}

/*printer styles*/ 
 @media print{ 
/*hide top colums when printing*/
#top2{display:none;} 

/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #ad1e34; 
}

a:visited {
   text-decoration: none;
   background-color: inherit;
  color: #ad1e34;                /* a different color can be used for visited links */
}

/* remove underline on hover and change color */
a:hover {
   text-decoration: underline;
   background-color: inherit;
   color: #ad1e34;
}

/********************
CONTENT STYLING
*********************/
div#maincol {

}

/* HEADINGS */
div#maincol h1 {
   font-size: 1.1em; /* font size for h1 */
   line-height: 1em;
   margin: 0;
   color: #ad1e34;
   margin: 0 0 0.5em 0; 
}
div#maincol h2 {
	color: #ad1e34; 
	font-size: 1.0em; 
	text-align: left; 
/* some air around the text */
	padding-left: 0.5em;
	padding-bottom: 1px;
	margin: 0 0 0.5em 0;
}
div#maincol h3 {
   color: #ad1e34; 
   font-size: 0.9em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#maincol h4 {
   color: #ad1e34; 
   font-size: 0.8em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#maincol h5 {
   color: #ad1e34; 
   font-size: 0.8em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   color: #ad1e34; 
   font-size: 0.8em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   /*font-size: 0.8em;*/
   font-size: 12px;
   margin: 0 0 1.5em 0; /* some air around p elements */
   line-height: 1.3em;
   padding: 0;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 0.8em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;


}

/* LISTS */
/* lists in content need some margins to look nice */
div#maincol ul,
div#maincol ol,
div#maincol dl {
   font-size: 0.8em;
   line-height: 1.4em;
   margin: 0 0 1.5em 0;
}

div#maincol ul li,
div#maincol ol li {
   margin: 0 0 0.25em 3em;
}

/* definition lists topics on bold */
div#maincol dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#maincol dl dd {
   margin: 0 0 1em 1em;
}

div#maincol dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}


/* END LISTS */
/* End of 'MedikaNOVA' */

