﻿html, body
{
	height: 100%; 
	background-color: #738ca0;
	background-position: center top;
	background-image: url(../images/bgBody_top.jpg);
	background-repeat: repeat-y;
	background-color: #738ca0;
}

body 
{
	text-align: center;   
	padding: 0;           
	margin: 0;           
}

#bg
{
	background-position: center top;
	background-image: url(../images/bg_gradient.jpg);
	background-repeat: no-repeat;
}

#distance { 
	margin-top:100px; 
	width: 1px;          
	         
	float: left;         
}

#content
{
	position: relative;
	text-align: left;
	height: 518px;
	width: 639px;
	margin: 0 auto;
	clear: left;
	background-position: left top;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
}

.kop
{
	font-size: 12px;
	color: #de7b26;
	font-family: Arial;
	margin-left: 115px;
} 

.content
{
	font-size: 14px;
	color: #00467f;
	font-family: Arial;
	text-align: left;
}

.content a
{
	font-size: 14px;
	color: #00467f;
	font-family: Arial;
	text-decoration:underline;
}

.content a:hover
{
	font-size: 14px;
	color: #00467f;
	font-family: Arial;
	text-decoration:underline;
}

.contentText
{
	text-align: center;
	font-size: 16px;
	display: block;
	padding-top: 70px;
}

.contentText a
{
	font-size: 16px;
	color: #00467f;
	font-family: Arial;
	text-decoration:underline;
}

.contentText a:hover
{
	font-size: 16px;
	color: #00467f;
	font-family: Arial;
	text-decoration:underline;
}


.copyright
{
	font-size: 11px;
	color: #3d3d3d;
	font-family: Arial;
	text-align: left;
}

.copyright a:hover
{
	font-size: 11px;
	color: #3d3d3d;
	font-family: Arial;
	text-align: left;
	text-decoration:none;
}

.copyright a
{
	font-size: 11px;
	color: #3d3d3d;
	font-family: Arial;
	text-align: left;
	text-decoration:underline;
}



