/* MAIN DIVS */

* { 
	empty-cells:show;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  }

#content {
	position:absolute; left:0; top:0;
	margin:0; padding:0;
	width:100%;
	vertical-align:middle;
}

#wrapper{
	width:900px;
	margin:0px 0px;
}
/* headerWrapper */
#headerWrapper {
	width:100%;
	text-align:left;
}
#headerPix{

}
#headerTopMenu{
	height:36px;
	vertical-align:middle;
	text-align:center;
	background:url(../pix/menuBar.jpg) left top no-repeat;
}
/* mainWrapper */

#mainWrapper{
	width:100%;
	padding-left: 8px;
}
table.mainTable{
}

td.tdDotVertical{
background:url(../pix/dotVertical.jpg) repeat;
}
#left{
width:220px;
vertical-align:top;
}

#newBox1{
	width: 210px;
	height: 185px;
	margin-bottom:3px;
	left:0px;
	top:0px;
	position:relative;
	background:url(../pix/boks/forum.jpg) no-repeat left top;
	
}

#newBox1Inner{position:absolute; width:190px; height:140px; top:35px; left:10px; overflow:hidden;}

#newBox2{

}

table.forumThreadTable{
width:100%;
}

table.forumThreadTable tbody tr td{
padding:0px; margin:0px;
font-size:10px;
line-height:10px;
}

#box2{
width:210px;
height:90px;
}

#box3{
background:url(../pix/boks/tilmeld.jpg) no-repeat;
width:210px;
height:147px;
overflow:hidden;
font-size:10px;
}

#box3Inner {width:185px; margin-left:15px; margin-right:15px; margin-top:45px;}

tr.misc_farve1,tr.misc_farve2{
background:none;
padding: 5px 0;
}

tr.misc_farve1 td,tr.misc_farve2 td {
font-size:10px;
height: 18px;
line-height:10px; 
}

input#f_1, input#f_8{
	height: 15px;
	font-size: 10px;
}

tr.misc_farve1 td input,tr.misc_farve2 td input{
height:12px;
}

td.tdLeft{
width:210px;
}

td.tdLeftUnderPage{
width:682px;
}

td.tdNyhedsbrevInput{
	width: 65%;
}


#mainEditor{
width:454px;
}

td.mainEditor{
width:100%;
padding:2px 5px;
}

#right{
height:425px;
background:url(../pix/nyhederBg.jpg) left top no-repeat;
padding:30px 15px 0 15px;
}

td.tdRight{
width:218px;
}


#footerWrapper{
position:relative;
width:900px;
height:47px;
background:url(../pix/footer.jpg) left top no-repeat;
}

#footerText {
	color:#081c4d;
position:absolute; right:150px; bottom:5px;
}

#footerBakuriLogo{
height:47px;
position:absolute; right:0px; bottom:0px;
padding:0px;
margin:0px;
}


/* Body */
* {
	padding:0px; 
	margin:0px; 
	empty-cells:show; 
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
text-decoration:none;
text-align:center;
margin:0; padding:0px;
font-weight:normal;
font-size:10px;
line-height:120%;
font-family:Verdana, Geneva, sans-serif;
color:#555;
background:#fff;
}

td,tr{
font-weight:normal;
font-size:10px;
line-height:120%;
font-family:Verdana, Geneva, sans-serif;
color:#000;
}

hr {
border-top: 1px #c0c0c0 dashed;
color:#CCCCCC;
height:1px;
padding:0px;
margin:0px;
}

button {
border:1px solid #bbbbbb;
color:#555;
background:#efefef;
}
				
