﻿body
{
}

H1, .h1
{
	font-family: Arial;
	font-size: 18px;
	color: #646464;
	text-decoration: none;
	font-weight: normal;
}
H2, .h2
{
	font-family: Arial;
	font-size: 12px;
	color: #3C3C3C;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}
.head
{
	font-family: Arial;
	font-size: 13px;
	color: #3C3C3C;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	margin-bottom:50px;
	margin-top:5px;	 
}
temp
{
	text-align: right;
}
H3, .h3
{
	font-family: Arial;
	font-size: 12px;
	color: #3C3C3C;
	text-decoration: none;
	font-weight: bold;
}

.manchettekst
{
	font-family: Arial;
	font-size: 12px;
	color: #3C3C3C;
	text-decoration: none;
	font-weight: bold;
}
span, .plain
{
	font-family: Arial;
	font-size: 12px;
	color: #3C3C3C;
	text-decoration: none;
}
.plain a
{
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	line-height: 12px;
	color: #1B99CD;
}
a
{
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	line-height: 12px;
	color:#1B99CD;
}
a:visited
{
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	line-height: 12px;
	color: #959595;
}
a:hover
{	
	text-decoration: underline;	
	color: #1B99CD;
}

.butplain
{
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	border:none;
	background-color:#EBF095;
	padding:6px,5px,4px,5px;
	color:#606060	
	}
.plain a:visited
{
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	line-height: 12px;
	color: #959595;
}
.plain a:hover
{
	text-decoration: underline;
}
\*.maindiv
{
	overflow:auto;
	width: 438px;
	height: 630px;
}
*\

.mainpanel
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.mainctrlpanel
{
	text-align: center;
	margin-left: auto;
	padding-left:2%;
	padding-right:2%;
	margin-right: auto;
}
.clean
{
	text-align:left;
	}

a.info
{
    position:relative;
    z-index:24;     
    cursor: help;    
    font-family: Arial;
	font-size: 12px;
	color: #3C3C3C;
	text-decoration: none;
	font-weight: bold
}

a.info:hover
{
	z-index:25; background-color:#ff0
}

a.info span
{
	display: none
}

a.info:hover span
{ 
	display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #B1E3FF;
    background-color:#E2F4FF; 
    color:#000000;
    text-align: center
    }