/* layout */
body
{
	font-size:75%;
	font-family: sans-serif;
	margin:10px;
}

#page
{
	width:90%;	
	text-align:left;
}

#header
{
	background-image:none;
	text-align: left;
	height:20px;
}

#main
{
	width: 90%;	
	overflow:visible;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

#content-area
{
	width: 100%;
}

#left-panel
{
	width:0px;	
	display:none;
}

#middle-panel
{
	width: 90%;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

#right-panel
{
	width:0px;	
	display:none;
}

#content
{
	margin:0.8em;
}

#foother
{
	display:none;
}

#develop
{
	display:none;
}

/* XHTML Elements */

A 
{
	text-decoration: none;
	font-weight : bold;
	color:#005C2D;
}

A:hover 
{
	font-weight : bold;
	color:#D3AE6D;
}

h1
{
	font-size:160%;
	display:inline;
	margin-left:10px;
}

h2
{
	color:#005C2D;
	font-size:150%;
	font-weight:bold;
	margin-top:0.5em;
	margin-bottom:0.5em;
}

h3
{
	font-size:130%;
}

h4
{
	font-size:110%;
	margin-bottom:0.2em;
}

li
{
	margin:0;
	padding:0;
}

ul
{
	padding-right: 0px;
	padding-left: 18px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	list-style-type:disc;
}

ol
{
	list-style-type:lower-alpha;
}

li
{
	
	margin-top:6px;
	margin-bottom:6px;
	margin-left:2px;
}

thead
{
	font-weight:bold;
	font-size:90%;
	text-align:center;
	
}

tbody
{
	font-size:90%;
}

td
{
	padding:2px;
}

img
{
	border: none;
}

form
{
	margin:0px;
}

/* Elements IDs*/

#maps
{
	margin-top:2em;
	text-align:left;
	display:block;
}

#about
{

	display:none;
}

#about-img
{
	float: left;
	margin-right: 0.6em;
}
#about-content
{
	width:25em;
}

#send-form
{
	margin-top:2em;
	text-align:center;
}

#top-link
{
	display:none;
}

/* Classes */
.block-content
{
	margin:0.8em;
}

.block-content h2
{
	font-size:120%;
	font-weight:bold;
	margin-top:1em;
	border-bottom: #005C2D 1px solid;
	margin-bottom:0.8em;
	color:#005C2D;
}

.date
{
	font-size:90%;
	margin-left:15px;
}

.title-img
{
	margin-right:0.5em;
}

.article
{
	margin-top:0.5em;
	margin-left:0px;
	margin-bottom:2em;
}

.article-list
{
	margin-top:1em;
}

.article-list h3
{
	margin-left:0em;
	margin-top:0em;
	padding-top:0px;
	padding-left:15px;
	margin-bottom:0.1em;
	border-bottom: #005c2d 1px dotted;
	color: #005c2d;
}

.article-link
{
	text-align:right;
}

.perex
{
	margin-top:0.5em;
	margin-left:15px;
	margin-bottom:0.5em;
}

.documents
{
	margin-top:0em;
	margin-left:15px;
}

.image
{
	margin:0.2em;	
}

.image-title
{
	margin-bottom:1em;	
}

.img-left
{
	float: left;
	margin-right: 0.8em;
	margin-bottom: 0.8em;
	border-style: none;
}

.rejstrik td
{
	border-bottom: #005C2D 1px solid;
}

.main-ico
{
	width:6.5em;
	float:left;
	text-align:center;
	margin-bottom:1em;
	font-size:88%;
}

.navigation
{
	display:none;
}

.reset 
{
	clear: both;
}

.images-list
{
	margin-top:1em;
}

.images-list ul
{
	margin: 0px;
	background-color:Silver;
}

.images-list li {
	float: left;
	list-style-type: none;
	padding: 0px 10px;
}

.error
{
	font-weight: bold;
	color: #ff3333;
}
