/* CSS Document */
body {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
#mitten {width: 758px;margin-right: auto;margin-left: auto;background-image: url(bilder/allinone.jpg);background-repeat: no-repeat;	background-position: 0px 51px;}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
}

/*Upper navigation bar*/
#nav {
	height: 65px;
	width: 100%;
	padding-left: 10px;
}
#nav ul {
	list-style-type: none;
	width: 748px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 0px;
}
#nav li {display: inline;width: 100%;text-align: center;margin: 0px;}
#nav ul a {
	font-size: 10px;
	color: #FFFFFF;
	width: 100px;
	background-image: url(bilder/nonselected.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	line-height: 10px;
	margin: 0px;
	background-position: 0px 21px;
	float: left;
	padding-top: 30px;
	padding-right: 10px;
	text-decoration: none;
	text-align: center;
}
#nav ul a:hover {
	background-position: 0px 21px;
	display: block;
	text-decoration: underline;
	text-align: center;
}
/*Inner navigation bar*/
#nav2 {
	height: 60px;
	width: 100%;
	float: left;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding: 0px;
}
#nav2 ul {list-style-type: none;width: 698px;display: block;padding: 0px;float: left;margin-top: 0px;margin-right: 30px;margin-bottom: 0px;
margin-left: 30px;height: 40px;}
#nav2 li {
	display: inline;
	width: 100%;
	text-align: center;
}
#nav2 ul a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	width: 130px;
	background-image: url(bilder/select.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 36px;
	line-height: 10px;
	padding-top: 15px;
	float: left;
	margin: 0px;
	background-position: 0px 0px;
	text-align: center;
	padding-right: 5px;
}
#nav2 ul a:hover {
	display: block;
	text-decoration:
	underline;
	text-align: center;
}
/*  Holder */
#main {
	width: 600px;float: left;display: block;margin-left: 60px;margin-right: 50px;overflow: hidden;height: 440px;margin-bottom: 35px;}

#footer {
	clear: both;
	text-decoration:
	underline;text-align:
	center;
	padding-top: 10px;}

/*highligths the curent body id, for the upper nav*/
body#svenska a#svenskaLink,
body#english a#englishLink,
body#suomi a#suomiLink{
	background-image: url(bilder/header.jpg);
	text-decoration: underline;}
/*highlights the curent body class, for the inner nav (so that the body "has" two values) :D */
body.about a#aboutLink,
body.service a#serviceLink,
body.work a#workLink,
body.price a#priceLink,
body.contact a#contactLink{
	background-image: url(bilder/selectbody.jpg);
	background-repeat: no-repeat;
	text-decoration: underline;}

.skilltext {
	margin: 0px;
	float: left;
	height: 15px;
	width: 200px;
}
.skills {
	float: left;
	height: 15px;
	width: 400px;
	background-image: url(bilder/truenotskill.jpg);
	background-repeat: no-repeat;
	text-align: left;
	padding-top: 2px;
	background-position: left 2px;
	margin: 0px;
	clear: right;
}
