/* LAYOUT */
body {
   margin: 0;
   padding: 0;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #44484f;
   background-image: url(../images/header_bg.png);
   background-repeat: repeat-x;
}

div#header {
   height: 100px;
   text-align: center;
}

div#innerheader {
   width: 968px;
   margin: 0 auto;
   text-align: left;
}

div#innerheader a#logo {
   float: left;
   margin: 22px 0 0 4px;
}

div#headermenus {
   float: right;
   width: 815px;
}

div#wrapper {
   text-align: center;
}

div#innercontent {
   width: 960px;
   margin: 0 auto;
   text-align: left;
}

div#innercontenthome {
   width: 968px;
   margin: 0 auto;
   text-align: left;
}

div#content_home_top {
   margin-top: 8px;
}

div#content_home_top h2 {
   margin-left: 27px;
}

div#content_home_bottom {
   padding: 15px 4px 19px 4px;
}

div#content_home_bottom_left, div#content_home_bottom_center {
   float: left;
   margin-right: 30px;
}

div#content_home_bottom_right {
   float: left;
}


/* TEASER HOME */
div.teaser_home {
   border-top: 1px solid #dbdddf;
   border-left: 1px solid #dbdddf;
   border-bottom: 1px solid #a8adb1;
   border-right: 1px solid #a8adb1;
   width: 298px;
   height: 164px;
   background: url(../images/teaser_home_bg.png) repeat-x #c8ced2;
   position: relative;
}

div.teaser_home:hover {
   background: url(../images/teaser_home_bg_hover.png) repeat-x #e2e5e8;
}

div.teaser_home_left {
   margin: 17px 0 0 22px;
}

div.teaser_home p {
   width: 148px;
   font-size: 11px;
   line-height: 18px;
}

div.teaser_home h2 {
   margin: 0 0 4px 0;
}

div.teaser_home h3 {
   font-size: 11px;
   margin: 0 0 15px 0;
}

div.teaser_home img {
   position: absolute;
   right: 0;
   bottom: 0;
}

a.home_teaser_link {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 298px;
  height: 164px;
  display: block;
  background-image: url(../images/transparent.gif);
}


/* LINKS */
a {
   color: #0045af;
   text-decoration: underline;
}

a:hover, a:active, a:focus {
   text-decoration: none;
}

a:visited {
   color: #2c466d;
}

a:active, a:focus {
	outline: none;
	}

/* ROWS CONTENTSITE */
div#content_left {
   width: 210px;
   margin-bottom: 20px;
   float: left;
   font-size: 0;
}

div#content_right {
   width: 720px;
   margin: 30px 0 15px 30px;
   float: left;
}


/* SUBMENU */
div#pagetitle {
   background: url(../images/submenu_top_bg.png) no-repeat;
   margin: 0;
   padding-top: 26px;
}

div#pagetitle h2 {
   margin: 0;
   padding-bottom: 5px;
}

div#pagetitle h2 a {
   font-size: 16px;
   text-decoration: none;
   color: #0045af;
}

ul#submenu {
   margin: 0;
   padding: 0;
   list-style-type: none;
   font-size: 12px;
}

div#submenu_bottom {
   background: url(../images/submenu_bottom_bg.png) no-repeat;
   height: 115px;
   width: 210px;
}

ul#submenu ul {
   list-style-type: none;
   padding: 0;
   margin: 0;
}

ul#submenu li {
   border-top: 1px solid #e8eaec; 
}

ul#submenu li a {
   display: block;
   text-decoration: none;
   color: #5c6068;
   background: url(../images/submenuitem_bg.png) repeat-y; 
}

ul#submenu li a:hover { 
   background-image: none;
}

ul#submenu li a:active, ul#submenu li a:focus, ul#submenu li a.active {
   background: url(../images/submenuitem_active_bg.png) no-repeat #023f9c;
   color: white;
   text-shadow: 0 1px 0 #002763;
}


ul#submenu li a span {
   padding: 5px 15px;
   display: block;
}

ul#submenu li li a span {
   padding-left: 30px;
}

ul#submenu li li li a span {
   padding-left: 45px;
}



/* METAMENU */
div#metamenu {
   height: 30px;
   margin: 0 4px 44px 0;
   text-align: right;
   font-size: 9px;
   color: #909399;
}

