/* style.css für Basis-Musterweb */
/* Allgemeines CSS Reset */
/* ... ohne img wg. vspace und hspace, ohne table, td und th wg. cellpadding u.a. */
html, body, div, span, p, pre, a, address, code, dfn, dl, dt, dd, ol, ul, li, form, label, legend, caption, tbody, tfoot, thead, tr 
{
   margin:0;
   padding:0;
   border:0;
   vertical-align:baseline;
}

a img,:link img,:visited img { border:none }

body 
  { 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    margin-top: 10px; 
    margin-bottom: 10px; 
    margin-left: 0px; 
    margin-right: 0px; 
    margin-left: 5px; 
    margin-right: 5px; 
    padding-top: 0px; 
    padding-left: 0px; 
    padding-right: 0px; 
    padding-bottom: 0px; 
    font-weight: normal; 
    font-size: 16px; 
    line-height: 1.2;
    text-decoration: none; 
    background-color: #cccccc; 
    color: #ffffff;  
    } 

p	{ margin-top: 0em; margin-bottom: 0.4em;} 
.p0	{ margin-bottom: 0em; } 
.p1	{ margin-bottom: 0.2em; } 
.p2	{ margin-bottom: 0.3em; } 
.p3	{ margin-bottom: 1em;} 

.small 	{ font-size: 14px; } 
.extrasmall 	{ font-size: 80%; } 

