/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #048;}
a:hover {color: #06C;}


img {
	border:0px solid #FFFFFF;
}

body {
	background: #222 url('sidadmin/bildbanken/Image/NYA/bg.jpg');
	color: #000000;
	font: normal 62.5% Tahoma,sans-serif;
	padding: 0;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: normal 1.8em Tahoma,sans-serif;}
h2 {font: bold 1.4em sans-serif;}
h3 {font: 1em Tahoma,sans-serif; color: #e04d27;}

form,input {margin: 0; padding: 0; display: inline;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px; color: #e04d27; margin-bottom: 4px;}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left; padding: 8px 0 0 10px;}
.right {float: right; padding: 8px 10px 0 0;}

/* structure */
.inner-container {
        position:relative;
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0;
	width: 750px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.outer-container {
        position:relative;
	background: ;
	padding-bottom: 0px;
}

/* headere & title */
.top {
	width: 750px;
	height: 30px;
	background: #545454;
	border-bottom: 2px solid #e14d27;
	color: #F7F7F2;
	font: bold 0.9em sans-serif;	
}

.top a {
	color: #F7F7F2;
	font: bold 0.9em sans-serif;
	text-decoration: none;
}

.header {
	/*background: #222 url('sidadmin/bildbanken/Image/NYA/header.jpg');*/
z-index:1;
position:relative;
	height: 150px;
	margin: 0;
	text-align: center;
}
.header .title {
	color: #FFF;
	padding-top: 50px;
}
.header .title .sitename a {
	border-bottom: 1px dashed #657382;
	color: #FFF;
	font: bolder normal 3em "Comic Sans MS";
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {border-color: #F60;}
.header .title .slogan {
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 6px;
}

.sidhuvud {
	float: left;
	height: 150px;
	margin: 0;
	padding:0;
}

/* path */
.path {
	/*float: left;*/
position:absolute;
z-index:99;
top:149px;
left:0px;
	background: transparent;
	color: #D5D2D6;
	font: normal 0.9em Verdana,sans-serif;
	padding: 8px 0px 8px 4px;
	margin: 0 0 0 0 !important;
	margin: 0 0 0 0;
	height: 13px;
	line-height: 15px;
	/*display:inline;*/
}
.path a {
	background: #545454;
	color: #D5D2D6;
	border: 1px solid #787878;
	padding: 3px 5px;
	text-decoration: none;
}
.path a:hover {
	background: #e04d27;
	border: 1px solid #e04d27;
	color: #FFF;
	padding: 3px 5px;
	text-decoration: none;
}

.path .current {
	background: #e04d27;
	border: 1px solid #e04d27;
	color: #FFF;
	padding: 3px 5px;
	text-decoration: none;
}

/* main */
.main {
	background:#414141;
	padding: 8px 12px 0 0;
}

/* content */
.content {
	float: left;
	width: 548px;
	padding: 10px 10px 0 15px;
	min-height: 200px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url('img/li.gif');
	margin-left: 18px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif; color: #d5d2d6}

/* navigation */
.news {
	background: #545454;
	float: right;
	width: 150px;
	margin: 20px 0 20px 0;
	border: 1px solid #787878;
	padding: 5px 5px 5px 5px;
}
.news h1, .news h2, .news h3 {
	color: #e04d27;
	font: normal 1.2em Tahoma,sans-serif;
	line-height: 20px;
	margin: 0;
	padding: 10px 0 0 8px;
}

.news li a {
	font-size: 1.1em;
	color: #d5d2d6;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.news li a:hover {
	color: #e04d27;	
}

.sub_menu {
	background: #545454;
	float: right;
	width: 160px;
	margin-top: 20px;
	border: 1px solid #787878;
}

.sub_menu li a {
	font-size: 1.1em;
	color: #d5d2d6;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sub_menu li a:hover {
	color: #e04d27;	
}

/* footer */
.footer {
	background: #545454;
	color: #F7F7F2;
	font: bold 0.9em sans-serif;
	margin: 0;
	padding: 8px 12px;
	border-top: 2px solid #e14d27;
	height: 14px;	
}
.footer a {
	color: #F7F7F2;
	text-decoration: none;
}
.footer a:hover {color: #FFC;}