div#metamenu a {
   color: #909399;
   text-decoration: none;
}

div#metamenu a:hover, div#metamenu a:focus, div#metamenu a:active {    
   text-decoration: underline;
}

div#metamenu select {
   font-size: 9px;
   color: #909399;
   border: 1px solid #d7dbdf;
   background-color: #ebedf0;
   background-image: url(../images/language_bg.png);
   background-repeat: repeat-x;
}


/* MAINMENU */
div#mainmenu {
   height: 26px;
   margin-right: 4px;
}

div#mainmenu ul {
   list-style-type: none;
   padding: 0;
   margin: 0;
   float: right;
}

div#mainmenu li {
   float: left;
   margin-left: 1px;
}

div#mainmenu a {
   display: block;
   height: 26px;
   width: 116px;
   background-image: url(../images/menuitem_bg.png);
   background-repeat: no-repeat;
   text-align: center;
   text-decoration: none;
   font-weight: bold;
   color: #5c6068;
   text-shadow: 0 1px 0 #e2e4e7;
}

div#mainmenu a:hover {
   background-image: url(../images/menuitem_bg_hover.png);   
}

div#mainmenu a.active, div#mainmenu a:active, div#mainmenu a:focus {
   background-image: url(../images/menuitem_bg_active.png);
   text-shadow: 0 1px 0 #002763;
   color: white;
}

div#mainmenu span {
   display: block;                        
   padding-top: 6px;
}



/* HELPER */
a img {   
   border: 0;
}

img {
   clear: both;
}

div#content_right ul {
   padding-left: 40px;
}

div#content_right li {
   list-style-type: square;
}

div#content_right ul.rgtabs-menu li {
   list-style-type: none;
}

/* IEPNGFIX */
img, .trans { behavior:url(../fileadmin/templates/js/iepngfix/iepngfix.htc) }

/* (STICKY) FOOTER */
html, body, div#wrapper {
   height: 100%;
}


body > div#wrapper {
     height: auto; 
     min-height: 100%;
}

div#footer {
   height: 179px;
   position: relative;
   margin-top: -179px;
   clear: both;
   background: url(../images/footer_bg.png) repeat-x #cacdd4;;
   text-align: center;
}

div#content {
   padding-bottom: 179px;
}

div#footer_top {
   height: 150px;
   margin: 0 auto;
   width: 960px;
   text-align: left;
} 

div#footer_top a {
   color: #44484f;
}

div#footer_top a:hover, div#footer_top a:focus, div#footer_top a:active, div#footer_home_top a:hover, div#footer_home_top a:focus, div#footer_home_top a:active {
   text-decoration: none;
}

div#footer_top_left div, div#footer_top_center div, div#footer_top_right div, div#footer_home_top_left div, div#footer_home_top_center div, div#footer_home_top_right div  {
   margin-top: 21px;
}

div#footer_top img {
   margin: 0 0 6px 0;
}

div#footer_top form {
   margin: 14px 0 0 0;
   padding: 0;
}

input#callbackname, input#callbacknumber {
   width: 124px;
   height: 14px;
   border: 1px solid #8e939b;
   background: url(../images/footer_input_bg.png) no-repeat;
   color: #777c84;
   font-size: 11px;
   font-family: Arial;
   margin: 0 6px 0 0;
   padding-top: 2px;
   padding-left: 4px;
}

* html input#callbackname, * html input#callbacknumber { /* IE 6 */
   height: 20px;
}

input#callbackname:hover, input#callbacknumber:hover, input#callbackname:focus, input#callbacknumber:focus {
   border-color: #0045af;
}

div#footer_top_right input#mailformformtype_mail{
   background: url(../images/button_footer_bg.png) repeat-x #d6dbe0;
   border-left: 1px solid #ebedf0;
   border-right: 1px solid #979a9d;
   border-top: 1px solid #ebedf0;
   border-bottom: 1px solid #979a9d;
   font-size: 11px;
   color: #50545b;
   font-family: Arial;
   text-shadow: 0 1px 0 white;
   width: 90px;
   height: 20px;
}

div#footer_top_right input#mailformformtype_mail:hover {
   color: #333;
}

