html { overflow: -moz-scrollbars-vertical; }
html { overflow-x: hidden; }

* {margin:0; padding:0; border:none; }
body {
	font:52.5% Verdana, helvetica, sans-serif;
	line-height:1.7em;
	color:#000;
	/* background-color:#EEFECD; */
	
	
	background:url(images/bg.jpg) repeat-x;
background-color:#58595b;
	
}

input {
-moz-border-radius: 5px;  /*or whatever radius*/
-webkit-border-radius: 5px;  /*or whatever radius*/
}
textarea {
-moz-border-radius: 5px;  /*or whatever radius*/
-webkit-border-radius: 5px;  /*or whatever radius*/
}
a {
	color:#FF9900;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color: #CCCCCC;
	text-decoration:underline;
}
a:visited {
	color: #FF9900;
	
}
p {/*padding-top:0px;*/
font-family:Verdana, Geneva, sans-serif;}

img {
	/*margin:8px 11px 5px 11px;*/
	}
input {vertical-align: middle}

blockquote {
	margin: 11px 25px 11px 30px;
	border-left: 3px solid #124AA8;
	background: #FFFDD5;
	padding: 5px 15px;
	font-size: 1.3em;
	color:#000;
}
blockquote p {
	font-size: 1em !important;
	margin: 0;
}
.aligncenter,
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 11px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	padding: 0px 0 0 0;
	
	margin-top:11px;
	
}
#header {
	margin-bottom: 0px;
	position:relative;
	overflow:hidden;
}
#header-bg {
	
	height:50px;
	position:relative;
	width:1000px;
	background-color:#000;
	
}
#header-bg h1 {
	position:absolute;
	top:0px;
	left:15px;
	color:#000;
	line-height: 0.85em;
	font-size:2.3em;
	margin: 14px 0 15px;
	margin-top:60px;

	padding:11px 11px 4px 11px;
}
#header-bg h1 a {
	font-family:"Arial Black";
	font-weight:normal;
	color:#8a8a34;
	letter-spacing:-1px;
	}
#header-bg h1 span {
	display: block;
	font-size: 0.50em;
	font-weight: normal;
	text-transform: uppercase;
	color:#124AA8;
}
#navcontainer {
	background:transparent url(images/nav-bg.png)  scroll 0 0;
	height:43px;

	bottom:0;
	
	width:1000px;
	/*float:right;*/
	margin:auto;
	background-color:#000;
}
ul#navlist {
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}
ul#navlist li {	
	/*border-right:1px solid #FFF;*/
	float:right;
	width:auto;
	/*min-width:100px;*/
	
	margin:0;
	padding:0;
	text-align:left;
}
ul#navlist li a {
	color:#FFF;
	display:block;
	font-size:11px;
	text-decoration:none;
	height:26px;
	font-weight:bold;
	padding:0px 8px 0 12px;
	margin-top:18px;
	text-transform:uppercase;
}
ul#navlist li a:hover {
	/*background-color:#e8b82e;*/
	color:#666;
	width:auto;
}
#navlist li.current_page_item {
	/*background-color:#e8b82e;*/
	color:#FFF !important;
	width:auto;
	background:url(images/bg_menu.png) top center no-repeat;
}
#skip {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0 0.5em;
	border-bottom:2px solid #000;
}
#skip li {
	display:inline;
	font-size:120%;
	line-height:2.5;
	margin:0 1em 0 0;
	padding:0;
}
#skip a:link, #skip a:visited {
	background:transparent url(images/arrow-skip.gif) no-repeat scroll 100% 60%;
	border-color:#FFFFFF;
	color:#666666;
	font-weight:normal;
	padding-right:11px;
}
#skip a:focus, #skip a:active, #skip a:hover {
	background-color:#FFFDD5;
	color:#000000;
	text-decoration:underline;
}
#divSearchForm {
	float:right;
	margin:-32px 0 0 0;
	font-size:120%;
}
#divSearchForm label {
	display:inline;
	margin:0;
	color:#333;
	font-family:"arial", helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	vertical-align:middle;
}
#divSearchForm input.txt {
	display:inline;
	width:130px;
	padding:2px;
	border:1px solid #999;
	vertical-align:middle;
}
#divSearchForm input.txt:focus {
	color:#000;
	background:#f6feda;
}
#divSearchForm input.btn {
	margin:0;
	vertical-align:middle;
}
#container {
	width: 1000px;
	margin-bottom:0px;
	background-color:#242021;
	margin-top:0px;
	/*padding-left:11px;*/
	
	
}
#container:after {
	content: '.';
	display: block;
	clear: both;
	visibility:hidden;
	height: 0;
}
#content {
	 width: 1000px; 

	float: left;
	padding: 0 0 0 0;
	
	clear:both;
	
	
	
	
}


