/* Block och bodylayout */

body {
	background-color: #292421;
	color: #000;
	font-family: Georgia,Serif;
}

#sida {
	margin: 0 auto;
	width: 850px;
	background-color: inherit;
	color: inherit;
}

#top {
	padding: 0px;
	margin-bottom: 5px;
	text-align: center;
	width: 850px;
	background-color: inherit;
	color: inherit;
}

#nav {
	float: left;
	margin: 0 4px 1px 0;
	background-color: #999;
	width: 150px;
	color: inherit;
}

#text {
	float: left;
	padding: 8px 35px 20px 20px;
	margin-bottom: 5px;
	width: 640px;
	background-color: #999;
	color: #fff;
}

#bottom {
	padding: 0px;
	margin: 5px 0 0 0;
	text-align: center;
	width: 850px;
	background-color: inherit;
	color: inherit;
	clear: both;
}

#lank {
	padding-left: 30px;
}

.block1 {
	background: #700;
	color: #fff;
}

/* listor */

ul.nav {
	 list-style: none;
	 padding: 10px;
	 margin: 0;
	 font-variant: small-caps;
}

ul.fest {
	list-style: none;
	padding: 10px 0 20px 30px;
	margin: 0;
	
}

ul.regel {
}

ul.regel li {
	padding: 5px;
}

li.nest {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}

ol {
}

ol li {
	padding: 5px;
}

/*Runda hörn*/

.horn1, .horn2, .horn3 {
			 overflow: hidden;
			 background-color: #700;
			 color: #000000;

}
.horn1 {
	height: 1px;
	margin-right: 4px;
	margin-left: 4px;
}
.horn2 {
	height: 1px;
	margin-right: 2px;
	margin-left: 2px;
}
.horn3 {
	height: 2px;
	margin-right: 1px;
	margin-left: 1px;
}

/*Göra så att hörnen ärver färger*/

#top .block1 horn1, #top .block1 horn3, #top .block1 horn3
{
	color: inherit;
	background-color: #700;
}

#bottom .block1 horn1, #bottom .block1 horn2, #bottom .block1 horn3
{
	color: inherit;
	background-color: #700;
}

p.botten {
	padding-top: 10px;
	margin: 0;
}

/* Tumnaglar */

.thumbnailw {
float: left;
width: 155px;
border: 1px solid #999;
margin: 0 15px 15px 0;
}

.thumbnail {
float: left;
width: 105px;
border: 1px solid #999;
margin: 0 15px 15px 0;
}

.nomargin {
	margin: 0px;
}

img {
	display: block;
	margin: 10px auto;
}

/* Radbrytning bland tumnaglar */

br.clearboth { 
clear: both; 
}

/* Länkar och text */

a {
	text-decoration: none;
	background-color: inherit;
	color: #000;
}

a:hover {
	text-decoration: underline;
}

h1 {
	text-align: center;
	font-variant: small-caps;
}

h2 {
	font-variant: small-caps;
}

h3 {
	
}

h4 {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.mellan{
	margin: 30px 0 0 0;
}

.b {
	font-weight: bold;
}

.i {
	font-style: italic;
}

.center {
	text-align: center;
}