/*
 * Template: hobbyshop-dietrichs
 * (c) 2008 by Meins und Vogel GmbH
 * www.muv.com info@muv.com
 *
 * Dieses Template und alle damit verbundenen Dateien ist urhererrechtlich geschützt
 */

 
/*#####################################################################################################
                                                   LAYOUT
  #####################################################################################################*/

* { 
  padding: 0; 
  margin: 0; 
  }

body {
	color: Black;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #dadada;
}

div {
	overflow: hidden; 
}

img {
	border: none;
}

p, h1, h2, h3, h4, h5, h6 {
  margin-top: 10px;
}


#wrapper {
	margin: 10px auto;
	width: 998px;
	background: url(wrapper_hg.jpg) left top repeat-y;
}

#header {
	float: left;
	background: url(header_hg.jpg) left top no-repeat;
	height: 75px;
	width: 998px;
	color: White;
}

#header_logo {
	float: left;
}
#header_content {
   margin-top: 14px;
	margin-right: 30px;
	float: right;
	color: White;
	width: 425px;
}

#header_content a.normal {
	color: #C7C7C7;
}

#header_content a.selected {
	color: White;
}

#topmenu {
  float: left;
  background: url(topmenu_hg.jpg) left repeat-x; 
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  height: 23px; /* 30-7 */
  width: 978px;
}

#topmenu a.normal {
	color: Black;
}

#topmenu a.selected {
	color: #595959;
}

#heightcolumn { 
  width: 0px;
  float: left;
  height: 500px;
}

#leftcolumn {
   padding: 10px 10px 0px 10px;
	background: White url(left_column_hg.jpg) no-repeat top left;
	width: 200px;
	float: left;
}

#leftcolumn a { 
  clear: both;
  color: Black;
  text-decoration: none;
}

.left_header {
	padding-left: 5px;
	padding-top: 5px;
	background-color:Black;
	height: 17px; 
	color: White;
	font: bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.left_content {
	padding: 5px 5px 5px 5px;
	background-color: White;
	border-left: 3px solid Black;
	border-right: 3px solid Black;
	border-bottom: 3px solid Black;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#content { 
  margin-left: 15px;
  margin-bottom: 15px;
  float: left; 
  width: 519px; 
}

#content_big { 
  margin-left: 15px;
  margin-bottom: 15px;
  float: left; 
  width: 737px; 
}

#rightcolumn { 
  margin-left: 18px;
  margin-bottom: 15px;
  width: 200px;
  float: left;
}

#rightcolumn a { 
  color: Black;
  text-decoration: none;
}

.right_header {
	padding-left: 5px;
	padding-top: 5px;
	background-color:#fdfd4c;
	height: 17px; 
	color: Black;
	font: bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.right_content {
	padding: 5px 5px 5px 5px;
	background-color: White;
	border-left: 3px solid #fdfd4c;
	border-right: 3px solid #fdfd4c;
	border-bottom: 3px solid #fdfd4c;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#footer{ 
	padding-top: 5px;
 	width: 998px;
 	clear: both;
	background: url(footer_hg.jpg) left no-repeat; 
	height: 35px; 
	color: White;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
 }

#footer a { 
	color: Black;
 }

#muv_link, #muv_link a{
	text-align: center;
	color: #d1d1d1;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/*#####################################################################################################
                                                   CONTENT
  #####################################################################################################*/
h1, h2, h3, h4, h5, h6 {
	color: Black;
	font-style: italic;
	font-weight: bold;
}

h1 {	font-size: 26px; }
h2 {	font-size: 22px; }
h3 {	font-size: 19px; }
h4 {	font-size: 17px; }
h5 {	font-size: 13px; }
h6 {	font-size: 11px; }

a {
	color: Black;
	font-weight: bold;
	text-decoration: none;
}

hr {
	color: Black;
	background-color: Black;
	border: none;
	height: 1px;
}

.select_brands {
  width:160px;
}