/* CSS Document */

* {
	font-size:11px;
	font-family: Verdana, Arial, sans-serif;
	color:#3c3c3c;
	padding:0px;
	margin:0px;
     }

body {
	font-size:11px;
	font-family: Verdana, Arial, sans-serif;
	background-color:#F2F2F2;
}

.shadow {
	background-image:url(/layout/default_layout_4/shadow.gif);
	background-repeat:repeat-y;
	width:6px;
}

.bg_header {
	background-image:url(/layout/default_layout_4/bg_header.gif);
	background-repeat:repeat-x;
	height:136px;
}

.shadow_header {
	background-image:url(/layout/default_layout_4/shadow_header.gif);
	background-repeat:no-repeat;
	height:181px;
}

H1 {
	font-size: 20px;
	font-style: normal;
	font-weight: bolder;
        padding-top:5px;
        padding-bottom:4px;
	color: #3C3C3C;
}
H2 {
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
        padding-top:5px;
        padding-bottom:4px;
	color: #3C3C3C;
}
H3 {
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
        padding-top:5px;
        padding-bottom:4px;
	color: #3C3C3C;
}

H4 {

	padding-top:6px;
	padding-left:20px;
	
	font-size:12px;
	font-weight:normal;
	color:#105A9B;
}

.Price {
	font-weight:bold;
	font-size:12px;
	color:#CC0000;
}

ul {
        text-align:left;
	padding-left:0px;
}

.header {
	background-image:url(http://guenter-faust.plentymarket.net/images/gallery/Basis/prostore3.png);
	background-repeat:no-repeat;
	height:181px;
	width:983px;
background-position:center;
}

/**
 * mit dieser Anweisung kann das Logo im Kopfbereich geändert werden.
 */
.header_logo {
	

}

.header_navigation_right {
	padding-right:25px;
	padding-top:11px;
	text-align:right;
	color:#105A9B;
	width:30%;
}

.header_navigation_right a {
	color:#105A9B;
	text-decoration:none;
}

#main_tab {
        width:972px;
}


/**
 * 2. row
 */
#left_column {
        text-align:left;
	width:208px;
	background-color:#FFFFFF;

}

#main_column {
        text-align:left;
	padding:15px;
	width:584px;
	padding-bottom:15px;
	background-color:#FFFFFF;

}

#right_column {
	width:208px;
	background-color:#FFFFFF;

}

#background_content {
	background-color:#FFFFFF;
	width:980px;
}

.menu {  
	list-style:none;
        background-color:#ffffff;
        width:750px;
} 
.menu li { 
        text-align:left;
	float:left; 
}

.menu a { 
	display:block;
}

.menu li { 
        text-align:left;
	float:left; 
	background:url(/layout/default_layout_4/button_menu.gif) no-repeat right top; 
}

.menu a {
      display:block;
      background:url(/layout/default_layout_4/button_menu_left.gif) no-repeat left top;
      padding:10px 25px 5px 25px;
      text-decoration:none;
      font-weight:normal;
	  font-size:12px;
      color:#105A9B;
}
	  
.menu a:hover {
      color:#929292;
}


ul.left_menu {
   padding:0px;
   margin:0px;
   width:208px;        }


ul.left_menu ul {
   padding:0px;
   margin:0px;
   width:208px;        }

ul.left_menu li {
   text-align:left;
   list-style-type:none;
   background-image:url(/layout/default_layout_4/bg_subnavi.gif);
   background-repeat:no-repeat;
   padding-left: 0px;
       padding-top:0px;
       margin-left:0px;
   width: 100%;
}

ul.left_menu a {
   display: block;
   color:#105A9B;
   text-decoration:none;
   padding: 7px 4px 5px 20px;
   width:208px;
}

ul.left_menu li a:hover {
   color:#929292;
}

ul.left_menu li.level2 {
   margin-left:1px;
   text-align:left;
   background-image:none;
   background-repeat:no-repeat;
}

ul.left_menu li.level2 a {
   display: block;
   background-image:none;
   background-color:#E7E7E7;
   border-top:1px #D7D7D7 solid;
   border-left:1px #D7D7D7 solid;
   border-right:1px #D7D7D7 solid;
   padding: 7px 4px 5px 30px;
   width:171px;
}


ul.left_menu li.level3 {
   margin-left:1px;
   text-align:left;
   background-image:none;
   background-repeat:no-repeat;
}

ul.left_menu li.level3 a {
   display: block;
   background-image:none;
   background-color:#ECECEC;
   border-top:1px #D7D7D7 solid;
   border-left:1px #D7D7D7 solid;
   border-right:1px #D7D7D7 solid;
   padding: 7px 4px 5px 45px;
   width:156px;
}

.box {
	width:208px;
}

.box_header {
        text-align:left;
	margin-top:16px;
	
	height:38px;

	
	background-image:url(/layout/default_layout_4/bg_box.gif);
	background-repeat:no-repeat;
}

.box_header_left {
        text-align:left;
	margin-top:16px;
	
	height:38px;

	
	background-image:url(/layout/default_layout_4/bg_box_left.gif);
	background-repeat:no-repeat;
}

.box .content {	
        text-align:left;
	font-size:11px;
	font-weight:normal;
	
	background-image:url(/layout/default_layout_4/bg_text_box.gif);
	background-repeat:repeat-y;
	
	padding: 10px 0px 10px 20px;
}

.box .content_left {	
        text-align:left;
	font-size:11px;
	font-weight:normal;
	
	background-image:url(/layout/default_layout_4/bg_text_box_left.gif);
	background-repeat:repeat-y;
	
	padding: 10px 0px 10px 20px;
}

.footer {
        text-align:left;
	background-image:url(/layout/default_layout_4/bg_footer.jpg);
	background-repeat:repeat-x;
	height:45px;
	color:#C9C9C9;
	padding-left:16px;
	padding-top:20px;
	border:#ffffff 1px solid;
}
 