/*KlippUpp röd #6b4152
KlippUpp blå #009bc2
*/

body {
	padding: 0;
	margin: 0;
	font-family: Arial,Helvetica,Verdana,Geneva,sans-serif;
	text-decoration:none;
	font-size: 12px;
	background:#fff;
}

a {
	color:#009bc2;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

img {
	border:0;
}

/**
 * Block types h1-h6, pre, p and address can be used in Lemon's editor and
 * you can customize their names by altering the comment behind the rule.
 * See the example below! Note: The rule must be on ONE line to work in Lemon.
 */
h1 { color:#6b4152; font-size: 20px; margin: 0; padding:3px 0 3px 0; font-family: Arial,Helvetica,Verdana,Geneva,sans-serif; font-weight:normal;} /* Heading 1 */
h2 { font-size: 16px; margin: 0; padding:3px 0 10px 0; font-family: Arial,Helvetica,Verdana,Geneva,sans-serif; color:#6b4152; font-weight:bold;} /* Heading 2 */
h3 { font-size: 14px; margin: 0; padding:3px 0 3px 0; font-family: Arial,Helvetica,Verdana,Geneva,sans-serif; color:#6b4152; font-weight:normal;} /* Heading 3 */
h4 { font-size: 11px; margin: 0; padding:3px 0 3px 0; font-weight:bold; font-family: Arial,Helvetica,Verdana,Geneva,sans-serif; color:#6b4152; font-weight:normal;} /* Heading 4 */
p { margin: 0; padding: 0 0 10px 0; line-height: 18px; } /* Paragraph */

/**
 * Styles can also be included in Lemon's editor with custom names.
 * See the example below!
 */
.small { font-size: 11px; } /* LemonStyle: Small text */


#wrapper {
	width: 915px;
	padding: 0px;
	margin: auto;
	margin-top:50px;
	height:554px;
	position:relative;
}

#wrapper2 {
	width: 931px;
	padding: 0px;
	margin: auto;
	margin-top:50px;
	height:auto;
}

#header {
	clear: both;
	padding: 0px;
	background:#eee9d5;
	height:100px;
}

#menuwrapper {
	margin:auto;
	position:relative;
	top:-100px;
	width:915px;
	z-index:9999;
}

#menu_semiwrap {
	margin:0 0 0 115px;
	width:730px;
	z-index:9999;
}

#menu {
	float:left;
	height:35px;
	width:auto;
	background-image:url(../img/menu_mid.png);
	z-index:9999;
}

#menu2 {
	float:left;
	width:870px;
	height:33px;
	margin:0 0 0 30px;
	border-bottom:1px solid #e7e7e7;
}

#menu2_last {
	float:left;
	width:2px;
	height:28px;
	padding-left:1px;
	border-left:1px solid #e9e9e9;
	margin:3px 0 0 0;
}

#menu .item {
	float:left;
	padding: 10px 6px 8px 6px;
}

#menu2 .item {
	float:left;
	padding: 10px 1px 8px 1px;
}

#menu .item a {
	padding: 8px 10px 8px 10px;
	color:#6b4152;
}

#menu2 .item a {
	background-image:url(../img/menu2_bg.gif);
	padding: 8px 17px 8px 17px;
	color:#6b4152;
}
	
#menu .item a:hover {
	background:#f8f8f8;
	text-decoration:none;
}

#menu2 .item a:hover {
	background:#fff;
	text-decoration:none;
	color:#009bc2;
}

#menu2 .active {
	color:#009bc2!important;
	background:#fff!important;
}

#menu_left {
	float:left;
	width:6px;
	height:35px;
	background-image:url(../img/menu_left.png);
}

#menu_right {
	float:left;
	width:6px;
	height:35px;
	background-image:url(../img/menu_right.png);
}

#footer {
	margin:auto;
	padding: 10px;
	font-size: 10px;
	background-image:url(../img/footer_back.png);
	background-position:top center;
	background-repeat:no-repeat;
	color:#a8a8a8;
	width:800px;
	position:relative;
}
#footer #lemonlink {position:absolute; float:left; display:block; height:60px; width:120px; margin:0 auto;}
#footer a {
	color:#a8a8a8;
}

#footer a:hover {
	color:#009bc2;
}

#footer_left {
	float:left;
	margin:0 0 0 180px;
}

.strx {
	margin:0 0 0 0;
	float:right;
}

#left {
	z-index:-1;
	float:left;
	width:500px;
	height:554px;
	background-image:url(../img/left_bg.png);
	background-repeat:no-repeat;
}

#right {
	z-index:1;
	float:right;
	width:414px;
	height:554px;
	background:#fff;
}

