.table_left_c_01 {
	background:#C3CCD3;
         }

.table_left_c_02 {
	background:#F2AB01;
         }

.table_left_c_03 {
	background:#D50018;
         }

.table_left_c_04 {
	background:#003895;
         }

.table_left_c_special {
	/*background:#023996;*/
         background:#003895;
         }

.special {
	background:#999999;
         color:white;
         }


#frame_content_left table tr td a {
	text-decoration:none;
         font:11px arial;
         color:#666666;
         }

         #frame_content_left table tr td a:hover {
         	text-decoration:underline;
                 }

         #frame_content_left table tr td a.main_active,
         #frame_content_left table tr td a.sub_active {
         	font-weight:bold;
                 color:black;
                 }

                 #frame_content_left table tr td.main_active {
                 	background-image:url(../images/nav/pfeil_02_active.gif);
                         background-position:right center;
                         background-repeat:no-repeat;
                         }
                 #frame_content_left table tr td.main_passive {
                 	background-image:url(../images/nav/pfeil_02_passive.gif);
                         background-position:right center;
                         background-repeat:no-repeat;
                         }

                 #frame_content_left table tr td.table_left_active {
                 	background-image:url(../images/nav/square_01.gif);
                         background-repeat:no-repeat;
                         background-position:center 3px;
                         }

         #frame_content_left table tr td a.main_passive{
         	font-weight:bold;
                 color:#666666;
                 }

/** Suche **/

input.sitesearch {
	font-size: 10px;
	width: 100px;
}

#frame_content_left table tr td a.sitesearch_submit {
	display: inline;
	background: none;
	border: none;
	width: 50px;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	text-decoration: underline;
	color: #000;

	vertical-align: middle;
	padding-left: 5px;
}