#container {
        font: bold 54px Times;
	border-width: 1px 1px 1px 1px;
	width: 1100px;
	background-color: #FDFCDC;
}
#all {
	border-width: 1px 1px 1px 1px;
	width: 1100px;
	background-color: #FDFCDC;
}
#nav {
	padding: 10px 0px 10px 0px;
	width: 200px;
        float: left;
    
}
#center {
	font: normal 12px Arial, sans-serif;
	color: black;
	background-color: #FDFCDC;
        width: 650px;
	padding: 10px 10px 10px 10px;
        float: left;
}
#right {
	font: normal 12px Arial, sans-serif;
	color: black;
	background-color: #FDFCDC;
	padding: 10px 10px 10px 0px;
	width: 160px;
        float: right;
}
#footer {
	font: normal 12px Arial, sans-serif;
	color: black;
	background-color: #FDFCDC;
	padding: 0px 10px 10px 10px;
        width: 1000px;
        float: left;
}
#footer p {
	font-size: 10px;
	margin: 0px;
	text-align: center;
}
#uppx {
	font: normal 12px Arial, sans-serif;
	color: black;
	background-color: #FDFCDC;
        width: 800px;
	padding: 0px 0px 20px 0px;
        float: left;
}
#stallning {
	font: normal 12px Arial, sans-serif;
	color: black;
	background-color: #FDFCDC;
        width: 560px;
	padding: 0px 10px 0px 0px;
        float: left;
}
#artlista-old {
	font: normal 12px Arial, sans-serif;
	color: black;
	background-color: #FDFCDC;
        width: 220px;
        float: right;
}
#artlista-new {
	font: normal 12px Arial, sans-serif;
	color: black;
	background-color: #FDFCDC;
        width: 400px;
        float: left;
}
body {
	background-color: #FDFCDC;
}
body, div, table, td, img, form, iframe {
	border: 0px solid #FDFCDC;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 { margin: 15px 0px; font-weight: bold; }
h1 { font-size: 28px; }
h2 { font-size: 22px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }
p { margin: 10px 0px; }
blockquote { margin: 15px; }

a:link , a:visited { color: #000099; text-decoration: underline; } 
a:hover { color: blue; text-decoration: none; }
a:active { color: #DD0000; }

hr { height: 0; border: 0; border-top: 2px solid #8B0000; margin: 8px 0px; }
.divider { height: 8px; clear: both; }

/* --------------------- ARTICLE ---------------------- */
.article .breadcrumb { margin: 0; text-align: left; font-size: 12px; font-weight: bold; }
.article .breadcrumb .title { font-style: italic; }
.article h1 { margin-top: 5px; }
.article table.wrapper { margin: 0 -2px; width: 100%; }
.article .summary { line-height: 1.2; font-size: 14px; font-weight: normal; margin: 10px 0px; }
.article .summary .photocap { line-height: 1.2; font-size: 14px; font-weight: normal; margin: 10px 0px; }
.article .content { line-height: 1.7; }
.article .content table { border-collapse: collapse; width: 100%; }
.article .content table td { padding: 5px; border-width: 1px; }
.article .author { font-size: 12px; font-weight: bold; font-style: italic; margin: 0; }
.article .date { font-size: 10px; font-weight: normal; font-style: normal; margin: 5px 0; }
.article .attachments {	color: #FDFCDC; font-size: 14px; font-weight: bold; border-width: 1px; background-color: #FDFCDC; padding: 5px; margin: 5px; width: 80%; }
.article .attachments .element { font-size: 14px; font-weight: bold; }
.article .printer-friendly { clear: right; float: right; margin: 6px; font-size: 10px; font-weight: bold; }
/* --------------------- ARTICLE ---------------------- */

/* --------------------- SPECIFIC SECTIONS ---------------------- */
.main-links { font-size: 10px; }
.main-links p { text-align: center; margin: 5px 0; }

/* --------------------- SPECIFIC SECTIONS ---------------------- */


/* --------------------- MENU ---------------------- */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font: bold 12px Arial, sans-serif;
}
#nav li a, #nav li span {
	display: block;
	margin: -1px 0;
	padding: 2px 0;
	color: #334411;
	background-color: #FDFCDC;
	border-left: 7px solid #FDFCDC;
	text-decoration: underline;
}
#nav li a:hover {
	color: #8B0000;
	background-color: #FDFCDC;
	border-left: 7px solid #224411;
	text-decoration: none;
}
#nav li a.d0, #nav li a.d0-sel, #nav li span.d0 {
	width: 186px; /* [#nav width]-[margin+padding+borders] */
	padding-left: 9px;
	font-size: 14px;
}
#nav li a.d1, #nav li a.d1-sel, #nav li span.d1 {
	width: 165px;
	padding-left: 30px;
	font-size: 12px;
}
#nav li a.d2, #nav li a.d2-sel, #nav li span.d2 {
	font-size: 12px;
	width: 147px;
	padding-left: 48px;
}
#nav li a.d0-sel, #nav li a.d1-sel, #nav li a.d2-sel {
	color: black;
	background-color: #FDFCDC;
	border-left: 7px solid #FDFCDC;
}
#nav li span.d0, #nav li span.d1, #nav li span.d2 {
	text-decoration: none;
	color: black;
}
#nav li span.d0 {
	padding-top: 5px;
}
* html #nav li a.d0, * html #nav li span.d0, * html #nav li a.d0-sel {
	width: 202px;
	w\idth: 186px;
}
* html #nav li a.d1, * html #nav li span.d1, * html #nav li a.d1-sel {
	width: 202px;
	w\idth: 165px;
}
* html #nav li a.d2, * html #nav li span.d2, * html #nav li a.d2-sel {
	width: 202px;
	w\idth: 147px;
}

/* --------------------- MENU ---------------------- */