#logobox_start {
	width:285px;
	height:62px;
	margin:77px 0 0 113px;
}

#logobox_second {
	width:244px;
	height:56px;
	margin:10px 0 0 30px;
}

#newsbox {
	width:298px;
	height:246px;
	background-image:url(../img/news_bg.png);
	margin:20px 0 0 108px;
}

#newsbox a {
	color:#009bc2;
}

.newsrow {
	width:244px;
	margin:0 0 0 25px;
	padding:10px 0 10px 0;
}

#newsH2 {
	margin:0 0 0 25px;
}

#top {
	background-image:url(../img/header_bg.png);
	height:79px;
	width:931px;
}

#main {
	background-image:url(../img/mid_bg.png);
	width:931px;
}

#content_left {
	float:left;
	width:500px;
	margin:30px 0 0 40px;
	line-height:18px;
}

#content_left img {
	padding:0 0 8px 8px;
}

#content_left_nonimg {
	float:left;
	width:500px;
	margin:30px 0 0 40px;
	line-height:18px;
}

#content_left_nonimg img {
	padding:8px 0 8px 8px;
}

.productImg {
	width:399px;
	height:auto;
}

.orig_top {
	height:10px;
	width:399px;
	background-image:url(../img/orig_top.png);
}
.orig_bottom {
	height:10px;
	width:399px;
	background-image:url(../img/orig_bottom.png);
}

#content_right {
	float:right;
	width:300px;
	margin:50px 40px 0 0;
	line-height:18px;
}

#content_right_archive {
	float:right;
	width:250px;
	margin:50px 40px 0 0;
	line-height:18px;
}

#content_left_maxi {
	margin:20px 0 0 40px;
}

#text2_content {
	width:500px;
	line-height:18px;
}

#text3_content {
	width:846px;
	line-height:18px;
}

.clearer {
	clear:both;
}

#down {
	margin:0;
	height:51px;
	width:931px;
	background-image:url(../img/footer_bg.png);
}

/**JCarousel START
 * Additional styles for the controls.
 */
.jcarousel-control {
	float:left;
	margin:0 70px 0 0;
    text-align: left;
}

.jcarousel-control img {
	border:2px solid #fff;
}

.jcarousel-control img:hover {
	border:2px solid #009bc2;
}

.jcarousel-control a {
    font-size: 1px;
    text-decoration: none;
    margin: 0 0 5px 0;
    color:#fff;
}

.jcarousel-control a:focus,
.jcarousel-control a:active {
    outline: none;
}

.jcarousel-scroll {
    margin-top: 10px;
    text-align: center;
}

.jcarousel-scroll form {
    margin: 0;
    padding: 0;
}

.jcarousel-scroll select {
    font-size: 75%;
}

#mycarousel-next,
#mycarousel-prev {
    cursor: pointer;
    margin-bottom: -10px;
    text-decoration: underline;
    font-size: 11px;
}

#mycarousel {
	float:left;
}

#mycarousel ul {
	margin:0 0 0 98px;
}

#wrap {
    color: #404040;
    /*margin: 0 12%;*/
    margin-top:50px;
    width:800px;
}

.personal {
	height:353px;
	width:224px;
	background-image:url(../img/personal_bg.png);
}

.personal img {
	border:1px solid #802449;
	margin:20px 0 0 43px;
}

.p_info {
	margin:0 0 0 43px;
	width:137px;
}

/*JCarousel END*/

#gallery {
	display: none;
	border-top:5px solid #e6e6e6;
	border-bottom:5px solid #e6e6e6;
	width:850px;
	padding:10px 0 0px 0;
	height:auto;
	clear:both;
	background:#333;
}

.gallery_box {
	border: 1px solid #e6e6e6; 
	text-align: center;
	padding: 10px;
	margin: 3px;
	float: left;
}

.hovered_gallery_box {
	border: 1px solid #AAA;
}

.thumbPic {
	float: left; 
	margin-left: 10px;
	margin-bottom:10px; 
	border:1px solid #ccc;
}

.thumbPic:hover {
	border:1px solid #fff;
}

#tooltip{
	position:absolute;
	border:1px solid #fff;
	background:#000;
	padding:2px 5px;
	color:#fff;
	display:none;
}

.productImg {
	margin:0;
	padding:0;
}

#indexblock {
	width:244px;
	margin:auto;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #e6e6e6;
	color:#666;
	line-height:18px;
}

.gallery_preview {
	margin:10px 0 0 0;
	font-weight:bold;
	color:#333;
}
#klippupp_fb { 
	bottom:20px; left:115px; 
	position:absolute; 
}