div#footer_top p, div#footer_top h3 {
   font-size: 11px;
   line-height: 17px;
   margin: 0 0 6px 0;
}

div#footer_bottom {
   height: 29px;
   margin: 0 auto;
   width: 960px;
   text-align: left;
   font-size: 9px;
   color: #80848b;
} 

div#footer_bottom a {
   color: #80848b;
   text-decoration: none;
}

div#footer_bottom a:hover, div#footer_bottom a:focus, div#footer_bottom a:active  {
   text-decoration: underline;
}

div#footer_bottom_left {
   float: left;
   width: 480px;
   margin-top: 9px;
}

div#footer_bottom_right {
   float: left;
   width: 480px;
   text-align: right;
   margin-top: 9px;
}

div#footer_top_left {
   float: left;
   height: 138px;
   width: 240px;
   margin-top: 12px;
   background: url(../images/footer_home_address_bg.png) no-repeat right center;
}

div#footer_top_center {
   float: left;
   width: 295px;
   margin: 12px 0 0 30px;
   height: 138px;
   background: url(../images/footer_contact_bg.png) no-repeat;
   background-position: 178px 48px;
}

div#footer_top_right {
   float: left;
   margin: 12px 0 0 30px;
   width: 365px;
   height: 138px;
}

div#footer_home_top_left {
   float: left;
   height: 138px;
   width: 300px;
   margin-top: 12px;
   background: url(../images/footer_home_address_bg.png) no-repeat right center;
}

div#footer_home_top_center {
   float: left;
   width: 300px;
   margin: 12px 0 0 30px;
   height: 138px;
   background: url(../images/footer_home_contact_bg.png) no-repeat;
   background-position: bottom right;
}

div#footer_home_top_right {
   float: left;
   margin: 12px 0 0 30px;
   width: 300px;
   height: 138px;
   background: url(../images/footer_home_about_bg.png) no-repeat;
   background-position: bottom right;
}

div#footer_home_top_right p {
   width: 190px;
}


/* HELPER */

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}

.clearfix {display: inline-block;}

* html .clearfix { height: 1%;}

.clearfix {display: block;

}

/* TYPOGRAFIE */
p, div#content_right ul {
   line-height: 18px;
   margin: 0 0 10px 0;
}

hr {
   color: #f0f0f0;
   hight: 0px;
   border-top: 0.1em solid #cccccc;
}

h1 {
   font-size: 24px;
   color: #0045af;
   font-weight: bold;
   font-family: Helvetica;
   margin: 0 0 10px 0;
}

h2 {
   font-size: 16px;
   color: #0045af;
   font-weight: bold;
   font-family: Helvetica;
   margin: 20px 0 10px 0;
}

h1 + a + h2, h1 + p + h2 {
   margin-top: 10px;
}

div.rgtabs-container h2:first-child {
   margin-top: 0;
} 

h3 {
   font-size: 12px;
   font-weight: bold;
   margin: 20px 0 10px 0;
}

h4 {
   font-size: 11px;
   font-weight: normal;
   margin: 15px 0 10px 0;
}

h5 {
   font-size: 10px;
   font-weight: normal;
   margin: 10px 0 7px 0;
}

h1 + h2 {
   margin: 10px 0 10px 0;
}

h1 + h2 + h3 {
   margin: 20px 0 10px 0;
}

p + h1, div.flex_3 + h1, div.flex_2 + h1, div.flex_6 + h1, div.flex_teaser + h1, ul + h1 {
   margin: 20px 0 10px 0;
}

h1 + a + div.flex_2 h2:first-child, h1 + a + div.flex_3 h2:first-child, h1 + a + div.flex_6 h2:first-child, div.rgtabs-container a:first-child + h2 {
   margin: 0 0 20px 0;
}

div.flex_2 a:first-child + h3, div.flex_3 a:first-child + h3 {
   margin-top: 0;
}

h2 + div.flex_3 a:first-child + h3, h2 + div.flex_2 a:first-child + h3 {
   margin-top: 10px;
}

div#content_home_top p {
    margin-left: 27px;
    margin-right: 27px;
}

dl, dt {
   margin: 0 !important;
   padding: 0 !important;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
   font-size: 10px;
   margin-top: 8px;
   margin-bottom: 15px;
}

