body {
	background: url(../images/bg.png) repeat-y #004d69;
	background-position: center;
	padding-bottom: 2em;
}

#changer {
	background: #004660;
	border-bottom: 1px solid black;
	margin-bottom: 2em;
	text-align:center;
	border-bottom: 1px dotted #0080af;
}

#changer a {
	color: #e8e8e8;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	line-height: 1.4em;
	padding-top: 2px;
}

#changer a:hover {
	text-decoration: underline;
}

#branding img {
	padding-bottom: 6px;
}

#container {
	overflow: hidden;
	background: url(../images/content_bg.png) repeat-x #dbdbdb;
	clear: both;
	padding-top: 2em;
	border-left: 1px solid black;
	border-right: 1px solid black;	
	border-bottom: 1px solid black;
}

#content_left {
	padding-left: 2em;
}

#content_right {
	float: right;
	background: url(../images/box_bg.png) repeat-y;
	height: 280px;
	padding-right: 1.8em;
}

#footer {
	text-align:center;
	padding-top: 1em;
	padding-top: 5em;
}

#content_salg_right {
	float: right;
	padding-top: 1em;
}

.mc_list {
	font-size: 1.2em;
	padding-top:1em;
}

.mc_list li {
	padding-top: .4em;
	text-decoration:none;
}

#kontakt img {
	margin: 4px;
	border: 2px solid white;
}

#box img {
	border: 5px solid white;
}

#box h3 {
	padding:.5em 0 0 .5em;
}


#box p{
padding:.5em 0 0 .8em;
	font-size: 12px;
 }


.left {
	float: left;
}

.right {
	float: right;
	padding-right: 4em;
}

#container ul { 
	padding-left: 3em;
}

#container li {
	list-style: circle;
	line-height: 1em;
}


/* Menu 
-------------------------------------------------------------- */
#menu {
	position:relative;
	float: right;
	text-align: left;
	top: 38px;
	left: 67px;
}

/* LEVEL 1 */
ul.dropdown                         { position: relative;}
ul.dropdown li                      { font-weight: bold; float: left; zoom: 1; background: white; }
ul.dropdown a:hover	     { color: #000; }
ul.dropdown a:active        { color: #ffa500; }
ul.dropdown li a                    { display: block; padding: 8px 8px; border-right: 1px solid #333; color: #222; }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover           { background: #0099CF; color: black; position: relative; z-index: 1000; }
ul.dropdown li.hover a        { color: black; }


/* LEVEL 2 */
ul.dropdown ul 						{ width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0; }
ul.dropdown ul li 					{ font-weight: normal; background: #f6f6f6; color: #000; 
									  border-bottom: 1px solid #ccc; float: none;}
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; } 

/* LEVEL 3 */
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }
ul								{ list-style: none; }

.menu_indent {
	padding-left: 10px;
	line-height: 1.4em;
}

/* Slider 
-------------------------------------------------------------- */

#slider ul, #slider li {
	margin : 0;
	padding : 0;
	}
	
#slider li {
	width : 920px;
	height : 300px;
	overflow : hidden;
	}

/* wordpress stuff */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
	
	
#table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	margin: 25px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}

th
{
	font-size: 14px;
	font-weight: normal;
	padding: 0px 8px;
	color: #000;
}

td
{
	padding: 8px;
	color: #000;
}


#mobil { padding-left: 30px; }


/* Produktsystem (Jonas)
-------------------------------------------------------------- */

#produktliste .post {
	padding: 5px;
	background-color: #F3F3F3;
	border-bottom: 1px solid #CCCCCC;
	width: 320px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

#produktliste .thumb {
	float: right;
	margin-left: 5px;
	min-height: 102px;
}
#produktliste .thumb img {
	border: 1px solid #CCCCCC;
}

#produktliste .lesmer {
	margin-top: 10px;
}

#produktliste h3, #produktliste h4 {
	font-size: 1.5em;
}
#produktliste h4 {
	margin: 0 0 10px 0;
}
#produktliste h3 {
	clear: both;
	width: 100%;
	padding-bottom: 2px;
	border-bottom: 2px solid #CCCCCC;
}

.produktpost h3 {
	margin-bottom: 0.2em;
	margin-top: 0;
}
.produktpris {
	font-weight: bold;
	margin-bottom: 1em;
}
.produktpost img {
	border: 1px solid #CCCCCC;
}

.produktmenycontainer {
	width: 190px;
	display: inline;
	float: left;
	margin-left: 0;
	margin-right: 10px;
}
#produktmeny ul, #produktmeny ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#produktmeny a,
#produktmeny li li a,
#produktmeny li li li a {
	display: block;
	padding: 5px;
	text-decoration: none;
}
#produktmeny a {
	width: 185px;
	font-weight: bold;
}
#produktmeny li li a {
	width: 170px;
	font-weight: normal;
	padding-left: 20px;
}
#produktmeny li li li a {
	width: 150px;
	font-weight: normal;
	padding-left: 40px;
}

#produktmeny ul li {
	border-bottom: 10px solid transparent;
}
#produktmeny ul li ul.children li {
	border-bottom: none;
}

#produktmeny a:hover, #produktmeny li li a:hover { background-color: #CCCCCC; }
#produktmeny .current-cat a { background-color: #CCCCCC; }
#produktmeny .current-cat ul a { background: none; }


