body {
	background: url(/templates/images/fond.gif);
	background-repeat:repeat-x;
	text-align: center; /*for IE*/
	font-family: Tahoma;
	font-size: 12px;
	margin: 0;
} 


#container_wrap {
	width: 970px;
	margin: 0 auto; /* for Firefox*/
	min-height: 500px;
	background:url(/templates/images/shade_03.png);
	background-repeat:repeat-y;
	margin-top:10px;
	margin-bottom:20px;
	
}

#container {
	width: 950px;
	margin: 0 auto; /* for Firefox*/
	text-align: left;
	min-height: 500px;
	background-color: #434343;
	border: 0px solid #ff0000;
	border: 0px solid #00ff00;	
	margin-top:10px;
}

#header1 {
  background:url(/templates/images/header_01.jpg);
	background-color: #ffffff;
	clear: both;
	height: 77px;
	width: 950px;
	overflow: hidden;
}

#header {
  background:url(/templates/images/header_03.jpg);
	background-color: #ffffff;
	clear: both;
	height: 203px;
	width: 950px;
	overflow: hidden;
	cursor: pointer;
}



#footer {
	background-color: #cccccc;
	clear: both;
 	background:url(/templates/images/footer_03.jpg);
	height: 25px;
	font-size: 12px;
	text-align: center;
	padding-top: 0px;
	color: #999999;
	border-bottom:2px solid #434343;
} 

#sidebar-left {
	background: transparent;
	width: 180px;
	min-height: 500px;
	float: left;
}
#sidebar-right {
	background: transparent;
	width: 120px;
	min-height: 500px;
	float: right;
	
}


#content {
	background: transparent;
	color:#000000;
	width: 640px;
	/*padding: 10px;*/
	border: 0px solid #ff0000;
	margin:0 auto;
	text-align: center;
	min-height: 500px;
	float:left;
	margin-bottom:20px;
	margin-left:10px;

}
/*------------------------content in box-------------------------------------------*/


#top_c{
width:637px;
height:40px;
margin:0 auto;
background:url(/templates/images/content_top_09.jpg);
margin-bottom:0px;
margin-top:10px;
padding:0px;
}

#middle_c{
width:637px;
min-height:450px;
margin:0 auto;
background:url(/templates/images/content_grey_07.png);
margin-bottom:0px;
margin-top:0px;
padding:0px;
}

#bottom_c{
width:637px;
height:15px;
margin:0 auto;
background:url(/templates/images/content_foot_10.jpg);
margin-bottom:0px;
margin-top:0px;
padding:0px;
}




/*---------------------------------------------------------------------------------*/


/*------------------------content in box-left------------------------------------------*/


.top_l{
width:179px;
height:40px;

background:url(/templates/images/box_l_02.png);
margin-bottom:0px;
margin-top:10px;
padding:0px;
margin-left:5px;
}

.middle_l{
width:179px;
min-height:60px;
background:url(/templates/images/box_l_03.png);
margin-bottom:0px;
margin-top:-12px;
margin-left:5px;
padding:0px;
}

.bottom_l{
width:179px;
height:15px;
margin:0 auto;
background:url(/templates/images/box_l_05.png);
margin-bottom:0px;
margin-top:0px;
padding:0px;
margin-left:5px;
}




/*---------------------------------------------------------------------------------*/

/*menu_top design beispill */

#menu_top {
	margin-top:42px;
	margin-left:-20px;
	color:#fff;
	font-family: Tahoma;
	white-space:nowrap;
	float: left;
	
}

#menu_top li {
	display:inline;
	
}

#menu_top li a {
	color:#002a43;
	padding-top: 10px;
	padding-left: 0px;
	text-align:center;
	text-decoration:none;
	float:left;
	font-weight: bold;
	width: 100px;
	height: 30px;
	margin: 5;
	font-size:10px;
  background: url(/templates/images/button.png);
}


#menu_top li a:hover{
	background: #b2dd2c;
	color:#be0004;
	background: url(/templates/images/button.png);
	background-position: 0px 30px;

}

#menu_top li #top_active{
	background: #b2dd2c;
	color:#be0004;
	background: url(/templates/images/button.png);
	background-position: 0px 30px;

}



/** menu left Beispill **/
.menu_left_title {
  background: transparent;
	margin: 0 auto;
	display: inline;
	color:#000;/*002a43*/
	text-transform: uppercase;
	margin-top: 0px;
	padding-left:25px;
	font-size: 14px;
	font-weight: bolder;
	font-family:arial;
}

#menu_left {
  background: transparent;
	margin: 0;
	padding: 0;
	margin-bottom: 0px;
	font-size: 12px;
}

#menu_left li{
	padding: 5px;
	margin-left: 10px;
  border-bottom: 0px solid #ccc;
	display:block;
}

#menu_left li a{
  text-decoration: none;
	font-weight: bold;
	background: transparent;
  color:#002a43;
}

#menu_left li a:hover{
  background: transparent;
  color:#be0004;
}

#menu_left li #menu_active{
  background: transparent;
  color:#be0004;
}


#news { border-bottom: 1px dotted #ccc;}


fieldset {
	 border: 1px solid #ccc;
	 margin-bottom: 20px;
	 padding: 5px;
}

legend {
	color: #000;
	font-weight: bold;
	margin-top:0px;
}

iframe {
	border: 0;
	width: 500px;
	height: 600px;
}

/*******************************************************************************/

/* the style for the shopping cart */

.goProduct, .goProduct:visited, .addShop, .addShop:visited {
	color:#002A43;
	text-decoration:none;	
}

.goProduct:hover, .addShop:hover {
	color:#BE0004;
	text-decoration:none;	
}

.inputQty {
	width:35px;
}

.selBoxes {
	width:50px;
	height:18px;
	border:1px solid #333;
}
