		
		
/* =================================================================================================
		
		CSS STYLE, main.css, http://www.fruitshop.se
				
================================================================================================= */

		body {
		background: repeat-x #f6f6f0 top left url('../gfx/bkg.gif');
		margin: 0 0 0 1px;
		text-align: center; }
		a:link { text-decoration: none; color:#3d3d3d; }
		a:visited { text-decoration: none; color:#3d3d3d;}
		a:active { text-decoration: none; color:#3d3d3d;}
		a:hover { text-decoration: underline;}
		
		div#totalcontainer {
		background: #fff;
		width: 740px;
		border: 1px solid #ccc;
		margin: 23px auto 0 auto;
		z-index: 1; }
		
		div#content {
		padding: 0;
		margin: 2px 0 15px 0;
		width: 740px;
		z-index: 1;
		float: left; }

/* ================================================================================================= */
		
		div#nav {
		width: 740px;
		margin: 10px auto 8px auto;
		float: left; }
		
		div#nav ul {
		width: 740px;
		margin: 0 auto 0 auto;
		padding: 0 0 0 15px;
		list-style-type: none;
		float: left; }
		
		div#nav li {
		margin: 0;
		float: left;
		height: 15px;
		display: block;
		padding: 5px 22px 2px 26px;
		font-family: "Verdana", lucida sans , Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: bold;
		text-transform: uppercase;
		border-right: 1px solid #ccc; }
		
		div#nav li.end {
		border-right: none; }
		
		.nav:link, .nav:visited, .nav:active {		
		text-decoration: none;
		color: #999;
		display: block;
		border-bottom: 2px dotted #ebebeb;
		padding-bottom: 3px; }

		.nav:hover {
		text-decoration: none;
		color: #42a0bc;
		display: block;
		border-bottom: 2px dotted #dedede;
		padding-bottom: 3px; }
									
/* ================================================================================================= */
	
		#header {
		width: 740px;
		height: 125px;
		float: left;
		display: block; }
	
		.logo {
		background: no-repeat top left url('../gfx/logo_header.gif');
		width: 712px;
		height: 125px;
		display: block;
		padding: 0;
		margin: 0 auto 0 auto; }
		
		.blue_stripes_topbottom {
		background: no-repeat top left url('../gfx/blue_stripes.gif');
		width: 740px;
		height: 9px;
		display: block; }
						