/* LANGUAGE SELECTION */
div#metamenu_innerwrapper {
   display: inline;
   float: right;
}

div#metamenu_left {
   float: left;
   text-align: right;
   margin-top: 8px;
}

div#metamenu_right {
   float: left;
   margin-top: 6px;
   margin-left: 8px;
}

div#header form {
   margin: 0;
   padding: 0;
}

div#header fieldset {
   border: 0;
   padding: 0;
   margin: 0;
   display: inline;
}

div#header legend {
   display: none;
}

div#header select {
   font-weight: normal !important;
   font-family: Arial !important;
}

/* FLEXIBLE CONTENT ELEMENTE */

/* 3-spaltig */

div.flex_3 {
    float: left;
    position: relative;
    margin-bottom: 12px; 
}

div.flex_3_left, div.flex_3_center {
    width: 220px;
    min-height: 1px;
    margin: 0 30px 0 0;
    float: left;
}

div.flex_3_right  {
    width: 220px;
    min-height: 1px;
    float: left; 
}  

/* 5-spaltig */

div.flex_5 {
    position: relative; 
}

div.flex_5_1, div.flex_5_2, div.flex_5_3, div.flex_5_4 {
    width: 120px;
    min-height: 1px;
    margin: 0 30px 0 0;
    float: left;
}

div.flex_5_5  {
    width: 120px;
    min-height: 1px;
    float: left; 
}  

/* 6-spaltig */

div.flex_6 {
    position: relative; 
}

div.flex_6_1, div.flex_6_2, div.flex_6_3, div.flex_6_4, div.flex_6_5 {
    width: 94px;
    min-height: 1px;
    margin: 0 30px 0 0;
    float: left;
}

div.flex_6_6  {
    width: 94px;
    min-height: 1px;
    float: left; 
}  
     

div.flex_teaser {
    background: url(../images/teaser_bg.png) repeat-x #c7cdd2;
    border-top: 1px solid #e3e4e5;
    border-right: 1px solid #acb0b3;
    border-bottom: 1px solid #acb0b3;
    border-left: 1px solid #e3e4e5;
    width: 218px;
    height: 123px;
    position: relative;    
    margin: 10px 0 30px 0;   
}

div.flex_teaser:hover {
    background: url(../images/teaser_bg_hover.png) repeat-x #e0e4e6;
}

div.flex_teaser a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 218px;
    height: 123px;	
    text-decoration: none;
}

div.flex_teaser h3 {
    color: #0045af;
    font-size: 11px;
    margin-top: 12px;
    margin-left: 14px;
}

div.flex_teaser img {
    position: absolute;
    right: 0px;
    bottom: 0px;
}


/* 2-spaltig */

div.flex_2 {
    float: left;
}

div.flex_2_left {
    width: 470px;
    min-height: 1px;
    margin: 0 30px 0 0;
    float: left;   
}

div.flex_2_right {
    width: 220px;
    min-height: 1px;
    margin: 0 0 0 0;
    float: left;
}


/* FORMULARE */
/* Mailformular */

form#mailform {
	margin: 20px 0;
}

div.csc-mailform-field {
	margin-bottom: 6px;
	clear: both;
}

