/*************** DESIGN ******************/
* {
  margin: 0;
  padding: 0;
}
body {
	background-image:    url(bilder/widholm_bg.png);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: left top;
	
}
div#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	border: thin solid #006;
	margin-bottom: 50px;
}
div#top {
	background-image: url(bilder/widholm_huvud_900.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 300px;
}
div#mid {
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 5px;
}
div#menu {
	height: 25px;
	width: 700px;
	left: 20px;
	top: 190px;
	color: #FFF;
	font-weight: bold;
	position: relative;
}


div#bottom {
	background-image: url(grafik/bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 50px;
	height: 50px;
	clear: both;
}
div#kontakt {
	height: 20px;
	padding-top: 5px;
	padding-left: 25px;
}
img#namn {
	top: 85px;
	position: relative;
	left: 400px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


div#top, div#mid, div#bottom  {
	padding-left: 20px;
}

div#leftcol {
	width: 600px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #006;
	padding-right: 10px;
	margin-left: 20px;
}
div#rightcol {
	float: right;
	width: 230px;
	padding-right: 10px;
	/*border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0B8F40;*/
}

div#low {
	clear: both;
	height: 10px;
	margin-left: 20px;
}

/************** TEXT ***************/
body {
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: small;
}
h1, h2, h3 {
	margin-bottom: 0.1em;
	/*color: #006600;*/
	margin-top: 0em;
	/*line-height: 1em;*/
}
h1 {
	font-size: xx-large;
	line-height: 1.2em;
	font-style: normal;
	font-weight: normal;
	/*font-weight: normal;*/
}
h2 {
	font-style: italic;
	font-size: x-large;
	/*line-height: 110%;*/
	line-height: 1.2em;
	font-weight: normal;
}
h3 {
	font-size: large;
	/*line-height: 120%;*/
	line-height: 1.2em;
	font-weight: bold;
	}
h4 {
	font-weight: bold;
	margin-bottom: 0em;
	}
p, ul, ol, td {
	font-size: small;
	line-height: 2em;
	color: #000000;
	margin-top: 0em;
	margin-bottom: 1em;
}

/*********** OTHER ELEMENTS *******/

.bild_vansterstalld {
	margin-right: 15px;
	margin-top: 5px;
	float: left;
}
ul {
	list-style-position: inside;
	/*margin: 0px;
	padding: 0px;*/
	list-style-type: disc;
}


a:link {
	/*font-weight: bold;*/
	text-decoration: none;
	color: #006;
}
a:visited {
	color: #006;
	text-decoration: none;
	/*font-weight: bold;*/
}
a:hover {
	text-decoration: underline;
	color: #00F;
	/*font-weight: bold;*/
}

div#menu a:link{
	text-decoration: none;
	color: #FFF;
}
div#menu a:visited{
	text-decoration: none;
	color: #FFE7B3;
}
div#menu a:hover{
	text-decoration: underline;
	color: #FC0;
}

.bild_hogerstalld {
	margin-top: 5px;
	float: right;
	margin-left: 15px;
}
.linje {
	line-height: 0px;
	/*font-size: 0.5em;*/
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #006;
	clear: both;
}
.clear {
	clear: both;
}

.platta {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006;
	background-color: #DFDFFF;
	padding-left: 10px;
	padding-bottom: 2px;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #006;
	padding-right: 5px;
}
.smalltext {
	font-size: 6px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: right;
	margin-right: 10px;
	margin-left: 10px;
}

