/* GENERAL STYLES *
/*
================================================
	Yahoo GUI Reset CSS
	http://developer.yahoo.com/yui/reset/
================================================
*/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul{
	list-style:none;
}



caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:18px;
	font-weight:Bold;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*input { } */




/*
====================================
Start Theme Styling
====================================
*/

body
{
	background-color:#fff;
	background-image:url(grafik/back-stripe.jpg);
	font-family:'Verdana','Tahoma','Arial',sans-serif;
	color:#000;
	font-size:12px;
	/*scrollbar-face-color: #f3e0b4;
	scrollbar-shadow-color: #d1ba86;
	scrollbar-base-color: #d1ba86;
	scrollbar-highlight-color:#c3b89e; 
	scrollbar-3dlight-color: #d1ba86;
	scrollbar-darkshadow-color:#b59f6a;
	scrollbar-track-color:#d1ba86;
	scrollbar-arrow-color: #d1ba86;*/
}

/*------------MAIN CONTAINER--------*/
#Wrapper
{
position:relative;
/*border:thin solid red;*/
margin:auto;
width:1000px;
height:570px;

}

#topMenu{
position:relative;
float:right;
top:15px;
clear:both;


}

#topMenu li{
float:left; 
padding-left:20px;
}

#logo{
position:relative;
left:400px;
top:40px;
width:225px;
}


#midtMenu{
position:relative;
clear:both;
top:50px;
float:left; 
left:255px;
}

/*
#lister li{
position:relative;
float:left;
}*/



#midtMenu li{
float:left; 
padding-left:20px;

}


#underMenu{
position:relative;
float:left;
padding-left:15px;
top:100px;
width:180px;
clear:both;
}

#textBox{
font-size:11px;
position:relative;
float:right;
padding-right:50px;
width:675px;
top:100px;
height:360px;
overflow:auto;
/*border:medium solid red;*/
}

/*-------------LINKS---------------*/
a:link {
color:#888888;
font-weight:normal;
text-decoration: none;
}

a:visited {
color:#888888;
font-weight:normal;
text-decoration: none;}

a:active {
color:#888888;
font-weight:normal;
text-decoration: none;}

a:hover {
color:#888888;
font-weight:normal;
text-decoration: underline ; 
}

/*----------CLASSES-----------*/

a.selected{
color:#000;}

/*----------FIND BUTIK CLASSES---------*/

.content-horizontal{
position:relative; 

width:1000px;
top:130px;
}

.container-findbutik{
position:relative; 

width:1000px;}






.findbutik-kort{

position:relative; 

width:350px;
height:320px;
float:left; 
margin-left:50px;

}


.findbutik-nav{

position:relative; 

width:200px;
height:320px;
float:left; 
clear:both;


}

.findbutik-info{

position:relative; 

width:320px;
height:320px;
float:right; 
font-size:11px;

}












