﻿body {
	font-family: Arial;
	font-size: 10px;
	color: #333333;
	margin:0px;
	background: url(../Images/Background.jpg) #ffffff repeat-x;
}

p {margin: 0 0 1em; text-align: justify;}

table,td {
	font-family: Arial;
	font-size: 9pt;
	color: #333333;
}

a:link, a:visited, a:active {
	color: #3898cb;
	text-decoration: none;
}

a:hover {
	color: #004f92;
	text-decoration: underline;
}

img { border: 0px;}

form,select,textarea {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	border: 1px	solid #CCCCCC;
}

form {
	border: 0px;
}

input {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
}

a.Footer:link	{color:#3898cb;font-family: Trebuchet MS,Tahoma;font-size:8.5pt;text-decoration:none;}
a.Footer:visited{color:#3898cb;font-family: Trebuchet MS,Tahoma;font-size:8.5pt;text-decoration:none;}
a.Footer:hover	{color:#3898cb;font-family: Trebuchet MS,Tahoma;font-size:8.5pt;text-decoration:underline;}

#PageHolder {
	text-align:center;
}

#MainPage {
	width: 780px;
	background: #16426e;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:30px;
}

#adres {
	font-size: 11px;
	font-family: Tahoma;
	color: #333333;
}

h1 {
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	color: #004f92;
}

#navlinks
{
    margin: 0;
    padding: 0.5em 0em;
    color: #0099ff;
}

#navlinks li
{
    display: inline;
    margin-right: 0.5em; padding-right: 0.75em;
    border-right: 1px solid #99C;
    font-weight: bold;
    font-size: 10px;
}
            
#navlinks li.last
{
    border-right: 0;
}

#navlinks a:hover
{
	color:#ffffff;
}


/* misc */
.clearer {clear: both;}
.left {float: left;}
.right {float: right;}