
HTML, BODY {
	background-image: url('../images/background.gif');
	background-color: #ced6d6;
	margin: 0;
	padding: 0;
}

a:link { text-decoration:none; color: #000000; }
a:visited { text-decoration:none; color: #000000; }
a:hover { text-decoration:underline; color: #000000; }
a:active { text-decoration:none; color: #000000; }
a:focus { text-decoration:underline; color: #000000; }

h1 { font-family: Verdana; font-size: 12px; font-weight: bold; } 		
h2 { font-family: Verdana; font-size: 11px; font-weight: bold; }

p { margin: 0; padding: 0; }
img { border: 0; margin: 0 5px 0 5px; }

div#page
{	
	width: 990px;
	margin: 0;
	padding: 0;
	text-align: left;
   	font-size: 10px;
    font-family: Verdana,Arial;
    font-style: normal;
    font-weight: normal;
    font-stretch: normal;
    line-height: 14px;
} 



div#top
{	
	float: left;
	width: 980px;	
	height: 130px;
	margin: 4px;
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
}
* html div#top
{   /* Korrekturen fuer IE 5.x */      
	width: 980px;
	height: 130px;
}

	div#logo
	{	
		float: left;
		width: 224px;	
		height: 54px;
		margin-top: 29px;
		margin-left: 28px;
	}
	* html div#logo
	{   /* Korrekturen fuer IE 5.x */      
		width: 224px;
		height: 54px;
		margin-top: 29px;
		margin-left: 12px;
	}

	div#topnavi
	{	
		float: left;
		width: 100px;
		#width: 110px;
		height: 54px;
		margin-top: 23px;
		margin-left: 602px;
		#margin-left: 590px;
		text-align: right;
		font-size: 9px;
		color: #ffffff;
		line-height: 16px;
	}
	* html div#topnavi
	{   /* Korrekturen fuer IE 5.x */      
		width: 100px;
		height: 54px;
		margin-top: 23px;
		margin-left: 426px;
	}
	
		div#topnavi ul
		{	
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
		div#topnavi ul li a
		{	
			color: #ffffff;
		}
		
	div#mainnavi
	{	
		float: left;
		width: 956px;	
		height: 20px;
		margin-top: 15px;
		margin-left: 13px;
		color: #313a7b;
		font-size: 10px;
		font-weight: bold;
		background-color: #f0f0f0;
	}
	* html div#mainnavi
	{   /* Korrekturen fuer IE 5.x */      
		width: 954px;
		height: 22px;
		margin-top: 10px;
		margin-left: 0.65em;
	}
	
		ul#mainnavi
		{	
			float: left;
			width: 715px;
			list-style: none;
			margin: 0px;
			padding: 0px;
		}
		
		ul#mainnavi li
		{	
			display: inline;
			color: #313a7b;
		}
		
		a.button
		{
		   background: transparent url('../images/button1.gif') no-repeat top left;
		   color: #313a7b;
		   text-decoration: none;
		   display: block;
		   float: left;
		   height: 14px;
		   padding: 2px 0px 2px 0px;
		   margin: 1px;
		}

		a.button span
		{
			background: transparent url('../images/button2.gif') no-repeat top right;
			display: block;
			line-height: 14px;
			padding: 2px 20px 2px 20px;
			margin-top: -2px;
		}
		
		a.button:hover
		{
		   background: transparent url('../images/button1.gif') no-repeat bottom left;
		   color: #313a7b;
		   text-decoration: none;
		   display: block;
		   float: left;
		   height: 14px;
		   padding: 2px 0px 2px 0px;
		   margin: 1px;
		}
		a.button:visited { color: #313a7b; text-decoration: none; }

		a.button:hover span
		{
			background: transparent url('../images/button2.gif') no-repeat bottom right;
			display: block;
			line-height: 14px;
			padding: 2px 20px 2px 20px;
		}
		
		a.active
		{
		   background: transparent url('../images/button1.gif') no-repeat bottom left;
		   color: #313a7b;
		   text-decoration: none;
		   display: block;
		   float: left;
		   height: 14px;
		   padding: 2px 0px 2px 0px;
		   margin: 1px;  
		}
		a.active:visited { color: #313a7b; text-decoration: none; }

		a.active span
		{
			background: transparent url('../images/button2.gif') no-repeat bottom right;
			display: block;
			line-height: 14px;
			padding: 2px 20px 2px 20px;
			margin-top: -2px;
		}
						
		div#cart
		{
			float: left;
			width: 225px;
			margin: 0;
			padding: 3px;
			text-align: right;
			color: #000000;
			font-size: 10px;
			font-weight: normal;
		}

		
		
	div#center
	{	
		float: left;
		width: 981px;
		margin-top: -8px;
		margin-left: 4px;
	}
	* html div#center
	{   /* Korrekturen fuer IE 5.x */      
		width: 981px;
	}
	
		div#center_top
		{	
			float: left;
			width: 981px;	
			height: 26px;
			background-image: url('../images/center_top.gif');
			background-repeat: no-repeat;
		}
		
		div#center_middle
		{	
			float: left;
			width: 982px;
			background-image: url('../images/center_middle.gif');
		}
		
		div#center_bottom
		{	
			float: left;
			width: 981px;	
			height: 9px;
			background-image: url('../images/center_bottom.gif');
			background-repeat: no-repeat;
		}
		* html div#center_bottom
		{   /* Korrekturen fuer IE 5.x */      
			margin-top: -5px;
		}
	
		div#center .headline
		{	
			float: left;
			height: 12px;
			margin-top: 9px;
			margin-left: 10px;
			padding: 1px 0 1px 5px;
			color: #ffffff;
			font-size: 9px;
			font-weight: bold;
		}		
		div#center .headline a
		{
			color: #ffffff;
		}
		
		
		
	div#left
	{	
		float: left;
		width: 220px;
		margin-top: -8px;
		margin-left: 4px;
	}
	* html div#left
	{   /* Korrekturen fuer IE 5.x */      
		width: 225px;
	}
	
		div#left_top
		{	
			float: left;
			width: 220px;	
			height: 26px;
			background-image: url('../images/left_top.gif');
			background-repeat: no-repeat;
		}
		
		div#left_middle
		{	
			float: left;
			width: 220px;
			background-image: url('../images/left_middle.gif');
		}
		
		div#left_bottom
		{	
			float: left;
			width: 220px;	
			height: 9px;
			background-image: url('../images/left_bottom.gif');
			background-repeat: no-repeat;
		}

		div#left .headline
		{	
			float: left;
			height: 12px;
			margin-top: 9px;
			margin-left: 13px;
			padding: 1px 0 1px 5px;
			color: #ffffff;
			font-size: 9px;
			font-weight: bold;			
			background-color: #313a7b;
		}
		div#left .headline a
		{
			color: #ffffff;
		}
		
		div#sidenavi
	  	{ 
			float: left;
			width: 196px;
			margin-top: 0px;
			margin-left: 13px;
			padding: 4px 0 4px 0;
			background-color: #f0f0f0;			
		}
		* html div#sidenavi
		{   /* Korrekturen fuer IE 5.x */      
			width: 195px;
			margin-left: 7px;
		}
		
			ul#sidenavi
		  	{ 
				list-style: none;
				margin: 0;
				padding: 0;			
			}
				  		
			ul#sidenavi li
		  	{ 
				display: inline;				
			}
						
		  	ul#sidenavi a
		  	{
				float: left;
				width: 176px;
				margin: 4px 4px 4px 0px;
				padding: 5px 5px 5px 15px;
				background-color: #f0f0f0;			
				text-align: left;
				color: #FFFFFF;
				font-size: 10px;
		   		font-weight: bold;
				background-image: url('../images/sidenavi_out.gif');
		  	}
			* html ul#sidenavi a
			{   /* Korrekturen fuer IE 5.x */      
				width: 195px;
				margin-left: 0px;
				margin-right: 0px;
			}

				ul#sidenavi a:hover
		  		{
					text-decoration: none;
				}

				ul#sidenavi a#active
		  		{
					text-decoration: none;
				}		
		
		
		
	div#right
	{	
		float: left;
		width: 760px;
		margin-top: -8px;
		margin-left: 0px;
	}
	* html div#right
	{   /* Korrekturen fuer IE 5.x */      
		margin-left: -6px;
	}
		
		div#right_top
		{	
			float: left;
			width: 760px;	
			height: 26px;
			background-image: url('../images/right_top.gif');
			background-repeat: no-repeat;
		}
		
		div#right_middle
		{	
			float: left;
			width: 760px;
			margin-left: -3px;
			background-image: url('../images/right_middle.gif');
		}
		
		div#right_bottom
		{	
			float: left;
			width: 760px;	
			height: 9px;
			background-image: url('../images/right_bottom.gif');
			background-repeat: no-repeat;
		}
		* html div#right_bottom
		{   /* Korrekturen fuer IE 5.x */      
			margin-top: -5px;
		}
	
		div#right .headline
		{	
			float: left;
			height: 12px;
			margin-top: 9px;
			margin-left: 10px;
			padding: 1px 0 1px 5px;
			color: #ffffff;
			font-size: 9px;
			font-weight: bold;			
			background-color: #313a7b;
		}		
		div#right .headline a
		{
			color: #ffffff;
		}

		
		
	div#content
	{	
		min-height: 200px;
		margin: 0;
		padding: 20px;
		text-align: justify;
	   	font-size: 10px;
	    font-family: Verdana,Arial;
	    font-style: normal;
	    font-weight: normal;
	    font-stretch: normal;
	    line-height: 16px;
		background-color: #f0f0f0;
	}
	div#center_middle div#content { width: 916px; margin-left: 13px; }
	* html div#center_middle div#content
	{   /* Korrekturen fuer IE 5.x */      
		width: 956px;
	}
	div#right_middle div#content { width: 701px; margin-left: 10px; }
	* html div#right_middle div#content
	{   /* Korrekturen fuer IE 5.x */      
		width: 741px;
	}
	
	
	div#copyright
	{	
		float: left;
		width: 300px;	
		height: 20px;
		margin-top: 2px;
		padding-left: 20px;
		color: #f0f0f0;
		font-size: 9px;
		text-align: left;
	}
	div#copyright a { color: #f0f0f0; }

	div#comment
	{	
		float: right;
		width: 200px;	
		height: 20px;
		margin-top: 2px;
		padding-right: 25px;
		color: #f0f0f0;
		font-size: 9px;
		text-align: right;
	}
	div#comment a { color: #f0f0f0; }	

	
	
/******************************* SHOP *******************************/
.listitem {
	width:100%;
	height: 100%;
}

.listitem_border {
	margin: 10px;
	border-top:#313a7b dashed 1px;
}

.product_image_list {
	width:25%;
	float: left; 
	position: relative;	
	padding: 2px;
}

.product_prices_list {
	width:28%;
	float: left; 
	position: relative;
	padding: 2px;
}

.product_list {
	width:45%;
	float: left; 
	position: relative;
	padding: 2px;
}

.product_image_single {
	width:30%;
	float: left; 
	position: relative;	
	padding: 2px;
}

.product_single {
	width:65%;
	float: left; 
	position: relative;
	padding: 2px;
}

.product_note {
	text-align: justify;
}

.select_position {
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.input_position {
	padding: 2px;
	
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.clear_left {
	clear: left;
}

.basket_items {
	margin-top: 5px;
}

th#quantity {
	background-color:#313a7b;
	border-bottom:#313a7b solid 1px;
	padding: 2px;
	color: #f0f0f0;
}

th#image {
	background-color:#313a7b;
	border-left:#f0f0f0 solid 1px;
	border-bottom:#313a7b solid 1px; 
	padding: 2px;
	color: #f0f0f0;
}

th#product {
	background-color:#313a7b;
	border-bottom:#313a7b solid 1px; 
	padding: 2px;
	color: #f0f0f0;
}

th#price {
	background-color:#313a7b;	
	border-left:#f0f0f0 solid 1px;
	border-bottom:#313a7b solid 1px; 
	padding: 2px;
	color: #f0f0f0;
}

th#total {
	background-color:#313a7b;
	border-left:#f0f0f0 solid 1px;
	border-bottom:#313a7b solid 1px; 
	padding: 2px;
	color: #f0f0f0;
}

.quantity {
	border-left:#313a7b solid 1px;
	border-bottom:#313a7b solid 1px;
	padding: 2px;
}

.image {
	border-left:#313a7b solid 1px;
	border-bottom:#313a7b solid 1px; 
	padding: 2px;
}

.product {
	border-bottom:#313a7b solid 1px; 
	padding: 2px;
}

.price {
	border-left:#313a7b solid 1px;
	border-bottom:#313a7b solid 1px; 
	padding: 2px;
	text-align:right;
}

.total {
	border-left:#313a7b solid 1px;
	border-right:#313a7b solid 1px;
	border-bottom:#313a7b solid 1px; 
	padding: 2px;
	text-align:right
}

.basket_details {
	margin-top: 5px;
}

.delivery {
	width: 20%;
	float: left;
	border-left:#313a7b solid 1px;
	border-right:#313a7b solid 1px;
	border-bottom:#313a7b solid 1px;
	margin-right:172px;
}

.payment {
	width: 30%;
	float: left;
	border-left:#313a7b solid 1px;
	border-right:#313a7b solid 1px;
	border-bottom:#313a7b solid 1px;
	margin-right: 5px;
}

.price_summary {
	width: 30%;
	float: left;
	text-align: right;
	
	border-left:#313a7b solid 1px;
	border-right:#313a7b solid 1px;
	border-bottom:#313a7b solid 1px;
}

.price_summary_02 {
	width: 30%;
	float: right;
	text-align: right;
	
	border-left:#313a7b solid 1px;
	border-right:#313a7b solid 1px;
	border-bottom:#313a7b solid 1px;
}

.delivery_payment {
	width: 30%;
	float: right;
	text-align: right;
	border-left:#313a7b solid 1px;
	border-right:#313a7b solid 1px;
	border-bottom:#313a7b solid 1px;
	margin-bottom: 5px;
}

.invoice_address {
	width: 30%;
	float: left;
	border-left:#313a7b solid 1px;
	border-right:#313a7b solid 1px;
	border-bottom:#313a7b solid 1px;
}

.delivery_address_02 {
	width: 30%;
	float: left;
	margin-left:5px;
	border-left:#313a7b solid 1px;
	border-right:#313a7b solid 1px;
	border-bottom:#313a7b solid 1px;
}

.notes_02 {
	width: 30%;
	float: left;
	margin-top:5px;
	border-left:#313a7b solid 1px;
	border-right:#313a7b solid 1px;
	border-bottom:#313a7b solid 1px;
}

.order_data {
	border-left:#313a7b solid 1px;
	border-right:#313a7b solid 1px;
	border-bottom:#313a7b solid 1px;
	
	margin-bottom: 5px;
}

.shop_address {
	border-left:#313a7b solid 1px;
	border-right:#313a7b solid 1px;
	border-bottom:#313a7b solid 1px;
	
	margin-top: 5px;
}

.order_data_info {
	border-left:#313a7b solid 1px;
	border-right:#313a7b solid 1px;
	border-bottom:#313a7b solid 1px;
}

.basket_info {
	padding: 2px;
	border-left:#313a7b solid 1px;
	border-right:#313a7b solid 1px;
	border-bottom:#313a7b solid 1px; 
}

.header {
	padding: 3px;
	border-bottom:#313a7b solid 1px;
	background-color:#313a7b;
	color: #f0f0f0;
}

.content {
	padding: 4px;
}

.billing {
	border:#313a7b solid 1px;
	width:65%;
}

.billing_header {
	padding: 3px;
	border-bottom:#313a7b solid 1px;
	background-color:#313a7b;
	color: #f0f0f0;
}

.billing_address {
	padding: 2px;
	margin-bottom:5px;
}

.billing_address_info {
	border-bottom:#313a7b solid 1px;
	margin-bottom: 2px;
	padding: 2px;
}

.delivery_address_info {
	border-bottom:#313a7b solid 1px;
	margin-bottom: 2px;
	padding: 2px;
}

.delivery_address {
	padding: 2px;
	margin-bottom:5px;
}

.notes_info {
	border-bottom:#313a7b solid 1px;
	margin-bottom: 2px;
	padding: 2px;
	vertical-align:top;
}

.notes {
	margin-bottom: 2px;
	padding: 2px;
	vertical-align:top;
	float:left;
}

.delivery_date {
	padding: 2px;
	vertical-align:top;
	border-top:#313a7b solid 1px;
}

.delivery_notes {
	vertical-align:top;
	padding:2px;
}

.trading_conditions {
	padding: 2px;
	border-bottom:#313a7b solid 1px;
	margin-bottom: 2px;
}

.form_control {
	margin-top:5px;
	padding: 2px;
	text-align:right;
}
/**************************** SHOP ENDE *****************************/
