/* CSS Document */

* {
	font-size:11px;
	font-family: Verdana, Arial, sans-serif;
	color:#3c3c3c;
}

body {
	margin: 0; 
	padding: 0;
	font-size:11px;
	font-family: Verdana, Arial, sans-serif;
	
	background-repeat:repeat-x;
	background-color:#ffffff;
}

.table_border {
	border-left:1px #9bc80b solid;
	border-right:1px #9bc80b solid;
	background-color:#FFFFFF;

}

.Button {
        background-color:#db6714; color:#ffffff; font-weight:bold;width:130px;height:18px; border:1px solid #ffffff;
}


.Price {
	font-weight:bold;
	font-size:16px;
	color:#ed1c24;
}

H1 {
	font-size: 20px;
	font-style: normal;
	font-weight: bolder;
	color: #008ac9;
}
H2 {
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	color: #008ac9;
}
H3 {
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	color: #008ac9;
}

H4 {
	font-size: 11px;
	font-style: normal;
	font-weight: bolder;
	color: #ffffff;
}

H4:hover {
	font-weight:bold;
}

H5 {
	font-size: 11px;
	font-style: normal;
	font-weight: bolder;
	color: #333333;
}

H6 {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

H7 {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
        list-style-type:none;
        list-style:none;
        list-style-image:none;
        text-decoration:none;
	color: #008ac9;
}

H7:hover {
	font-weight:bold;
}

H8 {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #008ac9;
}

H9 {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

td#navi_panel {
 padding-top:15px;
}


/* menu left */
.left_menu {
        list-style: none;
	padding:0px;
	padding-bottom:10px;
	margin:0px 0px 0px 5px;
	width:198px;		
}

.left_menu a {
	height:26px;
}


.left_menu ul {
  list-style:none;
  margin: 0px;
  padding: 0px;
  border: none;
  list-style-image:none;
}

.left_menu li.level1 {
	list-style-type:none;
	padding-left: 0px;
        padding-top:0px;
        margin-left:0px;
	width:0px;
	height:0px;
        list-style-image:none;
        display:inline;
      
}


.left_menu li.level1 a {
	padding-left: 0px;
        padding-top:0px;
        margin-left:0px;
	width:0px;
	height:0px;
        display:none;
}

.left_menu li.level2 {
	text-align:left;
        list-style-type:none;
	background-image:url(/images/gallery/layout/bg_subnavi.gif);
	background-repeat:no-repeat;
	padding-left: 0px;
        padding-top:0px;
        margin-left:0px;
	width:192px;
	height:26px;
        list-style-image:none;
}

.left_menu li.level2 a {
	display: block;
	color:#008ac9;  
	text-decoration:none;
	padding: 6px 4px 5px 34px;
	width:150px;
}

.left_menu li a:hover {
	font-weight:bold;
}


.left_menu li.level3 {
	text-align:left;
	list-style-type:none;
	background-image:url(/images/gallery/layout/bg_subnavi_level2a.gif);
	background-repeat:no-repeat;
        color:#9bc80b;
	padding-left: 0px;
        padding-top:0px;
        margin-left:0px;
	width:192px;
	height:26px;
	list-style-image:none;
}

.left_menu li.level3 a {
	display: block;
	color:#9bc80b;
	text-decoration:none;
	padding: 6px 4px 5px 44px;
	width:160px;
}





.left_menu li.level4 {    
	text-align:left;
	list-style-type:none;
	background-image:url(/images/gallery/layout/bg_subnavi_level3.gif);
	background-repeat:no-repeat;
	padding-left: 0px;
        padding-top:0px;
        margin-left:0px;
	width:192px;
	list-style-image:none;
}

.left_menu li.level4 a {
	display: block;
	color:#9bc80b;
	text-decoration:none;
	padding: 6px 4px 5px 50px;
	width:134px;
	font-weight:bold;
}

a.articlePages_activeLink {
text-decoration: none;
 font-weight:bold;
color:#CC0000;
}



.menu { 
	margin:0; 
	padding:0; 
	list-style:none; 
} 
.menu li { 
        text-align:left;
	float:left; 
	margin:0; 
	padding:0;
}

.menu a { 
	display:block;
}

.menu li { 
        
	background:url() no-repeat right top; 
	margin:0; 
	padding:0; 
}

.menu a {
      display:block;
      background:url() no-repeat left top;
      padding:0px 0px 0px 0px;
      text-decoration:none;
      font-weight:normal;
	  font-size:12px;
      color:#cc000;
}
	  
.menu a:hover {
      border:#cc0000 1px solid
      color:#cc0000;
      text-decoration:underline;
}

.header {
	background-image:url(/images/gallery/layout/Header_neu5.jpg);
	background-repeat:no-repeat;
	height:302px;
	padding:0px 0px 0px 0px;
	
}

.header_navigation_right {
	margin:0px;
	padding-right:10px;
	padding-top:0px;
	text-align:right;
	color:#008ac9;
}

.header_navigation_right a {
	color:#008ac9;
	text-decoration:none;
        font-weight: bold;
}

.header_info {
	margin:0px;
        padding: 170px 25px 20px 0px;
        text-align:right; float:right
	color:#ffffff;        
}

.header_info a {
	color:#fff;
	text-decoration:underline;
        font-weight:bolder;
	font-size:12px;
}

.header_info a:hover {
      color:#cc0000;
      text-decoration:underline;
}

.header2 {
	background-image:url(/images/gallery/layout/Header_neu5.jpg);
	background-repeat:no-repeat;
	height:180px;
	padding:0px 0px 0px 0px;
	
}

.header2_navigation_right {
	margin:0px;
	padding-right:10px;
	padding-top:0px;
	text-align:right;
	color:#008ac9;
}

.header2_navigation_right a {
	color:#008ac9;
	text-decoration:none;
        font-weight: bold;
}

.header2_info {
	margin:0px;
        padding: 170px 25px 20px 0px;
        text-align:right; float:right
	color:#ffffff;        
}

.header2_info a {
	color:#fff;
	text-decoration:none;
        font-weight:bolder;
	font-size:12px;
}

.header2_info a:hover {
      color:#cc0000;
      text-decoration:underline;
}

.header3 {
	background-repeat:no-repeat;
	height:10px;
	padding:0px 0px 0px 0px;
	
}

.header3_navigation_right {
	margin:0px;
	padding-right:10px;
	padding-top:0px;
	text-align:right;
	color:#008ac9;
}

.header3_navigation_right a {
	color:#008ac9;
	text-decoration:none;
        font-weight: bold;
}




/**
 * mit dieser Anweisung kann das Logo im Kopfbereich geändert werden.
 */
.header_logo {
	background-image:url();
	background-repeat:no-repeat;
	height:32px;
	width:200px;
	margin:20px
}

/**
 * 2. row
 */
#left_column {
        text-align:left;
	width:200px;

}

