* { margin: 0; padding: 0; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #FFFFFF;
	background-image: url(../images/back4.jpg);
	background-repeat: repeat-x;
}

p {
	padding-top: 1em;
}

h1 {
	margin: 0px;
	padding: 0px;
}
h1 img {
	display: block;
}

h2 {
	margin-top: 1em;
	padding-top: 1em;
}

h3 {
	padding-bottom: 1em;
}

h4 {
/*	margin-top: 0.5em;*/
	padding-top: 0.5em;
}

h5 {
	font-size: small;
	padding-top: 2em;
	padding-bottom: 0.5em;
}

hr {
	color: #2f560a;
	margin-top: 8px;
	margin-bottom: 8px;
} 

li {
	list-style:inside;
}


input {
	background-color: #bedfa4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

textarea {
	background-color: #bedfa4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
} 

#container {
	font-size: 90%;
	color: #000000;
	text-align: left;
	width: 700px;
	margin: 50px auto 0 auto;
	border: medium double #314c17;
	background-color: #FFFFFF;
}

#container2 {
	text-align: left;
	width: 100%;
}

#content {
	float: left;
	width: 55%;
	margin: 1em 2%;
}

#portfoliomeny {
	float: left;
	width: 150px;
	margin-top: 2em;
	margin-bottom: 1em;
	margin-left: 0.5em;
}

#thumbnailcontainer {
	float: right;
	width: 450px;
	margin: 1em 2%;
}

#imagecontainer {
	float: right;
	width: 50%;
	margin: 1em 2%;
}

#myimage {
	float: left;
	width: 35%;
	margin-top: 5em;
	margin-right: 2%;
	margin-bottom: 1em;
	margin-left: 2%;
}

#stamp {
	width: 210px;
	background-image: url(../images/bild4.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 425px;
	float: right;
}

#guestbook {
	float: left;
	width: 90%;
	margin: 1em 2%;
}

#footer {
	clear: both;
	background-color: #666666;
	text-align: right;
	font-size: 80%;
	padding: 0.5em 0.5em 0.5em 0.8em;
}

.thumbnail { 
	border: 4px solid #CCC; 
	margin: 0 10px 10px 0; 
}

.thumbnailsmall { 
	border: 4px solid #CCC; 
	margin: 2px; 
}

.active {
	color: #333333; /*text color of selected and active item*/
	padding-top: 6px; /*shift text down 1px for selected and active item*/
	padding-bottom: 4px;
	background-image: url(../images/knappton_upp.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}

div.imagecaption {
	float: right;
	width: 200px;
	display: inline;
	background-color: #CCCCCC;
	border-width: 3px 4px 4px 3px;
	border-style: solid;
	border-top-color: #666666;
	border-right-color: #333333;
	border-bottom-color: #666666;
	border-left-color: #333333;
	margin: 0 1em 1em 1em;
	padding: 15px 10px 15px 15px;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: inline-block;}
/* End hide from IE-mac */

.mainmenu{
	width: 100%; /*leave this value as is in most cases*/
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.mainmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%; /*width of menu*/
	border: 1px solid #564c66; /*dark purple border*/
	border-width: 1px 0;
	background-image: url(../images/knappton_ner.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}

.mainmenu ul li{
display: inline;
}

.mainmenu ul li a{
float: left;
color: black; /*text color*/
padding: 5px 43px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.mainmenu ul li a:hover{
	color: #333333; /*text color of selected and active item*/
	padding-top: 6px; /*shift text down 1px for selected and active item*/
	padding-bottom: 4px;
	background-image: url(../images/knappton_upp.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}

.submeny{ 
	margin: 0;
	padding: 0;
	width: 12em; 
	font-family: Arial;
	font-size: 90%;
}

.submeny a{
	display: block;
	width: auto;
	height: 100%;
	text-decoration: none;
	border: 1px solid #2f560a;
	background-image: url(../images/knappton_upp.jpg);
	background-repeat: repeat-x;
	padding: 0.25em 0.25em 0.25em 1em;
}

.submeny li{
	list-style:none;
}

.submeny a:link{
	color: #333333;
}

.submeny a:visited{
	color: #333333;
}

.submeny a:hover{
	background-color: transparent;
	background-image: url(../images/knappton_ner.jpg);
}

.submeny a#current{
	background: #bedfa4; color: #000000;
}

.susnet:link, .susnet:visited, .susnet:active {
	color:black;
	text-decoration:none;
	font-size:10px;
	font-family:Verdana;
	font-weight: bold;
}
.susnet:hover {
	color:blue; 
	background-color:#666666;
}

.viktigt{
	padding:0;
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#FF0000;
}