input {
border:1px solid #BBBBBB;
color:#555;}
				
textarea {
border:1px solid #bbbbbb;
color:#555;
text-decoration:none;
scrollbar-face-color:       	#dddddd;
scrollbar-highlight-color:  	#ffffff;
scrollbar-shadow-color:     	#999999;
scrollbar-3Dlight-color:    	#eeeeee;
scrollbar-arrow-color:      	#ffffff;
scrollbar-track-color:      	#dddddd;
scrollbar-darkshadow-color: 	#999999;}

/* IMAGE HANDLING */

img {
border:0px solid #191b1d;
margin:0px;}

/* LINK HANDLING */
a			{}
a:link 		{text-decoration:none; color: #000; }
a:visited 	{text-decoration:none; color: #000; }
a:active 	{text-decoration:none; color: #000; }
a:hover		{text-decoration:underline; color: #000; }		

/* FONT LAYOUT HANDLING */

p {
padding:3px 5px 3px 0px;
font-weight:normal;
font-size:11px;
line-height:120%;
color:#555;}

h1 {
font-weight:bold;
font-size:20px;
line-height:160%;
text-decoration:none;
color:#97d2f4;}

h2 {
font-weight:bold;
font-size:18px;
line-height:160%;
text-decoration:none;
color:#97d2f4;}

h3 {
font-weight:bold;
font-size:15px;
line-height:160%;
text-decoration:none;
color:#616161;}

h4 {
font-weight:bold;
font-size:14px;
line-height:160%;
text-decoration:none;
color:#97d2f4;}

h5 {
font-weight:bold;
font-size:12px;
line-height:160%;
text-decoration:none;
color:#97d2f4;}

h6 {
font-weight:bold;
font-size:11px;
line-height:160%;
text-decoration:none;
color:#97d2f4;}

/* CONTACTFORM --------------------------------------- SETTINGS */

table.formular { /* general table class for contact form */
width:100px;
} 

td.formular { /* general td class for contact form */
padding:1px;
} 
td.formular input { /* general td class for contact form */
width:100px;
} 

.formular_tr_to { /* general tr class for contact form */
}

.formular_tr_et { /* general tr class for contact form */
}

span.mandatory {/* general mandatory-star span class for contact form */
color:#ff0000;
padding:0 1px 0 1px;}

.formular_fill{/* general td overall fill*/
background:;}


/* STANDARD --------------------------------------- SETTINGS */

/* Misc - bl.a. søgning, nyheder og andre listings */
.misc_farve1 		{}
.misc_farve2 		{}
.misc_felt			{}
.misc_knap			{}

/* fonts */ 

.tekst {
font-weight:bold;
font-size:10px;
line-height:140%;
color: #000; 
text-decoration:none;
} 

.overskrift	{
padding:2px 2px 2px 0 ;
font-weight:bold;
font-size:18px;
line-height:140%;
color: #000; 
text-decoration:none;
} 

.overskrift2 {
padding:2px 2px 2px 0 ;
font-weight:bold;
font-size:16px;
line-height:140%;
color: #000; 
text-decoration:none;
}

.shopmenu {}

table.visnyhed tbody tr td {
padding:2px 0px;
}

/* p {margin:0px; padding:0px;} */


/* TopMenuv4*/
table.topmenupkt{
text-align:center;
margin-top:6px;
margin-left:8px;
}
a.topmenupkt{
padding:0px 15px 0 15px;
border-right:#fff 1px solid;
}
a.topmenupkt:link		{color: #fff;text-decoration: none; font-weight:normal; font-size:11px; line-height:18px;
background:url(../pix/topBulletLink.jpg) left center no-repeat;}
a.topmenupkt:active		{color: #fff;text-decoration: none; }
a.topmenupkt:visited	{color: #fff;text-decoration: none; }
a.topmenupkt:hover		{color: #000;text-decoration: underline; 
background:url(../pix/topBulletHover.jpg) left center no-repeat;}

/* UnderMenuv4*/
.undermenupkt{
text-align:left;
margin-left:3px;
}
a.undermenupkt{
width:220px;
border-bottom: #c0c0c0 solid 1px;
padding-left:20px;
display:inline-block;
}

a.undermenupkt:link		{color: #0e3694;text-decoration: none; font-weight:normal; font-size:13px; line-height:30px;
background:url(../pix/underBulletLink.jpg) left center no-repeat; }
a.undermenupkt:active	{color: #0e3694;text-decoration: none;}
a.undermenupkt:visited	{color: #0e3694;text-decoration: none;}
a.undermenupkt:hover	{color: #000000;text-decoration:none; background-color:#f0f0f0;
background:url(../pix/underBulletHover.jpg) left center no-repeat; }
	
/* cart */
#cartSet{
position:relative;
width:150px;
height:100px;
background:url(../pix/IndKurv.jpg) center center no-repeat;
}

#cartItems{
position:absolute; top:10px; left:8px;
width:125px;
height:100px;
text-align:center;
white-space:nowrap;
}

a.shop_kurvLink				{color: #727070; text-decoration:underline;  font-weight:normal; font-size:10px; line-height:140%; white-space:nowrap;}
a:link.shop_kurvLink		{color: #727070; text-decoration:underline;  font-weight:normal; font-size:10px; line-height:140%; white-space:nowrap;}
a:active.shop_kurvLink		{color: #727070; text-decoration:underline;  font-weight:normal; font-size:10px; line-height:140%; white-space:nowrap;}
a:visited.shop_kurvLink		{color: #727070; text-decoration:underline;  font-weight:normal; font-size:10px; line-height:140%; white-space:nowrap;}
a:hover.shop_kurvLink		{color: #000000; text-decoration:none;  font-weight:normal; font-size:10px; line-height:140%; text-align:center; white-space:nowrap;}

span.shop_kurvLink{
text-align:center;
}

/* specialtilbud ( SpecialProduct )*/

table.billede	{text-align:center;}
td.billede		{margin:3px;}

td.titel{
color:#000;
}
td.price{
font-weight:normal; font-size:13px; line-height:140%;
color:#000;
text-align:center;
}

/* nyhedItems */
#nyhedItems 	{ 
padding-top:3px;
padding-bottom:3px;
text-align:left;
overflow:hidden;
}

#nyhedItems a 			{ padding-left:6px; color:#727070;text-decoration:none; }

#nyhedItems a:link 		{ text-decoration:none; font-size:11px; color:#727070; font-weight:normal; font-variant:small-caps; }
#nyhedItems a:active 	{ text-decoration:none; font-size:11px; color:#727070; font-weight:normal; font-variant:small-caps; }
#nyhedItems a:visited	{ text-decoration:none; font-size:11px; color:#727070; font-weight:normal; font-variant:small-caps; }
#nyhedItems a:hover		{ text-decoration:none; font-size:11px; color:#727070; font-weight:normal; font-variant:small-caps; }

/* nyhedsbrev */

#nyhedsbrev{
width:147px;
margin-left:5px;
font-size:10px; color:#777;
}
#nyhedsbrev td {
padding:3px;
}
.Mandatory{
color:#ff0000;
}
tr.misc_farve1{
font-size:9px;
white-space:nowrap;
}
tr.misc_farve2{
font-size:9px;
white-space:nowrap;
}

/* send til en ven */
table.SendTilEnVenTable{
margin-left:10px;
}


/* NEWS */
#nyhedsarkivWrapper {
margin:0px 0px 20px 0px;
}
#date,#headline,#intro-text{
}				
#date a 				{color: #000; font-weight:bold; font-size:10px; line-height:13px; text-decoration:none; }
#date a:link 			{color: #000; text-decoration:none; }
#date a:active 			{color: #000; text-decoration:none; }
#date a:visited			{color: #000; text-decoration:none; }
#date a:hover			{color: #333333; text-decoration:none; }

#headline a 			{color: #000; font-weight:bold; font-size:10px; line-height:12px; text-decoration:underline;}
#headline a:link 		{color: #000; text-decoration:none;}
#headline a:active 		{color: #000; text-decoration:none;}
#headline a:visited 	{color: #000; text-decoration:none;}
#headline a:hover 		{color: #333; text-decoration:none;}

#intro-text a 			{color: #929292; font-size:10px; line-height:12px; text-decoration:none; padding:3px 0 0 0;}
#intro-text a:link 		{color: #929292; text-decoration:none;}
#intro-text a:active 	{color: #929292; text-decoration:none;}
#intro-text a:visited 	{color: #929292; text-decoration:none;}
#intro-text a:hover 	{color: #555555; text-decoration:none;}