#content h2 a {
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
	color:#FFF;
	}
#content h2 a:hover {
	text-decoration:underline;
	
	}
#content h2.pagetitle {
	padding-left: 3px;
	padding: 1px 0 4px;
}
#content h3 {
	font:bold 1.7em "arial", helvetica, sans-serif !important;
	color:#000;
	margin-bottom:-5px !important;
}
#content p, ntent li {
	font-size: 1.3em;
	line-height: 1.4em;
	font-family:Verdana, Geneva, sans-serif;
}
#content h3 a {
	text-decoration:underline;
	}	
#content .post {
	margin: 0 0 2.2em;
	
	
}

#content .post h3 {
	margin-bottom:0px !important;
}


/* ------ */




/* ------ */

.post ul, .post ol {
	margin:0 0 6px 35px;
	font-size:11px;
}
.
li {
	padding:8px 25px 0 0;
	color:#000;
}
.post .postmetadata {
	font-size:1.1em;
	color:#999;
}
.postmetadata a {
	color:#FFF;
	text-decoration: underline;
}
.postmetadata a:hover {
	color:#000;
}
.entry {
  
  color:#FFF;
  display:block;
 
 
 
  
  
}
.entry p{
	
  
}
.entry h1 {
	font-size: 1.8em;
	margin: 15px 0 11px;
}

.entry h3 {
	font-size: 1.45em !important;
	font-weight: bold !important;
	margin: 15px 0 11px !important;
	padding: 0 !important;
}
.entry h4 {
	font-size: 1.3em;
	margin: 15px 0 11px;
	font-weight: bold !important;
}
.nav {
	font-size: 1.4em;
	padding: 0 0 22px;
}
.navigation {
	font-size: 1.3em;
	margin:20px 0 5px 0;
	height: 1.3em;
}
.alignleft {float: left;}
.alignright {float: right;}
h3#comments,h3#respond {
	padding: 1px 0 4px;
	border-bottom: 1px solid #EEE;
}
.commentlist {
	margin: 20px 0 30px 18px;
	font-size:120%;
}
.commentlist img {
	float:none;
	padding:0;
	border:0;
	}
.commentlist li {
	padding:5px 0 20px;
	font-size:90%;
}
.cdata {
	background:#FFFDD5;
	border-top:1px solid #BFBC7D;
	padding: 3px 3px 3px 7px;
	height: 1%;
}
.cdata strong {
  display: block;
  color:#000;
}
#content img.avatar {
  	float: right;
	display: inline;
	border: 0;
	margin: 1px 1px 0;
}
.ctext {
  padding: 0 7px;
}

.commentlist li p {
	font-size: 1em !important;
}
.commentmetadata {
	font-size: 0.85em;
}
.commentmetadata a {
  color: #848144;
}
#comment {
	width: 530px;
	height: 170px;
}
/* sidebar
-----------------------------------------------------------------------------*/
#sidebar {
	
	
	
}
#sidebar ul	{
	list-style: none;
	margin:0 0 15px;
	font-size:11px;
	}
#sidebar ul li ul {
	margin:0;
	padding:0 0 0 4px;
	}	
#sidebar ul li ul li ul	{
	margin:5px 0 -11px 0;
	padding:0 0 0 4px;
	}	
#sidebar ul	li	{
	margin: 0px 0px -1px 0px;
	/* border-top: 1px solid #EEE; */
	padding:6px 0 6px 5px;
	line-height: 15px;
	}		
#sidebar ul li a {
	background:url(images/arrow.gif) no-repeat center left;
	padding: 0 0 0 8px;
	text-decoration:none;
	color:#124AA8;
	font-weight:bold;
	}
