		body, p, td, div, span {
			font-family: verdana, sanserif;
			font-size: 11px;
			line-height: 15px;
		}
		
		a {
			color: #cc0000;
		}
		
		h1 {
			font-size: 32px;
			font-weight: bold;
			color: #cc0000;
		}
		
		h2 {
			font-size: 14px;
			font-weight: bold;
			color: #cc0000;
		}
		
		form {
			margin: 0;
			padding: 0;
		}
		
		input {
			font-size: 11px;
		}
		select {
			font-size: 11px;
		}
		
		#container {
			width: 680px;
			margin: 0px auto;
			margin-top:25px;
			margin-bottom: 5px;
			font-family: verdana, sanserif;
			font-size: 11px;
			/*text-align: center;*/
			border: 1px solid #cc0000;
			background: transparent url(../gui/bg.jpg) bottom center no-repeat;
			padding-bottom: 350px;
		}
		
		#logo {
			border: 0;
		}
		
		#div_menu {
			text-align: center;
			color: #ffffff;
			padding: 5px 20px;
			border-top: 1px solid #cc0000;
			border-bottom: 1px solid #cc0000;
			background: #cc0000;
		}
		
		#div_menu a {
			color: #ffffff;
			font-size: 11px;
			font-weight: bold;
			text-decoration: none;
		}
		
		.content {
			/*color: #ffffff;
			background: #cc0000;*/
			padding: 20px;
			/*border-top: 1px solid #cc0000;*/
		}
		
		.rubrik1 {
			font-size: 18px;
			color: #cc0000;
			font-weight: bold;
		}
		
		.adress {
			font-size: 10px;
		}
		
		/*shop*/
		#maintable_shop {
			margin: 0 auto;
		}
		
		#td_shop {
			width: 400px;
		}
		
		#td_cart {
			width: 200px;
			background: #cccccc;
			padding: 5px;
		}
		
		#div_cart {
			border:1px solid #ffffff;
		}
		
		.div_cart_section {
			padding: 5px;
		}
		
		#div_order {
			border: 1px solid #cc0000;
			/*background: #cc0000;*/
			margin-top: 5px;
			padding: 5px;
		}
		
		.div_prod_cat {
			border-bottom: 1px solid #cccccc;
			padding: 10px;
		}
		
		.message {
			color: #ff0000;
		}