div.csc-mailform-field:after {
   content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

fieldset {
	margin: 0px;
	padding: 0;
	border: 0;
	background-color: #f1f3f7;
	padding: 20px 20px 20px 20px;
}

fieldset fieldset {
   padding: 0;
}

label {
	margin: 6px 0 2px 0;
	color: #7A7A7A;
	font-size: 10px;
	width: 215px;
	float: left;
}

div.csc-mailform-field input, div.csc-mailform-field textarea {
	width: 455px;
	border: 1px solid #d5d8df;
	font-size: 12px;
	color: #5c6068;
	padding: 2px 3px;
	font-family: Arial;
	float: left;
}

div.csc-mailform-field select {
	width: 463px;
	border: 1px solid #d5d8df;
	font-size: 12px;
	color: #5c6068;
	font-family: Arial;
	padding: 2px 3px;
} 

div.csc-mailform-field input:hover, div.csc-mailform-field textarea:hover, div.csc-mailform-field input:focus, div.csc-mailform-field textarea:focus {
	border: 1px solid #0045AF;
}

div.csc-mailform-field input.csc-mailform-submit {
	width: auto;
	margin-top: 15px;
	background: url(../images/button_bg.png) repeat-x #003d9b;
	color: white;
	border-top: 1px solid #88C2FF;
	border-left: 1px solid #88C2FF;
	border-right: 1px solid #001529;
	border-bottom: 1px solid #001529;
	padding-left: 20px;
	padding-right: 20px;
}

div.csc-mailform-field input.csc-mailform-submit:hover, div.csc-mailform-field input.csc-mailform-submit:focus {
	background-color: #005BBB;
}

input.csc-mailform-check {
   width: auto !important;
   margin-top: 6px;
   margin-left: 0;
}

fieldset.csc-mailform div.csc-mailform-label:first-child h3 {
   margin-top: 0;
}

/* radio */

fieldset fieldset legend {
   display: none;
}

span.csc-mailform-radio input {
   width: auto;
} 

span.csc-mailform-radio label {
   display: inline;
   width: auto;
   margin: 3px 10px 0 2px;
}

/* Login-Formular */



div.tx-newloginbox-pi1 table {
	background-color:#F1F3F7;
	border:0 none;
	margin:0;
	padding:20px;
}

div.tx-newloginbox-pi1 input {
	width: 200px;
	border: 1px solid #c6c6c6;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #444;
	padding: 2px 4px;
}

div.tx-newloginbox-pi1 table p {
	color:#7A7A7A;
	float:left;
	font-size:10px;
	margin:6px 0 2px;
	width:100px;
}

div.tx-newloginbox-pi1 input:hover, div.tx-newloginbox-pi1 input:focus {
	border: 1px solid #0069b2;
}

div.tx-newloginbox-pi1 input[type=submit] {
	width: auto;
	margin-top: 15px;
	background: url(../images/button_bg.png) repeat-x #003d9b;
	color: white;
	border-top: 1px solid #88C2FF;
	border-left: 1px solid #88C2FF;
	border-right: 1px solid #001529;
	border-bottom: 1px solid #001529;
	padding-left: 20px;
	padding-right: 20px;
}

div.tx-newloginbox-pi1 label {
	margin: 6px 0 2px 0;
	color: #7A7A7A;
	font-size: 10px;
	width: 100px;
	float: left;
}


/* Teaser Foto */
div.flex_teaser_foto {
   position: relative;
   overflow: hidden;
   margin: 5px 0 30px 0;
   width: 220px;
   height: 153px;
   background: url(../images/teaser_foto_bg.png) repeat-x #cad0d5;
   background-position: bottom;
}

div.flex_teaser_foto:hover {
   background: url(../images/teaser_foto_bg_hover.png) repeat-x #003d9b;
   background-position: bottom;
}

p.flex_teaser_foto_text {
	margin-top: -12px;
	margin-bottom: 22px;
	height: 35px;
	overflow: hidden;
}

div.flex_teaser_foto a {
   width: 220px;
   height: 154px;
   background-position: bottom;
   color: #5c6068;
   text-decoration: none;
   display: block;
   width: 220px;
   height: 154px;
   text-shadow: 0 1px 0 #e2e4e7;
}

div.flex_teaser_foto:hover a {
   background-position: bottom;
   color: white;
   text-shadow: 0 1px 0 #002763;
}

div.flex_teaser_foto img {
   position: absolute;
   top: 0;
   left: 0;
}

div.flex_teaser_foto a span {
   display: block;
   font-weight: bold;
   position: absolute;
   top: 133px;
   left: 10px;
   font-size: 11px;
}

/* Teaser Slideshow */

div.flex_slide {	
	width: 220px;
	height: 270px;
	}
	
div.flex_slide .ticker a {	
	border: 1px solid #D5D8DF;
	}	
	
div.flex_slide .ticker3 p {	
	margin-top: 252px;
	height: 37px;
	width: 220px;
	overflow:hidden;
	}
	
div.flex_slide .ticker2 p {	
	margin-top: 234px;
	margin-bottom: 10px;
	overflow: hidden;
	font-size: 12px;
	font-weight: bold;	
	background-color: white; 
}
	
div.flex_slide .ticker a img {	
	width: 220px;
	height: 220px;
}

/* Slideshow 2 */


div.flex_slide_2 {	
	width: 220px;
	height: 345px;
	overflow: hidden;
	}
	
div.flex_slide_2 img {	
	border: 1px solid #D5D8DF;
	cursor: url(../images/cursor_forward.cur), pointer;
	}
	
div.flex_slide_2 h3 {
	margin-top: 10px;
	margin-left: 1px;
	background-color: white; 
}

div.flex_slide_2 p {
	margin-left: 1px;
	}

div.flex_slide_2 p.untertitel {
	margin-bottom: 7px;
}	
		
/* Palettenelement */
div.flex_palettenelement {
   width: 95px;
   height: 123px;
   background: url(../images/teaser_foto_bg.png) repeat-x #DBDDE0;
   background-position: bottom;
   overflow: hidden;
   margin: 10px 0 30px 0;
}

div.flex_palettenelement img {
   width: 93px;
   height: 93px;
   margin: 1px 1px 0 1px;
}

div.flex_palettenelement span {
   display: block;
   margin: 0;
   padding: 4px 0 0 0;
   font-size: 9px;
   line-height: 11px;
   color: #5c6068;
   text-align: center;
}

/* Tabs */

div.rgtabs-wrapper img {
	border: 1px solid #D5D8DF;
	padding: 3px;
}

div.csc-textpic-imagewrap {
	margin-top: 0;
}

div.tx-rgtabs-pi1 .csc-textpic-imagewrap {
	margin-top: 0 !important;
}

/* RTE Rahmen "img_frame" */

div.img_frame img {
	border: 1px solid #D5D8DF;
	padding: 3px;
}

span.name-of-person {
	font-size: 9px;
	color: #0045af;
}

/* RTE-Klassen */

p.untertitel {
	font-size: 9px;
	font-weight: bold;
       line-height: 13px;
	margin-top: -8px;
	margin-bottom: 10px;
}

p.personentitel{
	font-size: 9px;
	font-weight: bold;
	margin-top: -11px;
	margin-bottom: 10px;
}

span.personensprache {
	font-size: 9px;
}

/* Link-Style Icons */
/* Klassen per TSConfig gesetzt */

a.pdf {
	background-image: url(../images/pdf_icon.png);
}
a.zip {
	background-image: url(../images/zip_icon.png);
}
a.txt {
	background-image: url(../images/pdf_icon.png);
}
a.doc {
	background-image: url(../images/pdf_icon.png);
}
a.route{
	background-image: url(../images/world_icon.gif);
}
a.pdf, a.zip, a.txt, a.doc, a.route{
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;
}
/* Barack-Slideshow */

#slideshow * { margin: 0; padding: 0; }
#slideshow { position: relative; padding: 15px 0 0; width: 968px; height: 278px; }
#slideshow #menu, #slideshow #pictures, #slideshow #loading { position: absolute; }
#slideshow #loading { background: url('../images/layout/spinner.gif'); top: 139px; left: 484px; text-indent: -5000px; width: 48px; height: 48px; visibility: hidden; z-index: 5; }
#slideshow #pictures { width: 968px; height: 278px; left: 0; overflow: hidden; }
#slideshow #pictures li { display: block; position: absolute; top: 0; width: 968px; }
#slideshow #pictures li img { display: block; position: relative; bottom: 0; }
#slideshow #menu { list-style-type: none; width: 300px; height: 257px; left: 4px; padding-top: 30px; text-shadow: 0 1px 0 #002763; }
#slideshow #menu li { display: block; z-index: 1000; position: relative; zoom: 1; }
#slideshow #menu li a { display: block; font: 18px Helvetica, Arial; font-weight: lighter; text-decoration: none; padding: 7px 0 7px 35px; z-index: 1000; color: #C2CCDD; line-height: 16px; vertical-align: middle; zoom: 1; }
#slideshow #menu li a:focus { outline: 0; }
#slideshow #menu li a:hover { color: #fff; }
#slideshow #menu li.current a { color: #fff; }
#slideshow #menu li.background { background: url('../images/layout/arrow.png') no-repeat left center; position: absolute; font-size: 1px; height: 7px; width: 4px; z-index: 5; }
#slideshow #slide_header { color: #C2CCDD; font-size: 11px; font-weight: bold; position: relative; top: 45px; left: 40px; z-index: 20;}
