/*************** Main background, container & logo. *************************/ 
HTML {		
margin: 0px;
padding: 0px;}

BODY {					
margin: 0px;
padding: 0px;
background: #f0db9a repeat-y fixed 50% 48%;
}

P {
    line-height: 12px;
}

INPUT, SELECT, TEXTAREA {
	border-left: 1px solid #7f9db9;
	border-right: 1px solid #7f9db9;
	border-top: 1px solid #7f9db9;
	border-bottom: 1px solid #7f9db9;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #FFFFFF ! important;
	height: 14px;
	color: #3D577A;
	line-height: 14px;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	font-weight: 10px;
}

#container{
	width: 850px;
	height: 628px;
	position: absolute;
	left: 50%;
	margin-left: -420px;
	background-image: url(../images/bgPic_2.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
                                                        
#topMenu {
	height: 105px;
	width: 770px;
	position: absolute;
}

#imageTopLeft {
	height: 110px;
	width: 170px;
	position: absolute;
	margin-left: 98px;
	margin-top: 105px;
	background-color: #FFFFFF;
}

#imageTopRight {
	height: 110px;
	width: 230px;
	position: absolute;
	margin-left: 540px;
	margin-top: 105px;
	background-color: #FFFFFF;
}

#content {
	height: 180px;
	width: 200px;
	position: absolute;
	
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
	padding-bottom:10px;
	
	overflow: hidden;
	margin-left: 540px;
	margin-top: 215px;
	background-color: #FFFFFF;
}

#newsRight {
	height: 200px;
	width: 170px;
	position: absolute;
	margin-left: 98px;
	margin-top: 215px;
	background-color: #FFFFFF;
}

#imageCenter {
	height: 310px;
	width: 272px;
	clear: right;
	position: absolute;
	margin-left: 268px;
	margin-top: 105px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
    font-weight: normal;
	color: #000000;
    text-decoration: none;
    line-height: normal;
}

#bottomImage {
	height: 80px;
	width: 672px;
	clear: right;
	position: absolute;
	margin-left: 98px;
	margin-top: 415px;
}

#bottomAddress {
	height: 25px;
	width: 672px;
	clear: right;
	position: absolute;
	margin-left: 98px;
	margin-top: 495px;
	border-bottom: 1px solid #666666;
}

#logon {
	height: 483px;
	width: 850px;
	margin-top: 145px;
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
    font-weight: normal;
	color: #000000;
    text-decoration: none;
    line-height: normal;
}


.normalTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
    font-weight: normal;
	color: #666666;
    text-decoration: none;
    line-height: 20px;
}

.normalTxt a:link, .normalTxt a:active, .normalTxt a:visited, .normalTxt A:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
    font-weight: normal;
	color: #666666;
    text-decoration: none;
    line-height: 20px;
}

.divContent { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
    font-weight: normal;
	color: #000000;
    text-decoration: none;
    line-height: normal;
}

.divContent a:link, .divContent a:active, .divContent a:visited, .divContent a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
    font-weight: normal;
	color: #000000;
    text-decoration: underline;
    line-height: normal;
}

.divNewsRight { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
    font-weight: normal;
	color: #000000;
    text-decoration: none;
    line-height: normal;
}

.divNewsRight a:link, .divNewsRight a:active, .divNewsRight a:visited, .divNewsRight a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #d47b27;
    text-decoration: none;
    line-height: 18px;
}

.knap
{
	border-left: 1px solid #7f9db9;
	border-right: 1px solid #7f9db9;
	border-top: 1px solid #7f9db9;
	border-bottom: 1px solid #7f9db9;
	height: 20px;
	width: 60px;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}