/* Body dvs allmänt för sidan */
body {
	background-color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	font-size: 0.8em;
	margin: 0px 50px 0px 70px;
	padding: 0;
}
/* Länkar */
A {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: #853b2a;
	font-weight: bold;
}
A:link {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: #853b2a;
	font-weight: bold;
}
A:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: #853b2a;
	font-weight: bold;
}
A:active {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: #FF9933;
	font-weight: bold;
}
A:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration:  underline overline;
	color: #853b2a;
	font-weight: bold;
}
/* Titlar */
H1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: bold;
	text-decoration: none;
	color: #474646;
}

H2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
	color: #474646;
}
H3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	color: #474646;
}
H4 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #474646;
}
H5 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #474646;
}
/* Teckensnitt för större delen av sidan */
B, P, TR, TD, TABLE, DIV, OL, UL, LI {
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
/* -------- Layout för sidan -------- */

/* Layout design */
div#banner {
	width: 1100px;
	height: 124px;
	border-top: 0px solid #da6045;
	border-left: 2px solid #da6045;
	border-right: 2px solid #da6045;
	border-bottom: 0px solid #da6045;
}	
div#menu {
	position: relative;
	border-top: 0px solid #da6045;
	border-left: 2px solid #da6045;
	border-right: 2px solid #da6045;
	border-bottom: 2px solid #da6045;
	width: 1100px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #ffffff;
}	
div#container {
	background-color: #ffffff;
	border-left: 2px solid #da6045;
	border-right: 2px solid #da6045;
	border-bottom: 2px solid #da6045;
	width: 1100px;
	overflow: hidden;
}		
div#container2 {
	width: 1100px;
	padding: 0px 10px 0px 10px;
}
div#footer {
	clear: both;
	background: #000000;
	width: 1100px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	border-left: 2px solid #da6045;
	border-right: 2px solid #da6045;
	border-bottom: 2px solid #da6045;
	background-color: #ffffff;
}
div#space {
	height: 10px;
}
/* Specifikt startsidan */
div#left {
	padding: 10px 10px 0px 0px;
	float: left;
	width: 100px;
}
div#main {
	padding: 0px 10px 0px;
	margin-top: 10px;
	float: left;
	width: 710px;
	boarder-right: 1px dashed #DA6045;
}
div#right {
	padding: 10px 10px 1px 10px;
	float: left;
	width: 229px;
	margin-left: 1px;
}
.info {
	width: 229px;
	height: 270px;
	float: left;
	border-bottom: 1px #da6045 dashed;
	padding: 0;
	text-align: left;
	font-size: 12px;
	margin-bottom:10px;
	padding-bottom:10px;
}
.scroll {
	height: 307px;
	overflow: auto;
	padding-top: 2px;
}

.poll{
	width: 229px; 
	padding: 0px;
	border-bottom: 1px #da6045 dashed;
	margin-bottom:10px;
	padding-bottom:10px;
}
.nyhetsbrev{
width: 229px; 
	border-bottom: 1px #da6045 dashed;
	margin-bottom:10px;
	padding-bottom:10px;
}

.raknare{
width: 229px; 
	border-bottom: 1px #da6045 dashed;
	margin-bottom:10px;
	padding-bottom:10px;
}
H3.nyhet {
	width: 200px;
	text-align: center;
	color: #474646;
	margin-bottom: 5px;
	margin-top: 5px;
}
.nyhetdatum {
	font-size: 0.8em;
	color: #474646;
}
.news {
	font-weight: bold;
	font-size: 14px;
	color: #474646;
}
.newstit {
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 13px;
 font-weight: bold;
 color: #474646;
 text-decoration: none;
}

/* Specifikt övriga sidor */
#contleft {
	float: left;
	width: 710px;
	padding-top: 0px;
}
#contright {
	float: right;
	width: 230px;
}
/* För att tömma både vänster och höger ~float~ halva samtidigt */
#cleardiv {
	clear: both;
	height: 1em;
}
/* Listor */
ul.rost {
	line-height: 20px;
}
li.rost {
	list-style: none;
	padding-bottom: 10px;
}
ul {
	line-height: 20px;
}
li {
 list-style: inside disc;
}
/* Copyrighttext */
.copy {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
/* Formulärfält */
select {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
input {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	border: 1px solid #CCCCCC;
	padding: 0.2em;
	background-color: #F9FDFF;
}
button {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: #da6045;
	border-color:#CC0066;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
.button {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: #da6045;
	border-color:#CC0066;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}
.counter {
	background: #000000;
	color: #FFFFFF;
	padding-left: 1px;
	padding-right: 1px;
}
.smallcount {
	font-size: 10px;
}
.required {
	font-size : 12px;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : #000000;
	text-decoration : none;
}

