    /**
      * Fil:		eliasson.css
      * Av:		Henrik Ingvarsson <henrik@howl.nu>
      * Skapad:	2006-05-24
      * Funktion: Stilmall för www.eliassonsel.se
      *
      **/

body {
	background: #999 url(./images/body-bg.gif) repeat-x;
	font-family: sans-serif;
	font-size: 10pt;
	color: #313131;
}
td {
	font-family: sans-serif;
	font-size: 10pt;
}
a {
	text-decoration: none;
}
p {
	margin-top: 5px;
}
h3 {
	font-weight: bold;
	font-size: 26px;
	color: #33416f;
	margin-top: 5px;
	margin-bottom: 5px;
}
h4 {
	font-weight: bold;
	font-size: 16px;
	color: #33416f;
	margin-top: 7px;
	margin-bottom: 2px;
}
form {
	display: inline;
}
input {
	font-family: sans-serif;
	font-size: 10pt;
	border: 1px solid;
}
textarea {
	font-family: courier;
	font-size: 10pt;
	border: 1px solid;
}
button {
	color: red;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 10pt;
	border: 1px solid black;
}
.content {
	background-color: #ffffff;
	font-family: sans-serif;
	font-size: 10pt;
	padding: 10px;
	width: 760px;
	margin: auto;
}

.banner {
        background-color: #ffffff;
	width: 780px;
}

.footer {
	color: #313131;
        background-color: #ffffff;
	border-top: solid #8c8c8c 1px;
}

.footerdiv {
	color: #ffffff;
	width: 780px;
	margin: auto;
	text-align: center;
	margin-top: 10px;
	font-size: 10px;
}

.menubar {
	position: absolute;
	left: 90px;
	top: 18px;
	text-align: center;
}

.editorbox {
	border: 1px solid;
	width: 750px;
}

.whitebg {
	background-color: #ffffff;
}
.leftborderdash {
	border-left: dashed black 1px;
}
#formholder {
	padding-left: 20px;
}
#editorholder {
	background-color: #ffffff;
	width: 760px !important;
	width: 780px;
	margin: auto;
	padding: 10px;
}
#mailconfirm {
	color: #039;
	font-weight: bold;
	font-size: 10px;
	width: 500px;
	margin: auto;
	margin-bottom: 20px;
	text-align: center;
}

/*
Stilinformation för menyn börjar här...
*/
.menulogo {
  position: relative;
  background: url(./images/banner.png) top left no-repeat;
  width: 750px;
  height: 75px;
}
.menu_items {
  list-style : none;
  font-family : Verdana, sans-serif;
  font-size : 10px;
  font-weight : bold;
  padding : 0;
  margin : 0 0 0 0;
  height : 2em;
}
.menu_items li {
  display : inline;
}
.menu_items a {
  position : relative;
  float : left;
  padding : 7px 7px 7px 7px;
  text-decoration : none;
}
.menu_items .active a {
  color: #ffffff;
  padding-bottom : .54em;
}
.menu_items a:link,
.menu_items a:visited {
  color : #039;
}
.menu_items a:hover,
.menu_items a:active {
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  color : #900;
}
.noborderlink {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
/*
...och menyn slutar här.

Här börjar istället informationen för innehållstabellen för index-sidan...
*/

.tl {
        background: url(./images/tl.gif) bottom left no-repeat;
        width: 7px;
        height: 7px;
}
.tr {
        background: url(./images/tr.gif) bottom right no-repeat;
        width: 7px;
        height: 7px;
}
.bl {
        background: url(./images/bl.gif) top left no-repeat;
        width: 7px;
        height: 8px;
}
.br {
        background: url(./images/br.gif) top right no-repeat;
        width: 8px;
        height: 8px;
}

/*
...och slutar här.
*/