#sidebar ul li a:hover {
	text-decoration:underline;
	color:#124AA8;
	}

#sidebar h3 {
	font: normal 1.4em/1.1em "arial", helvetica, sans-serif;
	padding: 0 0 3px;
}

.tags,
#tag_cloud {
	margin: 0 0 15px;
}
.tags {
  text-align:center;
  line-height:21px !important;
}
abbr, acronym {
border:medium none;
}
abbr[title], acronym[title] {
border-bottom:1px dotted #999;
cursor:help;
font-style:italic;
}
code, kbd, pre {
font-family: Monaco,"Courier New",Tahoma;
}
pre {
	padding:11px;
	background:#F6F7F5;
	font-size:120%;
}

code {
	color:#990000;
	font-family:"Courier New",Courier,mono;
}
.txtRed {
	color:#FF0000;
	font-size:130%;
}
.txtGrey {
	color:#999;
}
#footer {
	clear: both;
	margin: 0 0 15px; 
	font-size: 1.1em;
	color: #FF9900;
}
#footer p{
	text-align:center;
	color:#999;
	}
#footer p a{
	color:#999;
	}
#footer p a:hover{
	color:#000;
	}	
#base .baseHdr{
	font-size:1.5em;
	color:#FFF;
	font-weight:bold;
	margin-bottom:11px;
	border:none;
	padding:0;
}
#base { float: left; margin: 0; width:100%; clear:left;}
#base {background:#FF9900; margin-top:0px; border-bottom:0px solid #000; border-top:0px solid #000; position: relative;
height:7px;}
#base ul {margin:11px 11px; padding:11px 0 0 4px; width:252px; display:inline; float:left; list-style-type:none; }
#base li {padding:5px 4px; border-top:1px solid #C0BDBD; line-height:15px;}
#base p {color:#FFF;float:left;padding:4px 15px 0 8px;}
.grid12 h6 { margin: 11px 0 50px 0; }

#startpaket{
	
	
	width:1000px;
	height:270px;
	background-color:#000;
	margin-top:0px;

	
	}


	#startpaketmiddle
	{
	
		
			display:block;
    margin-left: auto;
    margin-right: auto;
	
		}
	#startpaketmiddle img{
		border:none;
		
		
	
		
	
	}
#logga{
	margin-left:30px;
	margin-top:13px;
	margin-bottom:3px;
	
	}
	#footertext{
		width:1000px;
		margin:auto;
		color:#FFF;
		text-align:right;
		
		
		
		}
		#footertext p {
			padding:11px 35px 0 8px;
			text-align:right;
			}
#middle{
	height:auto;
	min-height:475px;
	
	background:url(images/bg_middle.jpg) repeat-x;

	}

#middleleft{
	float:left;
	width:550px;
	margin-top:42px;
	
	height:auto;
	
	
	
	
	
	
	}
	
	
	
#middleleft h1{
	color:#FFF;
	font-size:24px;
	margin-left:44px;
	font-family:Verdana, Geneva, sans-serif;
	}
		
#middleleft p{
	
	font-size:11px;
	margin-left:44px;
	width:450px;
	font-family:Verdana, Geneva, sans-serif;
	}
	

	#middleleftcontent{
		width:550px;
		float:left;
		display:block;

		}
		
		#middleleftcontent p{
			
			font-family:Verdana, Geneva, sans-serif;
			font-size:11px;}
		
#separator{
	float:left;
	width:20px;
	/*
	border-right:solid 1px;
	border-right-color:#999;
	*/
	height:100%;

	/*margin-top:-15px;*/
	visibility:hidden;
	
	


	
	}
#separatorimg{
	float:left;
	
	margin-top:290px;
	margin-right:14px;}
#middleright{
	float:right;
	width:430px;
	
	margin-top:45px;
	height:auto%;
	background:url(images/bg_seperator.png) bottom left no-repeat;
	
	
	
	}
	#middleright p{
		color:#FFF;
		font-family:Verdana, Geneva, sans-serif;
		
		font-size:11px;
		
		width:367px;
		margin-left:40px;
	}
	
	#middleright h2{
		font-size:14px;
