/* =NEUTRALIZE
----------------------------------------------- */
/* Elements we want to clean out entirely: */
html, body, form, fieldset, img,
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address,
li, dd, blockquote
  { margin: 0; padding: 0; border: 0; }
/* Miscellaneous conveniences: */
form label { cursor: pointer; }
fieldset { border: none; }
/* Form field text-scaling */
input, select { font-size: 1em; }
ul, ol, dl { position: relative; }

/* =STRUCTURE
----------------------------------------------- */
html { background-color: #FFFFFF; }
body {
  background-color: #FFFFFF;
  color: #555555;
  text-align: center; /* align it centered for older browsers */  
  font: normal normal 62.5%/1.6em Verdana, Arial, Helvetica, sans-serif;
  background: url(../images/bg.png) repeat-x;
}
#container {
  margin: 0 auto; /* align center */
  text-align: left; /* realign the text */
  position: relative;
  width: 780px;
  font-size: 1.1em;
  background: url(../images/bg-container.gif) no-repeat 207px 0;
  min-height: 684px;
}
#header{
  position: relative;
  height: 112px;
  width: 780px;
  color: #999999;
  font-size: 0.9em;
  background: url(../images/tekst-logo.gif) no-repeat 250px 10px;
}
#topnav {
  position: absolute;
  top: 39px;
  width: 221px;
  left: 5px;
}
#nav {
  float: left;
  width: 232px;
  height: 216px;
  padding-top: 16px;
  color: #FFFFFF;
  font: bold 15px/34px Geneva, Arial, Helvetica, sans-serif;
}
#maincol{
  float: right;
  position: relative;
  width: 523px;
  height: 232px;
  margin-right: 25px;
  background: #E1E0DF url(../images/bg-maincol.jpg) no-repeat;
}
#maincol #news{
  width: 320px;
  height: 158px;
  margin-top: 50px;
  margin-left: 25px;
}
#subnav {
  float: left;
  width: 232px;
  margin-top: 35px;
}
#content {
  float: right;
  position: relative;
  width: 473px;
  margin: 35px 50px 20px 25px;
  text-align: justify;
}
#footer {
  margin: 0 auto; /* align center */
  text-align: left; /* realign the text */
  position: relative;
  width: 385px;
  font-size: 1em;
  padding-left: 395px;
  color: #a9a9a9;
  margin-bottom: 10px;
}
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}

/* =GENERAL
----------------------------------------------- */
h1 {
  color: #3489BC;
  padding: 0 0 10px 20px;
  font-size: 1.4em;
  font-variant: small-caps;
}
h1#latestnews {
  height: 46px; /* height of the replacement image */
  background-image: url("../images/latest-news.gif");
  background-repeat: no-repeat;
  padding: 0 0 10px 0;
}
h1#latestnews span { 
  display: none;
}
h2 {
  color: #808080;
  padding: 0 0 5px 15px;
  font-variant: small-caps;
  font-size: 1.3em;
}
h3 {
  color: #3489BC;
  padding: 0 0 0 10px;
  font-variant: small-caps;
  font-size: 1.2em;
}
hr {
  color: #C0C0C0;
  background-color: #C0C0C0;
  height: 1px;
  border: 0;
  margin: 10px 0 10px 0;
}
div.subnavtitle {
 	color: #000000;
  margin: 0 0 10px 15px;
  font-variant: small-caps;
  font-size: 1.3em;
  font-weight: bold;
}
span.footnote {
  color: #D3D3D3;
  font-size: 0.8em;
}
p.imagetext {
  color: #000000;
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
  margin-top: 10px;
}
/* =LINK
================================================= */
a:link, a:visited {
  color: #3489BC;
  text-decoration: none;
}
a:hover {
  color: #666666;
  text-decoration: underline;
}
#footer a:link, #footer a:visited {
  color: #a9a9a9; 
}
#footer a:hover {
  color: #a9a9a9;
  text-decoration: underline;
}
#news a:link, #news a:visited {
  color: #555555;
  text-decoration: none;
}
#news a:hover {
  color: #555555;
  text-decoration: underline;
}

/* =TOPNAVIGATION
================================================= */
#topnav a:link, #topnav a:visited, #topnav a:hover {
  color: #999999;
  text-decoration: none;
}
#topnav a:hover {
  color: #000000;
}

/* =MAINNAVIGATION
================================================= */
#nav ul li {
  list-style: none;
  text-transform: uppercase;
}
#nav a:link, #nav a:visited, #nav a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
#nav a:hover, #nav a.current, #nav a.current:hover {
  padding-left: 10px;
}

/* =SUBNAVIGATION
================================================= */
#subnav ul li {
  font-weight: bold;
  list-style: none;
  line-height: 2.0em;
  display: block;
}
#subnav a:link, #subnav a:visited, #subnav a:hover {
  text-decoration: none;
} 
#subnav a:hover, #subnav a.current, #subnav a.current:hover {
  color: #666666;
  text-decoration: none;
}

/* =LIST
================================================= */
#content ol {
  padding-left: 30px;
}
#content ul, #news ul {
  padding-left: 15px;
  margin: 10px 0 10px 0;
  list-style: none;
}
#news ul {
  margin-top: 0px;
}
#content ul li, #news ul li {
  padding-left: 15px;
  background: url(../images/arrow.gif) 0 6px no-repeat;
}
#news ul li {
  padding-bottom: 5px;
}
#content ul ol li {
  background: none 0 0; 
}

/* =IMAGE
================================================= */
img.l {
	float: left;
	margin: 5px 15px 5px 0;
}
img.r {
	float: right;
	margin: 5px 0 5px 15px;
}
img.c {
  margin-left:auto;
  margin-right:auto;
  display:block;
  text-align:center;
} 

/* =MESSAGE
================================================= */
#msg-error {
	color: #8B0000;
	font-weight: bold;
}
#msg-success {
	color: #006400;
	font-weight: bold;
}
#msg-alert {
	color: #FF9C06;
	font-weight: bold;
}

/* =FORM
================================================= */
.defaultform {
  border: 1px dotted #C9C9C0;
  background-color: #FCFCFC;
  padding: 15px;
}
.defaultform textarea {
	border: 1px solid #C6C6C6;
	width: 437px;
	background: #FFFFFF;
	color: #888888;
	overflow: auto;
}
.defaultform label, .defaultform input { 
	width: 203px;
	display: block;
	float: left;
	margin-bottom: 7px;
}
.defaultform input {
	width: 234px;
	border: 1px solid #C6C6C6;
	background: #FFFFFF;
	color: #888888;
}
.defaultform input.hidden {
	border: none;
}
.defaultform input.button {
	width: 150px;
	margin-right: 2px;
}
.defaultform .checkbox {
	margin: 0;
	width: 15px;
	border: none;
	background-color: #FCFCFC;
}
.defaultform br {
	clear: left;
}
