@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	background-image: url(bilder2011/body_bgr.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
img {
	border:none;
	
}
h1 {
	font-size: 24px;
	font-family:verdana, "times new roman";
	color: #555555;
	
}
h2 {
	font-size: 14px;
	font-family:verdana, "times new roman";
	color: #333333;	
	line-height:14px;
	margin:0px;
	padding:0px;
	
}
h3 {
	font-size: 14px;
	line-height:14px;
	margin-top:0px;
	margin-bottom:5px;
	font-family:verdana, "times new roman";
	color: #333333;	
}
h4 {
	font-size: 14px;
	font-family:verdana, "times new roman";
	color: #333333;	
	line-height:14px;
	margin:0px;
	padding:0px;
}
.formtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited { color: #666666; text-decoration: none;}
a:hover { color: #333333;}
.thrColFixHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. position: absolute;
	left: 0px;
	top: 0px;*/
	
	/*border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;*/
} 
.thrColFixHdr #header {
	height: 96px;
	width: 1000px;
} 
#loggautrymme {
	margin:0px;
}
#taglineutrymme {
	position:absolute;
	margin-left:250px;
	top:0px;
	margin-top:16px;
	line-height:14px;
}
#festlokalsok {
	position:absolute;
	margin-left:340px;
	top:0px;
	margin-top:46px;
	line-height:14px;
	background-image:url(bilder2011/rosa-ruta.png);
	width:150px;
	height:55px;
	font-size:12px;
	color:#EFEFEF;
	padding-top:5px;
	padding-left:8px;
	background-repeat: no-repeat;
}
#festlokalsok a:link { color: #EFEFEF; text-decoration:none;}			
#festlokalsok a:visited { color: #EFEFEF;}
#festlokalsok a:hover { color: #666;}

#telefonutrymme {
	position:absolute;
	margin-left:800px;
	top:0px;
	margin-top:44px;
	line-height:14px;
	background-image:url(bilder2011/bla-ruta.png);
	width:133px;
	height:37px;
	font-size:12px;
	color:#EFEFEF;
	padding-top:4px;
	padding-left:8px;
	background-repeat: no-repeat;
}
#telefontext {
	position:absolute;
	margin-left:860px;
	top:0px;
	margin-top:74px;
	line-height:14px;
}
.thrColFixHdr #navbar { 
	background: #FFFFFF;
	margin-bottom: 50px;	
}

.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.thrColFixHdr #Kolumn {
	
	margin-bottom: 8px;
	
}

.thrColFixHdr #inforuta {
	margin-bottom: 8px;
	/*background-image: url(bildervadkostar/inforuta3.jpg);*/
	text-align: left;
	height: 370px;
	background-repeat: no-repeat;
}
.thrColFixHdr #topruta {
	margin-bottom: 8px;
	/*background-image: url(bildervadkostar/inforuta3.jpg);*/
	text-align: left;
	height: 100px;
	background-repeat: no-repeat;
}

.thrColFixHdr #Left {
	float: left; /* since this element is floated, a width must be given */
	width: 244px; /* padding keeps the content of the div away from the edges */
	
	margin-bottom: 8px;
}

.thrColFixHdr #LeftLeft {
	float: left; /* since this element is floated, a width must be given */
	width: 244px; /* padding keeps the content of the div away from the edges */
	margin-left: 8px;
	margin-bottom: 8px;
	
}

.thrColFixHdr #Left2 {
	float: left; /* since this element is floated, a width must be given */
	width: 244px; /* padding keeps the content of the div away from the edges */
	margin-left: 8px;
	margin-bottom: 8px;
}

.thrColFixHdr #LeftLeft2 {
	float: left; /* since this element is floated, a width must be given */
	width: 244px; /* padding keeps the content of the div away from the edges */
	
	margin-bottom: 8px;
	
}

.thrColFixHdr #LeftLeftDryckeskalkyl {
	float: left; /* since this element is floated, a width must be given */
	width: 244px; /* padding keeps the content of the div away from the edges */
	margin-bottom: 8px;
	background-image: url(bildervadkostar/bgr_dryckeskalkyl.jpg);
	text-align: left;
	height: 160px;
}