font-weight:bold;
color:#FFF;
margin-left:40px;
font-family:Verdana, Geneva, sans-serif;

		}
			#middleright h1{
		
color:#FFF;
margin-left:40px;
font-family:Verdana, Geneva, sans-serif;

		}
	#navmenu ul {
	float:left;
	margin:auto;
	padding:0;
	list-style:none;
	position:relative;
	left:50%;
}
#navmenu ul li {
	padding:0px;
	margin:0px;
	display:-moz-inline-box;/* older gecko*/
	display:inline-block;
	position:relative;
	left:-50%;
}
#navmenu img {
	
	border:none;
	padding:0;
	
	}

#navmenu ul li{display:inline;}
#paketleft{
	float:left;
	
	width:154px;
	margin-left:35px;
	margin-top:20px;
	
	
	}
	
#paketright{
	float:right;
	
	width:255px;
	margin-top:20px;
	
	
	}
#paketright_left{float:left;
width:150px;

margin-top:-9px;}

#paketright_right{float:right;width:100px;}
#paketright_right p{
	color:#F30;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	
	}
	
	
	
.navlist ul {
	
	list-style:url(images/navlist.png);
	
	vertical-align:middle;
	
}
.navlist ul li {
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	vertical-align:middle;
	
	
}


.navlistright ul {
	
	list-style:url(images/navlist.png);
	
	vertical-align:middle;
	margin-left:58px;
	width:367px;
	
}
.navlistright ul li {
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	vertical-align:middle;
	line-height:20px;
	width:367px;
	
	
}

	.ett{
		width:450px;
		clear:both;
		margin-left:44px;
	
	}
	.tva{
		width:156px;
		float:left;
		
	
	}
	.tva img{
		margin-top:-5px;
		
		
		}
	.tre{
		width:294px;
		float:right;
	
	}
	
	
	.fyra{
		width:294px;
		display:block;
		clear:both;
	
	}
	.fem{
	width:159px;
	float:left;
	margin-top:0px;
	
	}
	.fem h2{
font-size:14px;
font-weight:bold;
color:#FFF;


}
	 
	.sex{
		width:135px;
		float:right;
		
		
		margin-top:0px;
		
	
	}
	h1{
		
		font-family:Verdana, Geneva, sans-serif;
		
		}
		h2{
		
		font-family:Verdana, Geneva, sans-serif;
		
		}
		h3{
		
		font-family:Verdana, Geneva, sans-serif;
		
		}
p.lasmer{
color:#F30;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
		
	}
	
	p.brodtext{
color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
		
	}
	
	.sju{
		width:189px;
		float:left;
		margin-top:11px;
		
	
	}
	.atta{
		width:105px;
		float:right;
	
	}
#submenu{
	margin-top:-405px;
	width:230px;
	
	}
	#submenu ul{
		
		list-style:url(images/navlist.png);
	
	}
	#submenu li{
		border-top:1px solid #CCC;
		height:30px;
		line-height:30px;
		

	}
	#submenu a{
		color:#FFF;
	
	}
	
#vanster{
	float:left;
	width:230px;
	
	
	}
	#vanster p{
	float:left;
	width:230px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	
	}
	
	#hoger{
		
		float:left;
		margin-left:14px;
		
	
	width:260px;
	
		}
		
		#hoger p{
		
		float:left;
	
		width:260px;
		font-family:Verdana, Geneva, sans-serif;
		font-size:11px;
		
	
		}
	.strong
	{
		font-weight:bold;
		
		}
		/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	width:800px;	
	height:500px;
	border:1px solid #FFFFFF;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(http://www.dozz.se/jquery/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
/* some styling for triggers */
#triggers {
	text-align:center;
}

#triggers img {
	cursor:pointer;
	margin:0 5px;
	background-color:#fff;
	border:1px solid #ccc;
	padding:2px;

	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}



/* styling for elements inside overlay */
.details {
	position:absolute;
	top:15px;
	right:15px;
	font-size:11px;
	color:#fff;
	width:150px;
}

.details h3 {
	color:#aba;
	font-size:15px;
	margin:0 0 -10px 0;
}