.TabBG1 { background-color: #355893; } 
.TabBG2 { background-color: #008FCB; } 
.TabBG3 { background-color: #006500; font-weight: bold; } 
.BlockBG1 { background-color: #173A8B; } 

.Aktionsbox {  background-color: #243D64; border-color: #ff0000; border-style: ridge; }

a 
  { 
    text-decoration: underline; 
    color: #ffff00;
    } 

a:focus
  { 
    text-decoration: underline; 
    color: #ffff66;
    } 

a:hover
  { 
    text-decoration: underline;
    color: #FFFFaa;
    } 

a:active
  { 
    text-decoration: underline; 
    color: #ff99ff;
    } 

a.active
  { 
    text-decoration: underline; 
    color: #FFFFaa;
    } 




#topT3 a
    {
    color: #ffffff;
    } 

#topT3 a:hover
  { 
    color: #FFFFaa;
    } 

#topT3 a:active
  { 
    color: #ff99ff;
    } 

#topT3 a.active
  { 
    color: #ffff00;
    } 


h1 
  { 
    font-family: Arial, Verdana, sans-serif; 
    font-weight: bold; 
    font-size: 240%; 
    margin-top: 0em; 
    margin-bottom: 0em; 
    color: #ffff00;  
    } 

h2 
  { 
    font-family: Arial, Verdana, sans-serif; 
    font-weight: bold; 
    font-size: 200%; 
    margin-top: 0em; 
    margin-bottom: 0.1em; 
    color: #FFFFaa;  
    } 

h3 
  { 
    font-family: Arial, Verdana, sans-serif; 
    font-weight: bold; 
    font-size: 160%; 
    margin-top: 0em; 
    margin-bottom: 0.1em; 
    color: #00ffff; 
    } 

h4 
  { 
    font-family: Arial, Verdana, sans-serif; 
    font-weight: bold; 
    font-size: 120%; 
    margin-top: 0em; 
    margin-bottom: 0.4em; 
    color: #FFCF00;
    } 

h5 
  { 
    font-family: Arial, Verdana, sans-serif; 
    font-weight: bold; 
    font-size: 100%; 
    margin-top: 0.8em; 
    margin-bottom: 0.1em; 
    } 

h6 
  { 
    font-family: Arial, Verdana, sans-serif; 
    font-weight: normal; 
    font-size: 80%; 
    margin-top: 0em; 
    margin-bottom: 0em; 
    } 

.h1 
  { 
    font-family: Arial, Verdana, sans-serif; 
    font-weight: bold; 
    font-size: 240%; 
    margin-top: 0em; 
    margin-bottom: 0em; 
    color: #ffff00;  
    } 

.h2 
  { 
    font-family: Arial, Verdana, sans-serif; 
    font-weight: bold; 
    font-size: 200%; 
    margin-top: 0em; 
    margin-bottom: 0.1em; 
    color: #FFFFaa;  
    } 

.h3 
  { 
    font-family: Arial, Verdana, sans-serif; 
    font-weight: bold; 
    font-size: 160%; 
    margin-top: 0em; 
    margin-bottom: 0.1em; 
    color: #00ffff; 
    } 

.h4 
  { 
    font-family: Arial, Verdana, sans-serif; 
    font-weight: bold; 
    font-size: 120%; 
    margin-top: 0em; 
    margin-bottom: 0.4em; 
    color: #FFCF00;
    } 

.h5 
  { 
    font-family: Arial, Verdana, sans-serif; 
    font-weight: bold; 
    font-size: 100%; 
    margin-top: 0.8em; 
    margin-bottom: 0.1em; 
    } 

.h6 
  { 
    font-family: Arial, Verdana, sans-serif; 
    font-weight: normal; 
    font-size: 80%; 
    margin-top: 0em; 
    margin-bottom: 0em; 
    } 

table 
  { 
    empty-cells: show;
    font-size: 16px; 
    border-collapse: separate;
    } 

th
  {
    font-weight: bold; 
    background-color: #3574bb; 
    padding: 4px 0px 4px 0px;
    }
 
td
  {
    vertical-align: top;
  }

li 
  { 
    list-style: square; 
    } 

li li 
  { 
    list-style: disc; 
    } 

li li li 
  { 
    list-style: circle; 
    } 

ul 
  { 
    margin-top: 0em; 
    margin-bottom: 0.4em; 
    margin-left: 1.2em; 
    margin-right: 1em; 
    padding-left: 0px; 
    } 

ol 
  { 
    margin-top: 0em; 
    margin-bottom: 0.4em; 
    margin-left: 1.5em; 
    margin-right: 1em; 
    padding-left: 0px; 
    } 

ul 
  { 
    margin-top: 0em; 
    margin-bottom: 0.4em; 
    margin-left: 1.2em; 
    margin-right: 1em; 
    padding-left: 0px; 
    } 

ul li 
  { 
    list-style: square; 
    } 

ul ul li 
  { 
    list-style: disc; 
    } 

ul ul ul li 
  { 
    list-style: circle; 
    } 

ol 
  { 
    margin-top: 0em; 
    margin-bottom: 0.4em; 
    margin-left: 1.5em; 
    margin-right: 1em; 
    padding-left: 0px; 
    } 

ol li 
  { 
    list-style:decimal; 
    } 

ol ol li 
  { 
    list-style:decimal; 
    } 

ol ol ol li 
  { 
    list-style:decimal; 
    } 

dl 
  { 
    margin-top: 0em; 
    margin-bottom: 0em; 
    margin-left: 0em; 
    margin-right: 0em; 
    } 

dt 
  { 
    margin-top: 0.6em; 
    margin-bottom: 0em; 
    margin-left: 0em; 
    margin-right: 0em; 
    } 

dd 
  { 
    margin-top: 0em; 
    margin-bottom: 0em; 
    margin-left: 2.4em; 
    margin-right: 2em; 
    } 

#overdiv 
  { 
    overflow:visible;
    margin-left: auto; 
    margin-right: auto; 
    margin-bottom: 0px; 
    border-top-width: 0px; 
    border-left-width: 0px; 
    border-right-width: 0px; 
    border-bottom-width: 0px; 
    padding-top: 0px; 
    padding-left: 0px; 
    padding-right: 0px; 
    padding-bottom: 0px; 
    margin-top: 0px; 
/*
    background-color: #00f1f1; 
    width: 972px; 
*/
    } 

#extra_left1 
  { 
    overflow:visible;
    vertical-align: top; 
    margin-top: 0px; 
    margin-left: 0px; 
    margin-right: 0px; 
    margin-bottom: 0px; 
    padding-top: 0px; 
    padding-left: 0px; 
    padding-right: 0px; 
    padding-bottom: 0px; 
/*
    border-width: 1px; 
    border-color: #FFCF00; 
    width: 120px; 
    height:300px;
    background-color: #f1f1f1; 
    border-style: solid; 
*/
    } 

#extra_left2 
  { 
    overflow:visible;
    vertical-align: top; 
    margin-top: 0px; 
    margin-left: 0px; 
    margin-right: 0px; 
    margin-bottom: 0px; 
    padding-top: 0px; 
    padding-left: 0px; 
    padding-right: 0px; 
    padding-bottom: 0px; 
/*
    border-width: 1px; 
    border-color: #FFCF00; 
    width: 120px; 
    height:300px;
    background-color: #f1f1f1; 
    border-style: solid; 
*/
    } 

#extra_right1 
  { 
    overflow:visible;
    margin-top: 0px; 
    margin-left: 0px; 
    margin-right: 0px; 
    margin-bottom: 0px; 
    padding-top: 0px; 
    padding-left: 0px; 
    padding-right: 0px; 
    padding-bottom: 0px; 
/*
    border-width: 1px; 
    border-color: #FFCF00; 
    width: 120px; 
    height:250px;
    background-color: #f1f1f1; 
    border-style: solid; 
*/
    } 

#extra_right2 
  { 
    overflow:visible;
    margin-top: 0px; 
    margin-left: 0px; 
    margin-right: 0px; 
    margin-bottom: 0px; 
    padding-top: 0px; 
    padding-left: 0px; 
    padding-right: 0px; 
    padding-bottom: 0px; 
/*
    border-width: 1px; 
    border-color: #FFCF00; 
    width: 120px; 
    height:150px;
    background-color: #f1f1f1; 
    border-style: solid; 
*/
    } 


/* 970 + 2 (Borderdicke links + rechts) wegen Boder (Innenraum bleibt so genau 970) */
/*  + 2 mit richtigem DOCTYPE nicht mehr nötig ! */
#container 
  {
    width: 970px; 
    overflow:visible;
    margin-top: 0px; 
    margin-bottom: 0px; 
    margin-left: auto; 
    margin-right: auto; 
    padding-top: 0px; 
    padding-left: 0px; 
    padding-right: 0px; 
    padding-bottom: 0px; 
    border-style:none;
    border-width:1px 1px;
    border-style:solid;
    border-color:#000000;
/*
    background-color: #aaaaaa; 
*/
    } 

#topT1
  { 
    overflow:visible;
    border-top-width: 0px; 
    border-left-width: 0px; 
    border-right-width: 0px; 
    border-bottom-width: 0px; 
    height: 25px; 
    margin-top: 0px; 
    margin-left: 0px; 
    margin-right: 0px; 
    margin-bottom: 0px; 
    padding-top: 0px; 
    padding-left: 0px; 
    padding-right: 0px; 
    padding-bottom: 0px; 
    background-color: #270CB6; 
    color:#FFFFFF;
    } 

#topT2 
  { 
    overflow:hidden;
    height: 15px; 
    border-top-width: 0px; 
    border-left-width: 0px; 
    border-right-width: 0px; 
    border-bottom-width: 0px; 
    margin-top: 0px; 
    margin-left: 0px; 
    margin-right: 0px; 
    margin-bottom: 0px; 
    padding-top: 0px; 
    padding-left: 0px; 
    padding-right: 0px; 
    padding-bottom: 0px; 
    background-color: #f77CB6;  
    color:#FF0000;
    background-image: url(images/topT2.png);
    background-repeat: repeat;
    background-position: top;
    } 

#topT3
  {
	margin-top: 1px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #FFFFFF;
	height: 56px;
	text-align:left;
	overflow:visible;
	background-color: #173A8B; 
/*
        background-image: url(images/topT3.jpg);
        background-repeat: repeat;
        background-position: bottom;
	border-bottom-width: 2px; 
	border-bottom-style: solid; 
	border-bottom-color: #FFCF00; 
	... würde immer ganz unten stehen !
	position: fixed;
	bottom: 0px;
*/
    } 

#top 
  { 
    overflow:visible;
    border-top-width: 0px; 
    border-left-width: 0px; 
    border-right-width: 0px; 
    border-bottom-width: 0px; 
    height: 110px; 
    margin-top: 0px; 
    margin-left: 0px; 
    margin-right: 0px; 
    margin-bottom: 0px; 
    padding-top: 0px; 
    padding-left: 0px; 
    padding-right: 0px; 
    padding-bottom: 0px; 
    color:#FFFFFF;
    background-image: url(images/PCI-Logo1c.gif);
    background-repeat: no-repeat;
    background-position: top;
    } 

#topLeft 
  { 
    font-family: Arial, Verdana, sans-serif;
    font-size: 14px; 
    overflow:hidden;
    height: 30px; 
    width: 180px; 
    background-color: #ff0000; 
    margin-top: 0px; 
    margin-left: 0px; 
    margin-right: 0px; 
    margin-bottom: 0px; 
    padding-top: 0px; 
    padding-left: 0px; 
    padding-right: 0px; 
    padding-bottom: 0px;
    border-width:2px 0px;
    border-style:solid;
    border-color:#000000;
    } 

#topCenter 
  { 
    font-family: Arial, Verdana, sans-serif;
    font-size: 14px; 
    overflow:hidden;
    height: 30px; 
    width: 600px; 
    background-color: #00ff00; 
    margin-top: 0px; 
    margin-left: 0px; 
    margin-right: 0px; 
    margin-bottom: 0px; 
    padding-top: 0px; 
    padding-left: 0px; 
    padding-right: 0px; 
    padding-bottom: 0px; 
    border-width:2px 0px;
    border-style:solid;
    border-color:#000000;
    } 

#topRight 
  { 
    font-family: Arial, Verdana, sans-serif;
    font-size: 14px; 
    overflow:hidden;
    height: 30px; 
    width: 180px; 
    background-color: #0000ff; 
    margin-top: 0px; 
    margin-left: 0px; 
    margin-right: 0px; 
    margin-bottom: 0px; 
    padding-top: 0px; 
    padding-left: 0px; 
    padding-right: 0px; 
    padding-bottom: 0px; 
    border-width:2px 0px;
    border-style:solid;
    border-color:#000000;
    } 

#center_table 
  { 
    width: 100%;
    height: 400px;
    overflow:visible;
    background-color: #eeeeee; 
    margin-top: 0px; 
    margin-left: 0px; 
    margin-right: 0px; 
    margin-bottom: 0px; 
    padding-top: 0px; 
    padding-left: 0px; 
    padding-right: 0px; 
    padding-bottom: 0px; 
    font-size: 16px; 
    border-style:none;
    border-width:0px 0px;
/*
    color: #FFFFFF;  
    background-color: #eeeeee; 
    background-color: #C3B98A;
*/
    } 

#center_c 
  { 
    overflow:visible;
    padding-top: 5px; 
    padding-left: 5px; 
    padding-right: 5px; 
    padding-bottom: 5px; 
    vertical-align: top; 
    margin-top: 0px; 
    margin-left: 0px; 
    margin-right: 0px; 
    margin-bottom: 0px; 
    background-color: #2E4C7E;
    border-style:none;
    border-width:0px 0px;
/*
    background-image: url(images/work/bottom1a.png);
    background-image: url(images/bottom1atrans60.jpg);
    background-repeat: no-repeat;
    background-position: center;
*/
    } 

#center_l 
  {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	overflow:visible;
	vertical-align: top;
	width: 160px;
	background-color: #2E4C7E;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	color: #ffffff;
	border-right-width: 2px;
	border-right-style: groove;
	border-right-color: #888888;
/*
    background-image: url(images/center_l.jpg);
    background-repeat: repeat-y;
    background-position: right top;
    border-left-width: 1px; 
    border-left-style: solid; 
    border-left-color: #FFCF00; 
    border-right-width: 1px; 
    border-right-style: solid; 
    border-right-color: #FFCF00; 
*/
    } 

#center_r 
  { 
    font-family: Arial, Verdana, sans-serif;
    overflow:visible;
    vertical-align: top; 
    width: 160px; 
    padding-top: 5px; 
    padding-left: 0px; 
    padding-right: 0px; 
    padding-bottom: 5px; 
    margin-top: 0px; 
    margin-left: 0px; 
    margin-right: 0px; 
    margin-bottom: 0px; 
    background-color: #2E4C7E; 
    font-size: 14px; 
    color: #ffffff;
    border-left-width: 2px; 
    border-left-style: groove; 
    border-left-color: #888888; 
/*
    background-image: url(images/center_r.jpg);
    background-repeat: repeat;
    background-position: right top;
    border-left-width: 1px; 
    border-left-style: solid; 
    border-left-color: #FFCF00; 
    border-right-width: 1px; 
    border-right-style: solid; 
    border-right-color: #FFCF00; 
*/
    } 

#bottomB1 
  { 
    overflow:visible;
    background-color: #3574bb;
    margin-top: 0px; 
    margin-left: 0px; 
    margin-right: 0px; 
    margin-bottom: 0px; 
    padding-top: 3px; 
    padding-left: 0px; 
    padding-right: 0px; 
    padding-bottom: 0px;
    border-top-width: 2px; 
    border-top-style: solid; 
    border-top-color: #FFCF00; 
    border-bottom-width: 2px; 
    border-bottom-style: solid; 
    border-bottom-color: #FFCF00; 
    color: #FFFFFF;  
    } 

#bottom 
  { 
    font-family: Arial, Verdana, sans-serif;
    font-size: 14px; 
    overflow:visible;
    height: 25px; 
    background-color: #173A8B;
    margin-top: 0px; 
    margin-left: 0px; 
    margin-right: 0px; 
    margin-bottom: 0px; 
    padding-top: 0px; 
    padding-left: 0px; 
    padding-right: 0px; 
    padding-bottom: 0px; 
/*
    border-left-width: 1px; 
    border-left-style: solid; 
    border-left-color: #FFCF00; 
    border-right-width: 1px; 
    border-right-style: solid; 
    border-right-color: #FFCF00; 
    border-top-width: 1px; 
    border-bottom-width: 1px; 
    border-top-style: solid; 
    border-top-color: #FFCF00; 
    border-bottom-style: solid; 
    border-bottom-color: #FFCF00; 
*/    } 


#bottomB2 
  { 
    overflow:hidden;
    height: 13px; 
    background-color: #F0FFFF; 
    margin-top: 0px; 
    margin-left: 0px; 
    margin-right: 0px; 
    margin-bottom: 0px; 
    padding-top: 0px; 
    padding-left: 0px; 
    padding-right: 0px; 
    padding-bottom: 0px;
    background-image: url(images/bottomB2.jpg);
    background-position: top;
    background-repeat: repeat;
    border-style:none;
    border-width:0px 0px;
    } 

#bottomLeft 
  { 
    font-family: Arial, Verdana, sans-serif;
    font-size: 14px; 
    overflow:hidden;
    height: 20px; 
    width: 180px; 
    background-color: #FF0000; 
    margin-top: 0px; 
    margin-left: 0px; 
    margin-right: 0px; 
    margin-bottom: 0px; 
    padding-top: 0px; 
    padding-left: 0px; 
    padding-right: 0px; 
    padding-bottom: 0px; 

    border-width:1px 0px;
    border-style:solid;
    border-color:#000000;
    } 

#bottomCenter 
  { 
    font-family: Arial, Verdana, sans-serif;
    font-size: 14px; 
    overflow:hidden;
    height: 20px; 
    width: 600px; 
    background-color: #00ff00; 
    margin-top: 0px; 
    margin-left: 0px; 
    margin-right: 0px; 
    margin-bottom: 0px; 
    padding-top: 0px; 
    padding-left: 0px; 
    padding-right: 0px; 
    padding-bottom: 0px; 

    border-width:1px 0px;
    border-style:solid;
    border-color:#000000;
    } 

#bottomRight 
  { 
    font-family: Arial, Verdana, sans-serif;
    font-size: 14px; 
    overflow:hidden;
    height: 20px; 
    width: 180px; 
    background-color: #0000FF; 
    margin-top: 0px; 
    margin-left: 0px; 
    margin-right: 0px; 
    margin-bottom: 0px; 
    padding-top: 0px; 
    padding-left: 0px; 
    padding-right: 0px; 
    padding-bottom: 0px; 

    border-width:1px 0px;
    border-style:solid;
    border-color:#000000;
    } 


.Balkentitel { background-image: url(images/3391.jpg); text-align: center; padding-bottom: 0px; margin: 0px; padding-left: 0px; width: 100%; padding-right: 0px; background-repeat: repeat-x; height: 25px; color: #ffffff; font-size: 14px;  font-weight: bold; padding-top: 5px; }

.Balken2titel { text-align: center; padding-bottom: 15px; margin: 0; padding-left: 0px; padding-right: 0px;  font-size: 14px;  font-weight: bold; padding-top: 5px; overflow: visible; }

.Balken3titel { text-align: center; padding-bottom: 15px; margin: 0 23px 0 0; padding-left: 0px; padding-right: 0px;  font-size: 14px;  font-weight: bold; padding-top: 5px; overflow: visible; }

.Menuebox {
	border-bottom: #c8c8c8 1px solid;
	border-left: #c8c8c8 1px solid;
	padding-bottom: 5px;
	background-color: #5B7189;
	margin: 0px;
	padding-left: 2px;
	padding-right: 2px;
	height: 160px;
	border-top: #c8c8c8 1px solid;
	border-right: #c8c8c8 1px solid;
	padding-top: 5px;
	overflow: visible;
}

.Menue2box {
	padding-bottom: 0px;
	margin: 0 23px 0 0;
	padding-left: 5px;
	padding-right: 0px;
	height: 260px;
	padding-top: 3px;
	overflow: visible;
	color:#333;
}

.Menue3box {
	padding-bottom: 0px;
	margin: 10px 5px 0px 5px;
	padding-left: 5px;
	padding-right: 0px;
	height: 260px;
	width: 195px;
	padding-top: 3px;
	overflow: visible;
	color:#333;
	float:left;
}

.Textzelle {
	border-bottom: #c8c8c8 1px solid;
	border-left: #c8c8c8 1px solid;
	padding-bottom: 5px;
	background-color: #f4f4f4;
	margin: 0px;
	padding-left: 2px;
	padding-right: 2px;
	height: 160px;
	border-top: #c8c8c8 1px solid;
	border-right: #c8c8c8 1px solid;
	text-align: justify;
	padding-top: 5px;
}

#Linkbalken { cursor: hand }


/* horizontaler Navigationsbereich - einfache Variante */
#top_navigation { }

#top_navigation a { }

#top_navigation a:hover { }

#top_navigation a.active { }


/* horizontaler Navigationsbereich = 4 Buttons à 120px = 480 px */

// ... ist eigentlich unnötig!
ul#navcenter {
	text-align:center;
}

#navigation ul {
	padding: 0;
	height:29px;
	margin: 0;
	padding-left: 125px;
	background-image:url(images/3314.gif);
	background-repeat:repeat-x;
}

#navigation li{
	float:left;
	list-style: none;
	width:120px;
	height:29px;
	padding: 0;
	margin: 0;
}

#navigation a {
	padding:8px 5px 9px 5px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	background-image:url(images/3314.gif);
	background-position:left;
	background-repeat:repeat-x;
	border-right:1px solid #c6c6c6;
	border-left:1px solid #c6c6c6;
	display:block;
	line-height:1;
	text-decoration:none;
	color:#808080;
}

#navigation a:hover{
	background-image:url(images/3315.gif);
	background-position:left;
	background-repeat:repeat-x;
	color:#111111;
}

#navigation a.active{
	background-image:url(images/3315.gif);
	background-position:left;
	background-repeat:repeat-x;
	color:#660000;
}


/* vertikaler Navigationsbereich */
#left_navigation {
	width: 140px;
	padding: 0px 0px 15px 0px;
	text-align:left;
	margin-left: 10px;
	float: left;
}


#left_navigation ul{
	width: 140px;
	padding: 0 0 1px 0;
	margin: 0;
}

#left_navigation li{
	list-style: none;
	height:31px;
	padding: 0;
	margin: 0;
}

#left_navigation li a {
	display:block;
	padding:9px 5px 8px 5px;
	text-decoration:none;
	color:#808080;
	line-height:1;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #a6a6a6;
	background-image:url(images/3314.gif);
	background-position:left;
	background-repeat:repeat-x;
	margin-top: 0px;
	margin-bottom: 0px;
}

#left_navigation a:hover {
	color:#FF8000;
	background-color: #E9E9E9;
	background-image:url(images/3315.gif);
	background-position:left;
	background-repeat:repeat-x;
	font-weight: bold;
}

#left_navigation a.active {
	color:#FF8000;
	background-color: #E9E9E9;
	background-image:url(images/3315.gif);
	background-position:left;
	background-repeat:repeat-x;
	font-weight: bold;
}