/* ================================================================================================= */
		
		#left {
		background: #fff;
		float: left;
		width: 225px;
		display: inline;
		margin: 0 0 0 14px;
		z-index: 1000; }
		
			.leftbox_top {
			background: no-repeat top left url('../gfx/leftbox_top.gif');
			width: 225px;
			height: 18px;
			float: left;
			display: block; }
			
			.leftbox {
			background: repeat-y top left url('../gfx/leftbox_bkg.gif');
			width: 225px;
			float: left;
			display: block; }
			
			.leftbox_bottom {
			background: no-repeat top left url('../gfx/leftbox_bottom.gif');
			width: 225px;
			height: 20px;
			float: left;
			display: block; }
		

		#leftbox_menu {
		display: inline;
		clear: both;
		width: 205px;
		float: left;
		margin: 0 0 0 9px; }

		#leftbox_menu ul {
		width: 205px;
		margin: 0;
		padding: 5px 0 10px 0;
		list-style-type: none;
		float: left;
		display: inline; }
		
		#leftbox_menu li {
		margin: 0 0 0 10px;
		display: block;
		text-align: left;
		width: 185px;
		float: left;
		display: block;
		padding: 6px 0 6px 0;
		font-family: "Verdana", lucida sans, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
		text-transform: none;
		border-bottom: 1px solid #ccc; }
		
		#leftbox_menu li.end {
		border-bottom: none; }

		#leftbox_menu li a:link, #leftbox_menu li a:visited, #leftbox_menu li a:active {
		background: no-repeat 0px 4px url('../gfx/menudot.gif');	
		text-decoration: none;
		color: #666;
		display: block;
		padding-left: 13px;
		border-bottom: none; }

		#leftbox_menu li a:hover {
		background: no-repeat 0px 4px url('../gfx/menudot_x.gif');
		text-decoration: none;
		color: #42a0bc;
		display: block;
		padding-left: 13px;
		border-bottom: none; }
		
		#left h1 {
		font-family: "Verdana", lucida sans,Arial, Helvetica, sans-serif;
		letter-spacing: -1px;
		font-size: 17px;
		font-style: normal;
		font-weight: bold;
		font-variant: normal;
		text-transform: uppercase;
		color: #42a0bc;
		display: block;
		text-decoration: none;
		text-align: left;
		width: 183px;
		margin: 10px auto 0 20px; }
		
		
			.leftbox2_top {
			background: no-repeat top left url('../gfx/leftbox2_top.gif');
			width: 225px;
			height: 9px;
			float: left;
			display: block; }
			
			.leftbox2 {
			background: repeat-y top left url('../gfx/leftbox2_bkg.gif');
			width: 225px;
			float: left;
			display: block; }
			
			.leftbox2_bottom {
			background: no-repeat top left url('../gfx/leftbox2_bottom.gif');
			width: 225px;
			height: 11px;
			float: left;
			display: block; }
			
			.leftbox2 p {
			margin: 8px 0 5px 0;
			padding: 0 16px 0 14px;
			display: block; 
			text-align: left;
			font-family: tahoma, arial, helvetica, sans-serif;
			font-size: 11px;
			font-weight: normal;
			font-style: normal;
			color: #666; }
			
			.leftbox2 p b {
			display: block;
			border-bottom: 1px solid #ccc;
			padding-bottom: 3px; }
			
/* ================================================================================================= */	

		#right {
		float: right;
		width: 475px;
		display: inline;
		padding: 10px 20px 0 5px;
		z-index: 1000;
		clear: right; }
		
		#right p.intro {
		text-align: left;
		font-family: "Verdana", lucida sans,Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-style: normal;
		line-height: 22px;
		color: #666;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		text-decoration: none;
		margin: 0 0 20px 0;
		float: none; }
		
		#right p {
		text-align: left;
		font-family: "Verdana", lucida sans,Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		line-height: 20px;
		color: #666;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		text-decoration: none;
		margin: 0 0 15px 0; }
				
		#right h1 {
		font-family: "Verdana", lucida sans,Arial, Helvetica, sans-serif;
		letter-spacing: -0.05em;
		font-size: 25px;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		color: #666;
		margin: 0;
		text-decoration: none;
		text-align: left;
		height: 100%;
		margin-bottom: 5px; }
		
		#right h2 {
		font-family: "Verdana", lucida sans,Arial, Helvetica, sans-serif;
		letter-spacing: -0.05em;
		font-size: 20px;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		color: #333;
		margin: 0;
		text-decoration: none;
		text-align: left;
		height: 100%;
		margin: 0 0 5px 0; }

		.img_container {
		background: no-repeat top left url('../gfx/img_container.gif');
		width: 475px;
		height: 236px;
		display: block;
		margin: 0 0 7px 0; }
		
		.img_container img {
		display: inline;
		float: left;
		padding: 9px 0 0 9px; }
		
		
		.products_container {
		background: no-repeat top left url('../gfx/products_container.gif');
		width: 154px;
		height: 211px;
		display: inline;
		float: left;
		margin: 0 0 7px 0; }
		
		.products_container img {
		padding: 9px 12px 0 9px;		
		display: block; }
		
		.products_container .title {
 		padding: 4px 14px 3px 14px;
		display: block; 
		text-align: center;
		font-family: tahoma, arial, helvetica, sans-serif;
		font-size: 13px;
		font-weight: normal;
		font-style: normal;
		color: #333; }
		
		.products_container .price {
		width: 134px;
		margin: 0 0 0 9px;
 		padding: 4px 0 0 0;
		display: block; 
		float: left;
		text-align: center;
		font-family: tahoma, arial, helvetica, sans-serif;
		font-size: 15px;
		letter-spacing: 1px;
		font-weight: bold;
		font-style: normal;
		color: #d48810; }
		
		.products_container .price b {
		color: #666;
		font-weight: bold; }
		
		.products_container .buyimage img {
		margin: 0 0 0 5px;
		display: block;
		float: left;
		border: none; }
		
/* ================================================================================================= */	
		
		#login {
		width: 205px;
		display: block;
		margin: 10px 0 0 15px;
		float: left;
		padding: 0;
		text-align: left; }
		
		#left .form {
		width: 205px;
		text-align: left;
		display: block;
		padding-left: 15px;
		clear: right;
		float: left; }
		
		#left .inputform {
		background: #f1f1f1;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height: 15px;
		letter-spacing: 1px;
		color: #333;
		width: 130px;
		text-align: left;
		padding: 3px 6px 3px 6px;
		margin: 0;
		border: none;
		display: block;
		float: left; }
		
		.formline {
		float: left;
		display: inline;
		width: 100%;
		margin: 0 0 3px 0;
		clear: both; }
		
		.icon_username {
		background: no-repeat top left url('../gfx/icon_username.gif');
		float: left;
		display: block;
		width: 15px;
		height: 20px;
		margin-right: 8px; }
		
		.icon_password {
		background: no-repeat top left url('../gfx/icon_password.gif');
		float: left;
		display: block;
		width: 15px;
		height: 20px;
		margin-right: 8px; }
		
		#left .submit {
		background: #fff;
		font-family: "lucida sans", Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 12px;
		padding: 4px;
		color: #666;
		margin: 5px 35px 10px 0;
		text-align: center;
		float: right;
		display: block;
		border: none;  }
		
		/* ================================================================================================= */

		div#logofield {
		text-align: left;
		background: repeat-x #fff top url('../gfx/bkg_logo.gif');	
		clear: both;
		width: 740px;
		height: 150px;
		display: block;
		float: left;
		margin: 0; }
		
		div#logofield img {
		margin: 0 auto 0 auto;
		display: block; }

		.blue_stripes_long {
		background: no-repeat top left url('../gfx/blue_stripes_long.gif');
		width: 712px;
		margin: 0 auto 0 13px;
		height: 9px;
		float: left;
		display: block; }

		/* ================================================================================================= */

		div#bottom {
		width: 740px;
		height: 70px;
		text-align: left;
		clear: both;
		display: block; }
		
		.logo_bottom {
		background: no-repeat top left url('../gfx/logo_bottom.gif');
		width: 162px;
		height: 51px; 
		display: block;
		float: left;
		margin: 8px 0 0 10px; }
		
		.copyright {
		text-align: center;
		font-family: "lucida sans", arial, helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #aeaea2;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		margin: 5px 0 10px 0;
		text-decoration: none;
		float: none; }
		
		/* ================================================================================================= */
		
		.bottom_menu {
		width: 565px;
		margin: 25px auto 8px auto;
		display: inline;
		float: right; }
		
		.bottom_menu ul {
		width: 565px;
		margin: 0 auto 0 auto;
		padding: 0 0 0 0;
		list-style-type: none;
		float: left; }
		
		.bottom_menu li {
		margin: 0;
		float: left;
		height: 15px;
		display: block;
		padding: 5px 8px 2px 8px;
		font-family: "Verdana", lucida sans , Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		text-transform: uppercase; }
		
		.bottomnav:link, .bottomnav:visited, .bottomnav:active {		
		text-decoration: none;
		color: #999;
		display: block;
		border-bottom: 3px solid #ebebeb;
		padding-bottom: 7px; }

		.bottomnav:hover {
		text-decoration: none;
		color: #42a0bc;
		display: block;
		border-bottom: 3px solid #dedede;
		padding-bottom: 7px; }
		
		
		
	
		/* ================================================================================================= */
		
		div#kontaktaleft {
		width: 180px;
		margin: 25px auto 8px auto;
		float: left; }
		
		div#kontaktaleft p {
		height: 13px;
		padding: 0px 10px 2px 16px;
		font-family: "Verdana", lucida sans , Arial, Helvetica, sans-serif;
		font-size: 10,5px;
		}
		
		div#kontaktaright {
		width: 290px;
		margin: 25px auto 8px auto;
		text-align: left;
		float: left; }
		
		div#kontaktaright p {
		height: 13px;
		padding: 0px 10px 2px 16px;
		font-family: "Verdana", lucida sans , Arial, Helvetica, sans-serif;
		font-size: 10,5px;
		}
		
