@import url( http://sw.lausn.is/sw30/css/gallery.css );

body{
	font:12px Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	
	background:#a0ccd8 url(../images/bg-all.jpg) repeat-x;
	min-width:1002px;
	}
/* Default */
img{border-style:none;}
a{
	text-decoration:none;
	color:#d00;
	}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font-size:100%;
	vertical-align:middle;
	}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
	}
/* Layouts */
.hold-page{
	margin:0 93px 0 100px;
	padding:34px 0 0;
	}
#header{
	min-height:138px;
	margin:0 463px 14px 9px;
	background:#fff url(../images/bg-header-middle.gif) repeat-x;
	position:relative;
	}
* html #header{height:138px;}
#container{
	width:100%;
	background:#fff;
	overflow:hidden;
	padding:42px 0 0;
	}
#sidebar{
	width:208px;
	float:left;
	}
.content-holder{margin:0 197px 0 208px;}
#content{
	width:100%;
	float:left;
	}
#column{
	float:right;
	width:197px;
	text-align:center;
	}
/* Header */
#header .logo{
	background:url(../images/logo.gif);
	width:359px;
	height:98px;
	position:absolute;
	left:22px;
	top:25px;
	text-indent:-9999em;
	overflow:hidden;
	margin:0;
	}
#header .logo a{
	display:block;
	height:100%;
	}
.hold-header-end{background:url(../images/bg-header.gif) no-repeat 100% 0;}
.hold-header-start{background:url(../images/bg-header-start.gif) no-repeat;}
/* Navigation */
#navigation ul {
	list-style:none;
	margin:0;
	padding:0;
	font-size:12px;
	}
#navigation li {padding:0 0 5px;}
#navigation a {
	background: #96c4d3 url(../images/bg-nav-arrows.gif) no-repeat 8px 8px;	display:block;
	width:172px;
	padding:8px 0 7px 27px;
	color:#180e0c;
	outline:none;
	}
#navigation a.swLevelNormal {
	background-position: -50px -50px;
}
#navigation a.swLevelOpen { 
	background-position:8px -26px;
}
#navigation li.swLevel1 ul {
	margin:0 0 -5px;
	padding:5px 0 0;
	}
#navigation li.swLevel1 ul a {
	padding:8px 0 7px 45px;
	width:154px;
	background-color: #aad1de;
	}
/* JS style ul */
/* 
#swNavigation0 li ul{display:none;}
#swNavigation0 li.swLevelOpen ul{display:block;}
*/
#navigation a.swLevelSelected {
	color:#d00;
	font-weight: bold;
	}
/* Content */
#content p {margin:0 0 18px;}
#footer {
	color: gray;
	margin: 20px 0 10px 0;
	padding: 5px 0 0 0;
	border-top: thin solid silver;
	clear: both;
}
.butur.news.list {
	margin: 8px 0px;
}
/* Right Column */

#column .butur {
	width: 90%;
}
.bannerbutton {
	width: 100%;
	text-align: center;
	font-size: 180%;
	padding: 8px;
}
.bannerbutton a {
	display: inline-block;
	width: 100%;
	color: gray;
}
.bannerbutton a:hover {
	background-color: #cae4ec;
	color: #d00;
	text-decoration: none;
}
.bannerbutton .deco {
	height: 8px;
	background-color: #cae4ec;
}