.thrColFixHdr #sidebarLeft {
	float: left; /* since this element is floated, a width must be given */
	width: 320px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 0px 5px 5px 5px; /* padding keeps the content of the div away from the edges */
	
}
.thrColFixHdr #sidebarRight {
	float: right; /* since this element is floated, a width must be given */
	width: 244px;
	margin-top: 8px;
}
.thrColFixHdr #sidebarRightTop {
	float: right; /* since this element is floated, a width must be given */
	width: 244px;
	
}
.thrColFixHdr #sidebarRightHalv {
	float: right; /* since this element is floated, a width must be given */
	width: 496px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
		
}
.thrColFixHdr #bild {
	border: 1px solid #999999;
	font-size: 11px;
	background-color: #F4F5E7;
	margin: 0px 0px 5px 0px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #titel {
	border: 1px solid #999999;
	font-size: 13px;
	background-image: url(bildervadkostar/titelBakgrund.jpg);
	text-align: right;
	height: 60px;
	width: 746px;
	margin-top: 8px;
}
.thrColFixHdr #titelHalv {
	border: 1px solid #999999;
	font-size: 13px;
	background-image: url(bildervadkostar/titelBakgrund.jpg);
	text-align: right;
	height: 60px;
	width: 494px;
	margin-top: 8px;
}


.thrColFixHdr #mainContent {
	
	margin-top: 0;
	margin-right: 340px;
	margin-bottom: 0;
	margin-left: 340px;
	
} 
.thrColFixHdr #mainContentWideBgr {
	margin-top: 0;
	margin-right: 252px;
	margin-bottom: 0;
	background-color: #FFFFFF;
	text-align: center;
} 
.thrColFixHdr #mainContentHalv {
	
	margin-top: 0;
	margin-right: 496px;
	margin-bottom: 0;
	
	
} 
.thrColFixHdr #inledningstext {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;	
	
}
.thrColFixHdr #infoknappar {
	float: right;
	width: 120px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;	
}
.thrColFixHdr #formular {
	margin-right: 120px;	
	
}
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #FFFFFF;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#info {
	width: 300px;
	padding: .5em;
	overflow: hidden;
	position: absolute;
	border: 2px solid #999999;
	background-color: #FFFFFF;
}
#infoLeft {
	width: 300px;
	padding: .5em;
	overflow: hidden;
	position: absolute;
	border: 2px solid #999999;
	background-color: #FFFFFF;
}


#info img {
float: left;
width: 50px;
margin: 2px;
background: white;

}
#infoLeft img {
float: left;
width: 50px;
margin: 2px;
background: white;

}


#info p {
	margin-left: 0px;
	margin-top: 0;
	padding: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#infoLeft p {
	margin-left: 0px;
	margin-top: 0;
	padding: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

label {cursor:pointer;}
#bar{display:none; background: url(../images/ajax-loader.gif) no-repeat center; margin:0 auto; position:relative; top:150px; height:40px; width: 230px;}
#mail_response {text-align:center; background:#999966; height:400px;}
#mail_response img {
	border:1px solid #666666;
	margin-right: 10px;
	margin-left: 10px;
}


#index-page-form {color:#fff; width:500px; min-height:400px; height:auto; background:#003366; font-size:11px; font-family:Verdana, Geneva, sans-serif; line-height:18px; margin-left:20px;}
#index-page-form input, #index-page-form select, #index-page-form textarea {font-size:10px; font-family:Verdana, Geneva, sans-serif; color:#000; line-height:12px; padding:3px; width:225px; margin-bottom:6px; border:1px solid #999;}
#index-page-form input.checkbox {width:12px; height:13px; vertical-align:inherit; border:none;}
#index-page-form input:focus, #index-page-form select:focus, #index-page-form textarea:focus {border-color:#999;outline: 0;}
#index-page-form td {padding:5px 5px 0; border:1px solid #F4F5E8;}
#index-page-form .left_col {text-align:right; width:200px;}
#index-page-form table {border-collapse: collapse;	border-spacing: 0; width:100%;}
#index-page-form .submit {width:100px; background:#F0F0F0; padding:6px 0; text-align:center; cursor:pointer; margin-top:10px;}



        
        .back
        {
            position:absolute;
            top:0;left:0;    
        }
        .wrap
        {
            
			width:242px;
			height:160px;
            position:relative;
            margin:auto;
            overflow:hidden;
			margin-bottom: 8px;
         }
         
            
        .comment
        {
	width:242px;
	position:absolute;
	top:200px;
	left:0px;
	color: #000;
	font: 11px/14px Berlin Sans FB, Sans-Serif;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	padding: 10px;
	background-color: #FFF;			
			
			
            
        }
.comment a:link { color: #000;}		
.comment a:visited { color: #000;}
 .comment a:hover { color: #666;}
