.bread {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

a {
	color: #000000;
	text-decoration: underline;
}
.finstilt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #333333;
}

.liten {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
}

a:hover {
	text-decoration: underline;
	color: #666666;
}

body {
	background-color: #CCCCCC;
	background-image: url(/img/stripe.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
}

li {
	list-style-type: none;
}
	
#infobox {
	position:absolute;
	top:60px;
	z-index:200;
	background-color: #E9E9E9;
	border: 1px dashed #999999;
	padding: 8px;
	left: 70%;
	text-align: left;
}

#holder {
	position:absolute;
	}

#Textfield{
	left: 8%;
	position: absolute;
	top: 98px;
	width: 830px;
	background-color: #FFFFFF;
	z-index: 0;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #8c0039;
	border-right-color: #8c0039;
	border-bottom-color: #8c0039;
	border-left-color: #8c0039;
	background-image: url(/img/logoback.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: left;
	overflow: visible;
	padding: 10px;
}

#lowMenuBar {
	position: absolute;
	z-index: 20;
	height: auto;
	width: 850px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: dashed;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #8B0039;
	border-bottom-color: #8B0039;
	border-left-color: #8B0039;
	background-color: #FFFFFF;
	left: -2px;
	top: auto;
}

.Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #8C0039;
	font-weight: bold;
}


/* STILFORMATERING FÖR TOPMENY*/

#logo {
	position:absolute;
	left:9%;
	top:23px;
	width:325px;
	height:39px;
	z-index:201;
	background-image: url(/img/logovit.gif);
	background-repeat: no-repeat;
}

#menubackground{
	background-image: url(/img/huvudbg.gif);
	position:absolute;
	top: 71px;
	z-index: 190;
	height: 27px;
	font-size: 16px;
	width: 854px;
	left: 8%;
	padding: 3px;
	background-repeat: no-repeat;
}


#menu{
	position:absolute;
	top: 71px;
	z-index: 200;
	height: 27px;
	font-size: 16px;
	padding-top: 8px;
	width: 854px;
	left: 8%;
	background-repeat: no-repeat;
	
}

#menu ul .top{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #8C0039;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color:#8C0039;
	}
	
#menu ul .toplogin{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #8C0039;	
	}
	
#menu a {
	text-decoration: none;
	color: #8C0039;
}
	
#menu ul .item {display:none; overflow: hidden;}


#menu ul:hover .item{
	display:block;
	background-color:#F5F5F5;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #999999;
	border-bottom-color: #333333;
	overflow: visible;
	border-top-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 8px;
	width: 140px;
	position: relative;
	left: -11px;
}



#menu ul:hover .item a{
	color:#000000;
	text-decoration:none;
	overflow:visible}

#menu ul:hover .item a:hover{
	color:#8C0039;
	overflow:visible;
	cursor:pointer;
}

#menu ul{
	padding-left: 10px;
	margin: 0px;
	list-style: none;
	float: left;
	width: 131px;
}

#menu ul:hover .top{
	color: #000000;
}
#menu ul:hover .top a{
	color: #000000;;
}

#background {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:98px;
	z-index:1;
	background-image: url(/img/topbg.jpg);
	background-repeat: repeat-x;	
}

