﻿		
		
/* =================================================================================================
		
		main.css
		Written by Jimmy Oh - Web designer from Sweden.
		http://www.JimmyOh.com
		hello@jimmyoh.com
		
================================================================================================= */

	body { background: repeat-x #e9e9e9 top left url('Bilder/Design/bkg.gif'); }
		* { font-family: "helvetica neue", helvetica, arial, sans-serif; margin: 0 auto; padding: 0; border: none; font-size: 100%; list-style-type:none; list-style: none; text-decoration: none; }
			:focus { outline: none; }
			
			#totalcontainer {
			width: 100%; }
			
		#container {
		float: left;
		width: 100%; }
			
		#inline_content {
		background: #fff;
		width: 960px;
		margin: 0 auto: }
		
		
/* == TOP ======================================== */		
		
		#top {
		background: repeat-x #fff top left url('Bilder/Design/bkg_top.gif');
		height: 130px;
		width: 960px; }
		
			#top .logo { padding: 10px 0 0 15px; }
			
			#top .logo .massiveheadline {
			color: #739419;
			display: block;
			line-height: 70px;
			font-size: 60px;
			letter-spacing: -4px;
			font-weight: 900;
			text-shadow: 0 1px 3px #ccc; }
			
				#top .logo .massiveheadline em {
				color: #999;
				font-style: normal; }
				
					#top .logo .slogan { font-size: 25px;
					color: #666;
					text-align: left;
					display: block;
					text-shadow: 0 1px 3px #ccc;
					letter-spacing: -1px; }
					

/* == MAIN CONTENT ======================================== */

	#maincontent {
	background: #fff;
	float: left;
	padding: 0 15px;
	width: 930px; }
		
	#maincontent a {text-decoration: none; }
	#maincontent a:hover { color: #3f63a6; text-decoration: underline; }


	#left_sidebar {
	padding-top: 15px;
	width: 715px;
	float: left; }

		h1 {
		font-size: 30px;
		color: #303030;
		line-height: 45px;
		font-weight: 400;
		letter-spacing: -1px; }
		
		h2 {
		font-size: 24px;
		color: #303030;
		margin: 20px 0 0 0;
		font-weight: 400;
		letter-spacing: -1px; }
	
		p {
		font-size: 12px;
		color: #303030;
		display: block;
		margin-bottom: 15px;
		line-height: 22px; }
		
		.front_img {
		float: right;
		padding: 0 0 10px 15px; }
	
/* == TABLE ======================================== */
	
		#table {
		width: 100%;
		margin: 10px 0; }
		
		#table th {
		background: repeat-x top left url('Bilder/Design/bkg_tableth.gif');
		text-align: left;
		height: 38px;
		font-size: 12px;
		padding-left: 10px;
		font-weight: 700;
		color: #fff;
		border-right: 1px solid #fff; }
		
		#table td {
		background: #f8f8f8;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		padding: 10px 0 10px 15px;
		color: #303030;
		font-size: 12px; }
	
			#table td.number {
			background: #e9e9e9;
			color: #999;
			padding: 10px;
			text-align: center;
			font-size: 15px;
			font-weight: 900; }
			
			#table td.name {
			text-align: center;
			width: 150px;
			padding: 2px;
			font-size: 11px; }
			#table td.name img { display: block; }
			
			#table td.offer { padding: 10px; }
			
			#table td.delivery { width: 80px; padding: 10px; }
			
			#table td.link { padding: 0 10px; }
			
			#table td.brand {
			background: #fff;
			text-align: center;
			font-size: 12px; 
			padding: 3px 0px 0px 0px; }

			
			#table td.name img { display: block; }
	
	#right_sidebar {
	padding-top: 10px;
	float: right;
	width: 200px; }

		#right_sidebar .ad { margin-bottom: 10px; display: block; }
		
		#sidebarmenu { background: #f8f8f8; width: 200px; }
		#sidebarmenu ul { display: block; padding: 15px 0px 15px 20px; }
		#sidebarmenu ul li { font-size: 12px; font-weight: 500; margin-bottom: 3px; }
		#sidebarmenu ul li a { text-decoration: none; }
		#sidebarmenu ul li a:hover { color: #3f63a6; text-decoration: underline; }
		
		
/* == FOOTER ======================================== */

	#footer {
	width: 100%;
	float: left; }
	
	.footer_content {
	background: repeat-x top left url('Bilder/Design/bkg_footer.gif');
	width: 960px; }
		
		.footer_content .txt { display: block; text-align: center; font-size: 12px; padding: 10px; color: #999; }
		
			.footer_content .txt a { text-decoration: none; }
			.footer_content .txt a:hover { color: #3f63a6; text-decoration: underline; }