
			BODY{
				margin: 0;
				padding: 0;
			} 

			#background {
				width: 100%;
				height: 100%;
				position: fixed;
				left: 0px;
				top: 0px;
				z-index: -1;
			}
					
			.stretch {
				width:100%;
				height:100%;
				z-index: -1;
				position: fixed;
			}

			#frame{
				width: 970px;
				min-height: 506px;
				display: block;
				margin: 0px auto;
				overflow: auto;
			}
			
			#left{
				width: 534px;
				height: 464px;
				float: left;
			}
			
			#right{
				width: 432px;
				height: 464px;
				float: left;
			}
			
			#ovre{
				width: 966px;
				min-height: 464px;
				margin: 0px;
				background-color: #b7b7b7;
				background-image: url('/img/over_site_bg.jpg');
				background-repeat: no-repeat;
			}


			#ovre_start{
				width: 966px;
				min-height: 464px;
				background-color: #b7b7b7;
				background-image: url('/img/over3.jpg');
				background-repeat: no-repeat;
			}


			#content{
				width: 910px;
				margin: 20px;
				margin-bottom: 0px;
				font-family: Georgia, serif;
				font-size: 16px;
				font-style: italic;
				font-weight: normal;
				text-transform: normal;
				letter-spacing: normal;
				line-height: 1.4em;
				margin-bottom: 20px;
				overflow: auto;
	
			}
			
			#undre{
				width: 966px;
				height: 42px;
				background-image: url('/img/under.jpg');
				margin-top: 0px;
				margin-bottom: 60px;
			}		




#stCont{
	padding:20px;
	float: left;
	width:600px;
	
}

.stHead{
	font-weight: 800;
	font-size: 14px;
	color:  #002597;
	text-transform: uppercase;		
}

#stMeny{

	padding:10px;
	float: right;
	width:200px;	
}

#stMenu{
	padding: 0;
	list-style-type:lower-roman
}

#stMenu LI{
	padding: 0;

font-family: Georgia, serif;
font-size: 10px;
font-style: normal;
font-weight: normal;
letter-spacing: 1px;
line-height: 2em;


	font-size: 12px;
	color:  #002597;
}

#stMenu LI A{
	color:  #002597;
	text-decoration: none;
}

#stMenu LI A:hover{
	color:  #f1584e;
}

#stMenu LI A:visited{
	color:  #002597;
}

#stMenu LI A.active{
	color:  #002597;
}






/* kommentarform */

#namnfalt{float: left;}
#emailfalt{float: left;}
#foretagfalt{float: left;}
#ortfalt{float: left;}

#kommentarfalt{display: block;}

INPUT{
	background-color: #f0efef;
	border: 1px dashed #808080;
	padding: 2px;
}

TEXTAREA{
	background-color: #f0efef;
	border: 1px dashed #808080;
	padding: 2px;
}

#namn{
	width: 240px;
	padding: 4px;
	font-family: arial;
}

#email{
	width: 240px;
	padding: 4px;
	font-family: arial;
}

#foretag{
	width: 240px;
	padding: 4px;
	font-family: arial;
}

#ort{
	width: 240px;
	padding: 4px;
	font-family: arial;
}

#kommentarTA{
	width: 600px;
	height: 200px;
	padding: 10px;
	font-family: arial;
	
}
	
#submit{
	border: 1px solid #ffffff;
	padding: 4px;
	margin: 10px;
	margin-bottom: 40px;
}	
