/* Style Reset */


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}


body { font: 100% Arial, Helvetica, sans-serif; }
strong { font-weight: bold; }


/* Not needed in screen/media */

hr,
#header p,
#navigation h2,
.acc
{
	display: none;
}

/* General */

html, body {
	height: 100%;
}

html {
	background: #FFF url(../img/background_layer1.jpg) repeat-x;
	overflow: -moz-scrollbars-vertical;
}
body {
	background: transparent url(../img/background_layer2.jpg) center top no-repeat;
	font-size: 75%;
}

_body { text-align: center; }
_body * { text-align: left; }
#container {
	background: transparent url(../img/container_bg.jpg) center 32px no-repeat;
	padding-top: 32px;
	margin: auto;
	width: 880px;
}


/* Header */

#header {
	position: relative;
	height: 120px;
	background: #FFF url(../img/header_bg.jpg) no-repeat;
}
#header h1 {
	position: absolute; top: 23px; left: 50px;
	width: 361px; height: 74px;
	background: #FFF url(../img/header_logo.gif) no-repeat;
}
#header h1 img {
	display: none;
}

/* Navigation */

#navigation {
	width: 830px;
	padding-left: 50px;
	background: #FFF url(../img/nav_bg.jpg) no-repeat;
	overflow: hidden;
	height: 30px;
}
#navigation li {
	display: block; float: left;
	margin-right: 20px;
}
#navigation li a {
	display: block; overflow: hidden;
	padding-top: 30px; height: 0px !important; height /**/:30px;
	text-decoration: none;
	background: transparent url(../img/nav_grid.gif) no-repeat;
}
#navigation #nav-home a { width:  43px; background-position:  -49px    0px; }
#navigation #nav-bran a { width:  90px; background-position: -112px    0px; }
#navigation #nav-verb a { width:  95px; background-position: -221px    0px; }
#navigation #nav-akti a { width:  87px; background-position: -335px    0px; }
#navigation #nav-leis a { width:  82px; background-position: -442px    0px; }
#navigation #nav-mitg a { width: 118px; background-position: -543px    0px; }
#navigation #nav-link a { width:  38px; background-position: -680px    0px; }
#navigation #nav-kont a { width:  65px; background-position: -737px    0px; }
#navigation #nav-news a { width:  38px; background-position: -821px    0px; }
body.cat-home #navigation #nav-home a { background-position:  -49px  -30px; }
body.cat-bran #navigation #nav-bran a { background-position: -112px  -30px; }
body.cat-verb #navigation #nav-verb a { background-position: -221px  -30px; }
body.cat-akti #navigation #nav-akti a { background-position: -335px  -30px; }
body.cat-leis #navigation #nav-leis a { background-position: -442px  -30px; }
body.cat-mitg #navigation #nav-mitg a { background-position: -543px  -30px; }
body.cat-link #navigation #nav-link a { background-position: -680px  -30px; }
body.cat-kont #navigation #nav-kont a { background-position: -737px  -30px; }
body.cat-kont #navigation #nav-news a { background-position: -821px  -30px; }
#navigation #nav-home a:hover { background-position:  -49px  -60px; }
#navigation #nav-bran a:hover { background-position: -112px  -60px; }
#navigation #nav-verb a:hover { background-position: -221px  -60px; }
#navigation #nav-akti a:hover { background-position: -335px  -60px; }
#navigation #nav-leis a:hover { background-position: -442px  -60px; }
#navigation #nav-mitg a:hover { background-position: -543px  -60px; }
#navigation #nav-link a:hover { background-position: -680px  -60px; }
#navigation #nav-kont a:hover { background-position: -737px  -60px; }
#navigation #nav-news a:hover { background-position: -821px  -60px; }


/* Content */


#content {
	background: transparent url(../img/content_bg.gif) repeat-x;
	padding: 50px 0 0 50px;
	font-size: 1.167em;
	overflow: auto;
}

#pagecontent h2 {
	font-size: 2em;
	margin-bottom: 0.5em;
}
#pagecontent h3 {
	font-size: 1.5em;
	margin-top: 1em;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #000;
}
#pagecontent p, #pagecontent ul {
	margin-bottom: 0.5em;
}

#pagecontent {
	float: left;
	width: 530px;
	margin-right: 50px;
}

#pagecontent li {
	list-style-type: disc;
	margin-left: 15px;
	margin-bottom: 0.167em;
}
#pagecontent p.remark {
	font-size: 0.75em;
	color: #666;
}

.addrtab {
	display: block; float: left;
	width: 4.5em;
}

/* sidenav */

#pagenav {
	float: left;
	width: 200px;
	margin-right: 50px;
}
#pagenav h2 a {
	font-size: 1.5em;
}
#pagenav ul {
	border-top: 1px solid #393;
}
#pagenav li {
	border-bottom: 1px solid #393;
}
#pagenav a {
	display: block; _zoom: 1;
	text-decoration: none;
	color: #000;
	padding: 3px;
}
#pagenav a.active {
	font-weight: bold;
	background-color: #FFF !important;
	color: #393;
}
#pagenav a:hover {
	background-color: #D9ECD9;
}

/* Forms */

form br {
	display: none;
}
label {
	display: block;
	margin-bottom: 0.25em;
	font-size: 0.833em;
	text-transform: uppercase;
}
input, textarea {
	font-size: 100%;
	width: 100%;
	border: 0; border-bottom: 1px solid #666;
	padding: 0.25em 0;
	margin-bottom: 0.5em;
	background-color: #F4F5F9;
}
textarea {
	height: 5em;
	font-family: Arial, Helvetica, sans-serif;
}
input.formbutton {
	width: 12em;
	text-align: center;
	border: 1px solid #666;
}


/* Footer */

#footer {
	clear: both;
	margin: 50px 40px 0 40px;
	border-top: 1px solid #DDD;
	padding: 10px 0 30px 0;
	font-size: 0.833em;
	color: #CCC;
	text-align: center;
}


/* Special: Home */

body.cat-home #content {
	background: transparent url(../img/homepage_h2.jpg) no-repeat;
	padding-top: 230px;
}
body.cat-home #pagecontent h2 {
	display: none;
}


/* Special: Addrbox */
.addrbox {
	overflow: hidden;
	margin-bottom: 0.5em;
}
.addrbox-desc {
	float: left;
	width: 12em;
}
.addrbox-data {
	overflow: hidden;
}


/* Special: Gallery */

ul.gallery {
	overflow: hidden;
	margin: 20px 0;
}
#pagecontent ul.gallery li {
	float: left;
	padding: 0; margin: 0 8px 8px 0;
	list-style-type: none !important;
}
ul.gallery li img {
	display: block;
}