@charset "UTF-8";

/* import core styles | Basis-Stylesheets einbinden */
@import url(core/base.css);
@import url(form_fields.css);

/* import screen layout | Screen-Layout einbinden */
@import url(screen/basemod_2col_right_13.css);
@import url(screen/content.css);

/* ---------->>> COLORS <<<-----------*/
.blue-bg {background-color:#6e9ec0;}
div.location {padding-bottom:12px;}
div.navi {display:inline; width:10%; padding: 5px; border:1px dotted #82a9d7;}
span.pnav {font-size:160%; color:#545454;}

div.form_error h1,.form_error   {color:#FF0000;}

div#header {
width:100%;
height:380px;
background-image:url(../img/header_bg.png);
background-repeat:repeat-x;
}

div#meny {
width:100%;
height:271px;
margin-top:-78px;
}

div#meny div

img.logo {
position:relative;
top:0px;
left:10px;
}

img.elshan {
position:relative;
top:0px;
right:0px;
}

div#meny ul {
color:#ffffff;
font-variant:small-caps;
font-weight:bold;
float:left;
padding: 40px 20px 0 30px;
display: block;
margin-top:65px;
}

div#meny ul li {
padding:10px;
border-bottom:1px solid #FFFFFF; display:block;

}
.circle {
background-image:url(../img/circle.png);
background-repeat:no-repeat;
width:29px;
height:29px;
padding: 4px 9px 3px 8px;
}

/* ---------- Links ---------- */
div#meny ul li a,div#meny ul li a:visited {
color : #ffffff;
text-decoration: none;
}

div#meny ul li a:hover,div#meny ul li a.f-active {
color: #eeeb17;
text-decoration:underline;
}
/* ---------- Links ---------- */

/* Image Thumbnails
------------------------------ */
.imagethumb a, .imagethumbnews a {
	display: block;
	padding: 10px;
	margin: 6px;	
	border: 1px solid #92BED3;
	background: #DDEAF0;
	line-height: 0px;
}

.imagethumb a:hover, .imagethumbnews a:hover {
	border: 1px solid #62A0BF;
	background: #F4F9FB;
}
.imagethumb {
	float: left;
}

/* Individual Image
------------------------------ */
.image { 
	margin: 0;
	padding: 0;
	border: 0;
}
#image {
	text-align: center;
	line-height: 0;
}
.imgnav {
	float: left;
	width: 140px;
	text-align: center;
	border: 1px solid #4d87c7;
	background: #EEF5F9;
	margin-top: 13px;
	_margin-top: 8px; /* IE Only */
}
/* -==-=-=-=-=-= GALLERY CHOOSE =-=-=-=-=-=-=-=- */
.imgnav-gallery {
	float: left; width: inherit;
	text-align: center;
	border: 1px solid #4d87c7;
	background: #EEF5F9;
	margin-top: 13px;
	_margin-top: 8px; /* IE Only */
}
/* -==-=-=-=-=-= GALLERY CHOOSE =-=-=-=-=-=-=-=- */
.imgnav .imgprevious a, .imgnav .imgnext a, .imgnav-gallery .imgprevious a, .imgnav-gallery .imgnext a {
	display: block;
	width: 50px;
	height: 100%;
	float: left;
	padding: 0px 0;
	font-size: 120%;
	text-decoration: none;
	line-height: 200%;
	color: #237898;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover, .imgnav-gallery .imgprevious a:hover, .imgnav-gallery .imgnext a:hover {
	background-color: #fff;
	text-decoration: none;
	color: #002E5B;
}
.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}
#narrow {
	margin: 0 auto;
	width: 440px;
}

/* Album Thumbnails
------------------------------ */
.album {
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #6e9ec0;
	background: #d9e5ec;
}

.album p {
	margin: 0 0 4px 0;
}
.albumdesc {
	float: right;
	width: 480px;
}
.albumdesc small {
	margin-top: 8px;
	line-height: 130%;
	width: 120px;
	float: right;
	color: #8DB8CF;
}

/* Nachalo: Novosti na glavnoj stranice */
div#topnews,div#startpage table {
	float:left;
	width:49%;
	display:block;
	border:#000000 solid 0px;
	}
div#topnews td {
	vertical-align:top;
	}
span.number {
	font-size:200%;
	font-family: Georgia;
	color:#374b90;
	}
div#topnews td.top_news_intro span {
	display:block;
	overflow:hidden;
	height: 50px;
	padding-left:5px;
	}
div#topnews {
	padding-left:3px;
	}
/* Konec: Novosti na glavnoj stranice */


div#newspokat {width:100%;}

div#footer {
	width:100%;
	height:65px;
	background-image:url(../img/footer.png);
	background-repeat:no-repeat;
	text-align:left;
	}

div.copyright {
	width:230px;
	padding-left:10px;
	padding-top:27px;
	color:#ffffff;
	}