﻿/*
Description: CSS
Version: 1
Author: Nicky Christensen | npc@bleau.dk
Author URI: http://www.bleau.dk








/* Import must always be first in stylesheet */
@import url(reset.css);
@import url(imgaligns.css);
@import url(headings.css);
@import url(forms.css);








/* Site Overall Settings */
html, body { margin: 0; padding:0;}
body { background: transparent url(/Files/System/MoodBleau/images/site-bg.jpg) left top; }
body, td, th, input, select, option, textarea { color: #000; font-family: Arial, sans-serif; font-size: 11px; }
p { padding: 0; margin: 0 0 10px 0; }




/* Generel Links */
img a { border: none; }
a { color: #FFF; text-decoration: none; }
a:hover { text-decoration: none; color: #000; }
a:visited { color: #000; text-decoration: none; }




/* Site Structure */
#logo img { padding: 5px 0 0 0; margin-left: -12px;}
#container { width: 900px; background-color: #FFF; margin: 0 auto; text-align: left; }
#container .wrapper { padding: 0px 5px 5px 15px; }




#leftside { width: 345px; float: left; }
#rightside { width: 535px; min-height:655px; float: left; background: transparent url(/Files/System/MoodBleau/images/rightcontent-bg.jpg) left top no-repeat; }


.mainmenu { height: 173px; overflow:hidden;}
/* Forside Paragrafer */
.leftparagraphs { padding: 0px; width: 339px; }
.rightparagraphs { margin: 10px 0 0 10px; width: 350px; }




.parafront_brown { width: 167px; min-height:246px; overflow: hidden; float: left; background-color: #958c81; margin-right:5px; }
.parafront_green { width: 167px; height:269px; overflow: hidden; float: left; background-color: #b1be2b; margin-right: 5px;}
.parafront_lightbrown { width: 167px; height:269px; float: left; background-color: #b49f7c; overflow: hidden; }
.parafront_orange { width: 167px; height:246px; float: left; background-color: #d37119; margin-top:10px; overflow: hidden;}
.parafront_purple { width: 167px; min-height:246px; overflow:hidden; float: left; background-color: #a6abcf; overflow:hidden; }
.boxpadding { padding: 5px; }
.boxtext p { color: #FFF; line-height:16px; }
.boxtext a { background: transparent url(/Files/System/MoodBleau/images/whitebullet.png) 0 4px no-repeat; padding: 0 0 0 10px; color: #FFF;  font-weight: normal; }
.boxtext a:hover { color:#000; }
.parafront_forhandler { padding: 7px 0 0 0; }
.parafront_forhandler p { color: #b1be2b; }




/* Language Menu */
.langtext { width: 112px; float: left; }
.langmenu { width: 306px; margin: 5px 0 0 0; padding: 5px 0 0 0; border-top: 1px solid #e3ddac; color: #b1be2b; font-size:12px; }
.langmenu ul { padding:0; margin:0; list-style-type:none; }
.langmenu ul li { float: left; width: auto; padding-right: 10px; }
.langmenu ul li a { color: #b1beb2; font-size:12px; font-weight: bold; }
.langmenu ul li a:hover { font-weight:normal; }




/* Main menu */
.mainmenu ul li { padding: 0 0 4px 0; height:21px; overflow:hidden; }




#leftside ul li a {
	color: #b1be2b;
}
/* CLEAR / RESET */
.reset {width: 1px; height:1px; margin:-1px; overflow: hidden; clear:both;}




.dealerselect { float:left; display:inline; width:151px; height:20px; margin-right:5px; background-color: #b1be2b; color: #FFF; border:1px solid #B1BE2B; padding:2px 0; }
select { color: #FFF; }
option { color: #FFF; margin-top:3px;}
span.parent { color: #b1be2b; }


/* Footer */
#footer { background: transparent url(/images/footer-bg.gif) left top no-repeat; height: 44px;}