#main_column {
        text-align:left;
	padding:10px;
	width:564px;
	padding-bottom:15px;

}

#right_column {
	width:200px;

}

.box {
	width:200px;
}

.box .header {
	padding:0px;
	margin-top:10px;
	
	height:28px;
	
	background-image:url(/images/gallery/layout/bg_box2_neu1.gif);
	background-repeat:no-repeat;
}

.box .header_Warenkorb {
	padding:0px;
	margin-top:10px;
	
	height:41px;
	
	background-image:url(/images/gallery/layout/bg_box2_neuWarenkorb.gif);
	background-repeat:no-repeat;
}

.box .header_gruen {
	padding:0px;
	margin-top:10px;
	
	height:50px;
	
	background-image:url(/images/gallery/layout/bg_box2_gruen1.gif);
	background-repeat:no-repeat;
}

.header h2 {
        text-align:left;
	padding-top:8px;
	padding-left:43px;
	padding-bottom:0px;
	
	margin: 0px;
	
	color:#008ac9;  
	font-size:14px;
	font-weight:bold;
}

.header_Warenkorb h2 {
        text-align:left;
	padding-top:8px;
	padding-left:43px;
	padding-bottom:0px;
	
	margin: 0px;
	
	color:#008ac9;
	font-size:14px;
	font-weight:bold;
}

.header_gruen h2 {
        text-align:left;
	padding-top:5px;
	padding-left:10px;
	padding-bottom:5px;
	
	margin: 0px;
	
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
}

.box .content {	
        text-align:left;
	font-size:11px;
	font-weight:normal;
	
	background-image:url(/images/gallery/layout/bg_text_box1.gif);
	background-repeat:repeat-y;
	
	margin-top:0px;
	margin-left:0px;
	
	padding: 10px 8px 10px 0px;
	
	width:inherit;
}

.box .content_thema {	
        text-align:left;
	font-size:11px;
	font-weight:normal;
        text-decoration:none;
        color:#008ac9;
	
	background-image:url(/images/gallery/layout/bg_text_box1.gif);
	background-repeat:repeat-y;
	
	margin-top:0px;
	margin-left:0px;
	
	padding: 10px 8px 10px 0px;
	
	width:inherit;
}

.box .content_thema a{	
        color:#008ac9;
	text-decoration:none;
        font-weight:normal;
	font-size:11px;
}

.box .content_thema a:hover {
       color:#008ac9;
       font-weight:bolder;
       font-size:11px;
       text-decoration:none;
}

.box .content_gruen {	
        text-align:left;
	font-size:11px;
	font-weight:normal;
	
	background-image:url(/images/gallery/layout/bg_text_box_gruen2.gif);
	background-repeat:repeat-y;
	
	margin-top:0px;
	margin-left:0px;
	
	padding: 15px 8px 10px 0px;
	
	width:inherit;
}

.box .footerbox_gruen {
	padding:0px;
	margin-top:0px;
	
	height:19px;
	
	background-image:url(/images/gallery/layout/Footer_Box_gruen1.gif);
	background-repeat:no-repeat;
}

.box .footerbox {
	padding:0px;
	margin-top:0px;
	
	height:19px;
	
	background-image:url(/images/gallery/layout/Footer_Box.jpg);
	background-repeat:no-repeat;
}



.bg_content {
	background-color:#ffffff;
        border-left:1px #9bc80b solid;
	border-right:1px #9bc80b solid;
	padding:9px;
	width:980px;
	margin-top:3px;	

}

.footer {
        text-align:left;
	background-image:url(/images/gallery/layout/bg_footer_gruen.jpg);
	background-repeat:repeat-x;
	height:25px;
	color:#ffffff;
	padding-left:16px;
	padding-top:1px;

}


/**
 * Hinweistexte oder Ergebnisausgaben werden in diesen Boxen platziert
 */
.plenty_horizontal_bar {
	width:99%; 
	margin: 4px 0px 4px 0px;
	padding:0px;
	border: 2px solid #dfdfdf; 
	background-color:#f8f8ff;
	text-align:left;
	vertical-align:middle;
}

.plenty_horizontal_bar div {
	padding-left: 8px;
	padding-bottom: 4px;
}

.plenty_horizontal_bar h2 {
	color:#D2D1D7;
	font-weight:normal;
} 