/*
##########################################################
#### path: typo3conf/ext/t3saf/resources/t3css/css/charset/t3all.css
##########################################################
*/
@charset "UTF-8";
/*
##########################################################
#### path: typo3conf/ext/t3saf/resources/t3css/css/reset/t3all.css
##########################################################
*/
/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.1
NO FROM BSD to GNU!
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*because legend doesn't inherit in IE */
legend{color:#000;}


a img { border: none; }
/* paddings and margins */
* { margin:0; padding: 0 }


/*
##########################################################
#### path: typo3conf/ext/t3saf/resources/t3css/css/html/t3all.css
##########################################################
*/
/* get vertical scrollbars Firefox,Netscape,Safari
  @see http://www.hicksdesign.co.uk/journal/forcing-scrollbars-now-even-better
  Horizontal Scrollbar bug
  @see http://www.torn.be/kazza/tutz/xhtml/4/xhtml_hor_scrlbar_results_en.html
*/
html {
  height: 100%;
  margin-bottom: 1px;
}


/*
##########################################################
#### path: typo3conf/ext/t3saf/resources/t3css/css/body/t3all.css
##########################################################
*/
body {
 /* set the layout center for ie */
 text-align: center;
 padding: 10px ;
 min-height:101%;
}
.bodyout{
 /* set the layout center for standart browser */
 margin: 0 auto;
 /* set the layout center for ie -> reset text align */
 text-align: left;
 width:980px;

 min-height:671px;
 height:auto !important;  /* für moderne Browser */
 height:671px;  /*für den IE */

 border:#B1B3B4 1px solid; 
 background: #F5F8FD;
 background-image: url(http://p111927.typo3server.info/typo3conf/ext/t3saf/resources/images/afc_bottombg.jpg);
 background-repeat: repeat-x;
 background-position: bottom left;
}


.microbodyout{
 position:absolute;
 /* set the layout center for standart browser */
  margin: 0 auto;
 /* set the layout center for ie -> reset text align */
 text-align: left;
 width:980px;

 min-height:561px;
 height:auto !important;  /* für moderne Browser */
 height:561px;  /*für den IE */

 border:#B1B3B4 1px solid; 
 background: #ffffff;
 top: 50%;
 left: 50%;
 margin: -280px 0px 0px -490px;
}



.bodyin{

 border: 0px #fff solid;
 
}
.bodybox{

  clear:both;
  width:auto;
}

#b1{
 height:174px;
 background-image: url(http://p111927.typo3server.info/typo3conf/ext/t3saf/resources/images/afc_headerbg.jpg);
 background-repeat: repeat-x;
 background-position: top left;
}

#b2{
text-align:center;
}

p.bodytext {
 margin-bottom:10px;
 padding:0px;
 color:#646567;
}

#newsteaser p{
 margin-bottom:0px;
}

.newsteaserheader{
 background: #F5F8FD;
 background-image: url(http://p111927.typo3server.info/typo3conf/ext/t3saf/resources/images/afc_newsheader.jpg);
 background-repeat: no-repeat;
 background-position: bottom left;
}

#tip{
float:left;
}

#b2print{
float:left;
}

/*
##########################################################
#### path: typo3conf/ext/t3saf/resources/t3css/css/padding/t3all.css
##########################################################
*/
.padding-topbottom{
	padding: 10px 0;
}
.padding-leftright{
	padding: 0 10px;
}
.padding-yes{
	padding: 10px;
}
.padding-no{
	padding: 0;
}
/*
##########################################################
#### path: typo3conf/ext/t3saf/resources/t3css/css/table/t3all.css
##########################################################
*/
table {
	 border-collapse:collapse;
	 empty-cells:show;
	 font-size:14px;
	 width:100%;
	 background: #F5F8FD;
}
table caption {
	text-align:left;
	font-weight:bold;
	color:#000;
	margin:0.2em;
}
table th, table thead td{
	color:white;
	padding:2px 2px;
	height:15px;
	font-weight:bold;
	background:#F0F0F0;
}
table td {
	height:2em;
	padding:0px 0px;
	text-align:left;
	font-weight:normal;
	 font-size:14px;
}
table td, table th {
	border: 0px solid #fff;
}
table tr.odd {background: #F5F8FD;}
table tr.even {background: #F5F8FD;}


#af_tipform{
font-size:14px;
}

/*
##########################################################
#### path: typo3conf/ext/t3saf/resources/t3css/css/form/t3all.css
##########################################################
*/
/* only for the float forms class form! */
form fieldset label {
	font-weight: bold;
	margin-top: 0px;
}
form fieldset p label {
	float: left;
	/* 20% of the complete width of the fieldset */
	width: 20%;
	text-align: left;
}

form fieldset p, form fieldset br {
	/* clear only the leftside */
	clear: left;
	/* please no padding - see <p> padding */
}
form fieldset .form-block{
   margin-left: 20%;
}
.form-nofloat {
	/* inline checkboxes with label right */
	float: none !important;
	width: auto !important;
}

input, textarea,  select{
   border: 1px solid #ccc;
   background-color:#fff;
   color:#646567;
}
form fieldset p input, form fieldset p textarea, form fieldset p  select{
   margin-top: 0px;
}
input:focus , textarea:focus , select:focus {
  background: #ffc;
}

option {
	/* fix small select-option */
	padding-left: 0.3em;
	border:none;
    background:none;
    width:70px;
}
form fieldset textarea{
    width: 90%;
}
form fieldset p textarea{
    width: 70%;
}

fieldset    { padding:1em; border: 0px solid #ccc; margin-bottom: 5px; padding-right:0px;}
legend      { font-weight: bold; font-size:1.2em; display:none;}



/* Powermail */
	/* Form */
span.powermail_mandatory {
	/* Color of mandatory error message */
	color: red;
}
input.validation-failed,
textarea.validation-failed {
	/* Background color if validation failed 
	background-color: red;*/
	background-image: url(/typo3conf/ext/powermail/img/icon_exclamation.gif);
	background-repeat: no-repeat;
	background-position: 98% 1px;
}
div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: red;
	margin: 3px 0 15px 200px;
}
fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	border: 0px solid #aaa;
	padding: 0px;
        padding-right:0px;
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	font-weight: bold;
	color: black;
}
fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	width: 220px;
	float: left;
	clear: both;
	font-weight: normal;
	font-size:12px;
	height:12px;
}

fieldset.tx-powermail-pi1_fieldset input.powermail_text{
	/* Input and textarea */
	width: 220px;
	height:13px;
	font-size:13px;
	margin:0;
	padding:0;
	padding-bottom:2px;
	border:1px solid #CCCCCC;
}

*+html>body fieldset.tx-powermail-pi1_fieldset input.powermail_text{
	/* Input and textarea */
	width: 220px;
	height:12px;
	font-size:12px;
	margin:-1;
	padding:0;
	padding-bottom:2px;
	border:1px solid #CCCCCC;
}

fieldset.tx-powermail-pi1_fieldset select.powermail_select {
	/* Input and textarea */
	width: 100px;
	height:20px;
	font-size:12px;
}


fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea{
	width: 320px;
	height:90px;
	font-size:12px;
}


fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_radio input.powermail_radio {
	/* Radiobuttons */
	margin: 5px 0;
}
div.tx_powermail_pi1_fieldwrap_html {
	/* DIV container arround every field */
	margin: 7px 0;
	margin-right:0px;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	/* submit button */
	margin: 20px 0 10px 220px;
	font-weight: bold;
	margin-right:0px;
	color:#646567;
	border:0px;
}
p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	margin: 0;
	padding: 0;
	color:#646567;
	display:none;
}
div.countryzone {
	margin: 10px 0 0 200px;
}
div.tx_powermail_pi1_fieldwrap_html label a {
	/* Description */
	cursor: help;
}
div.tx_powermail_pi1_fieldwrap_html label a dfn {
	/* Description */
	display: none;
}
div.tx_powermail_pi1_fieldwrap_html label a:hover dfn {
	/* Description on mouseover */
	display: block;
	position: absolute;
	width: 240px;
	padding: 5px;
	background-color: #fff;
	border: 1px solid red;
	color: black;
	text-decoration: none;
	font-size: 0.8em;
}
div.tx_powermail_pi1_fieldwrap_html img.icon_info {
	/* Description icon */
	padding: 2px 2px 0 2px;
}
fieldset.tx-powermail-pi1_fieldset div.even {
	background-color: #fff;
}


	/* Confirmation */
td.powermail_all_td {
	padding: 3px 10px 3px 0;
}

	/* THX */
td.powermail_all p.bodytext {
	margin: 0;
}



#tx-powermail-pi1_fieldset_1 label{
width:200px;
display:block;
float:left;
}


.tx_powermail_pi1_fieldwrap_html_submitgraphic{
border:0px;
}

input.tx_powermail_pi1_fieldwrap_html_submitgraphic{
border:0px;
background
}

#powermaildiv_uid4 input {
border:0px;
margin-left:200px;
}

#uid11 label{
 width:400px;
 color:#646567;
}



#powermaildiv_uid11 label{
 width:400px;
height:20px;
color:#646567;
}

#powermaildiv_uid29 label{
 width:322px;
height:20px;
color:#646567;
}





.powermail_check_inner{
 height:13px; 
 padding-top:1px;
 padding-bottom:1px;
 float:left;
 color:#646567;
 width:200px;
}


.powermail_check_inner label{
 width:100px;
}


#powermaildiv_uid23 label, #powermaildiv_uid21 label, #powermaildiv_uid26 label, #powermaildiv_uid24 label{
display:none;
}

#powermaildiv_uid19{
font-weight:bold;
color:#646567;
}

#powermaildiv_uid5{
margin-top:20px;
}

#powermaildiv_uid3 label{
width:100px;
}

.powermail_select{
width:100px;
}


.powermail_uid9{
	width: 430px;
	height:120px;
	font-size:12px;
	margin-left:120px;
}


div.tx_powermail_pi1_fieldwrap_html_14{
 width:180px;
 float:left;
}

div.tx_powermail_pi1_fieldwrap_html_28{
 width:300px;
 float:right;
}

fieldset.tx-powermail-pi1_fieldset  input.powermail_uid14 {
 width:50px;
}

fieldset.tx-powermail-pi1_fieldset  input.powermail_uid28{
 width:158px;
}

.powermail_uid14{
width:50px;
}


#powermaildiv_uid14 label{
width:90px;
}

#powermaildiv_uid28 label{
width:40px;
}
/*
##########################################################
#### path: typo3conf/ext/t3saf/resources/t3css/css/messages/t3all.css
##########################################################
*/
.error,
.notice,
.success    { padding: 0.8em; margin-bottom: 1em;}
.error      { color: red; }
.notice     { color: green; }
.success    { bcolor: yellow; }
/*
##########################################################
#### path: typo3conf/ext/t3saf/resources/t3css/css/float/box/t3all.css
##########################################################
*/
/*  z-index
  @see http://aplus.co.yu/lab/z-pos/
  @see http://www.css-zibaldone.com/test/css21/absolute/centered-boxes-2/index.html
*/
 .floatbox-before{
  width: 200px;
  z-index: 3;
  float: left;
}
 .floatbox-before .floatbox{
 z-index: 4;
}
 .floatbox-after{
  width: 206px;
  z-index: 5;
  float: right;
  margin-right:7px;
}
 .floatbox-after .floatbox{
	z-index: 6;
}
 .floatbox-middle{
  margin: 0 230px 0 208px;
  z-index: 300;
  width:auto;
  min-height:478px;
}

 .floatbox-middle .floatbox{
	z-index: 200;
}
.floatbox-clear{
	display: none;
}
/* nested boxes
  @see http://www.parterremedia.de/csswork/css-box-modell/boxmodell-01.html
  @see http://www.washington.edu/webinfo/snippets/css/boxmodel.html
*/
.floatbox{
  position: relative;
}
/* clear float @see http://www.positioniseverything.net/explorer/peekaboo.html */
.floatbox:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .floatbox { height: 1%; }



*+html DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image {margin-right:0px; padding-right:0px; padding-left:10px; margin-left:10px;}



.tnhack {
width:272px;
}

* html .tnhack {
width:262px;
}

/*
##########################################################
#### path: typo3conf/ext/t3saf/resources/t3css/css/clear/t3all.css
##########################################################
*/
.clear { display: inline-block; }
/* How To Clear Floats Without Structural Markup
  @see http://www.positioniseverything.net/easyclearing.html
*/
.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  width: 0;
}
/*  Hide from IE-mac + clear in float boxes for Safari browser */
.clear { display: block }
* html .clear { height: 1%; }
/* clear for float boxes */
.clear-ie { display: none }

/*
##########################################################
#### path: typo3conf/ext/t3saf/resources/t3css/css/typography/t3all.css
##########################################################
*/
/* Percentage of 16px (0.75 * 16px = 12px)*/
body { font-size: 75%; }
/* Global Font-Family */
body {
  font-family: Arial, sans-serif;
}

#content p {
line-height:18px;
}




/*
##########################################################
#### path: typo3conf/ext/t3saf/resources/t3css/css/headings/t3all.css
##########################################################
*/
 h1,h2,h3,h4,h5,h6 { font-weight:bold; margin: 0 0 0.25em 0; }
 h1 { font-size: 21px; color:#646567;  margin-bottom:11px;}
 h2 { font-size: 13px; }
 h3 { font-size: 150%; }
 h4 { font-size: 13px; }
 h5 { font-size: 100%; }
 h6 { font-size: 90%; }

h2,h3 {
	margin:1em 0;
}

h1 {
	margin:0em 0;
	font-weight:lighter;
	color:#646567;
}

h2 {
	margin:0em 0;
	color:#64A0D7;
	font-weight:ligther;
}

h3 {
	margin:0em 0;
	color:#000000;
}

h5 {
	margin:0em 0;
	font-weight:bold;
	color:#64A0D7;
}

h1,h2,h3,h4,h5,h6,strong {
  font-family: Arial, sans-serif;
}

.csc-firstHeader h1{
 margin:0em 0;
 font-weight:lighter;
 color:#666769;
}



.csc-header-n2 h2{
margin:0.6em 0;
color:#64A0D7;
font-weight:ligther;
}

.csc-header-n2 h3{
margin:0.6em 0;
color:#64A0D7;
}

.csc-header-n1 h5{
margin:0 0 0.6em 0;
color:#64A0D7;
}



.parenttitle{
 font-size:21px;
 padding-left:10px;
 color:#646567;
 margin-bottom:11px;
}



div.parenttitle h1{
 font-size:21px;
 color:#646567;
 margin-bottom:11px;
}


div.bluesubtitle{
 font-family:arial;
 color: #64A0D7;
 font-size:14px;
 font-weight:ligther;
 margin-bottom:3px;
}



div.bluesubtitle h2{
 font-family:arial;
 color: #5E5D62;
 font-size:14px;
 font-weight:ligther;
 margin-bottom:3px;
}
/*
##########################################################
#### path: typo3conf/ext/t3saf/resources/t3css/css/color/t3all.css
##########################################################
*/
/* Font-Color */
body{
  color: #444;
}
/*Body-Color */
body {
  background: #F5F8FC;
}
h1,h2,h3,h4,h5,h6 {
  color: #111;
}

/*
##########################################################
#### path: typo3conf/ext/t3saf/resources/t3css/css/list/t3all.css
##########################################################
*/
blockquote,ul,ol,dl {
	margin:1em;
}
ol,ul,dl {
	margin-left:1.3em;
}
ol li {
	list-style: decimal outside;
}
ul li {
        list-style: disc outside; 
        color: #646567; 
        list-style-image:url(http://p111927.typo3server.info/typo3conf/ext/t3saf/resources/images/bullet.gif);
        
}
dl dd {
	margin-left:1em;
}

.csc-bulletlist-0{
line-height:15px;
margin-top:0px;
}

.csc-bulletlist-0 li{
padding-bottom:5px;
font-size:12px;
  color: #646567;
font-family:Arial;
}
/*
##########################################################
#### path: typo3conf/ext/t3saf/resources/t3css/css/redges/t3all.css
##########################################################
*/
/* @see http://www.html.it/articoli/nifty/index.html, http://www.spiffycorners.com/ */
* html .redges-in {height:1%}
.redges-in, .redges-1, .redges-2, .redges-3, .redges-4 {overflow:hidden}
.redges-in, .redges-out, .redges-1, .redges-2, .redges-3, .redges-4 {display:block;}
.redges-out {background:transparent; font-weight:normal; }
/* border left and right and the padding*/
.redges-in {border-left:1px solid #ccc; border-right:1px solid #ccc; padding:0.5em 1em;}
/*building the round edges no-size*/
.redges-1, .redges-2, .redges-3, .redges-4 {font-size:1px;}
/*building the round edges*/
.redges-1, .redges-2, .redges-3 {height:1px;}
/*building the round edges border-color*/
.redges-2, .redges-3, .redges-4 { border-left:1px solid #ccc; border-right:1px solid #ccc;}
/*background for topborder*/
.redges-1 {margin:0 5px; background:#ccc;}
.redges-2 {margin:0 3px; border-width:0 2px;}
.redges-3 {margin:0 2px;}
.redges-4 {margin:0 1px; height:2px;}


/*
##########################################################
#### path: typo3conf/ext/t3saf/resources/t3css/css/redges/bgc/t3all.css
##########################################################
*/
.redges-bgc-gray {
	background:#e8e8e8;
}
.redges-bgc-white{
	background:#fff;
}
.redges-bgc-red{
	background:#efa7a7;
}
/*
##########################################################
#### path: typo3conf/ext/t3saf/resources/t3css/css/menu/line/t3all.css
##########################################################
*/
.menu-line {
  /* float ie */
  width: 100%;
  overflow: hidden;
  /* float all browsers */
  float: left;
  text-align:center;
  display: inline;
  line-height: 0em;
  margin-left:250px;
}
.menu-line .info,
.menu-line ul,
.menu-line ul li{
  /* bug ie */
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
}
.menu-line ul li {
  list-style-type: none;
}
.menu-line ul li span.noanker,
.menu-line ul li a {
  color: #000;
  display: block;
  margin: 0;
  width: auto;
}
.menu-line ul li a,
.menu-line ul li span.noanker,
.menu-line ul li.current a,
.menu-line ul li a:focus,
.menu-line ul li a:hover,
.menu-line ul li a:active  {
  text-decoration: none;
}
.menu-line ul li span.noanker,
.menu-line ul li.current a,
.menu-line ul li a {
  background: transparent;
}
.menu-line-right{
}







.menu-line-top{
font-size:10px;
position:absolute;
bottom: 4px;
right: 18px;
z-index:99;
}
.menu-line-top ul{
margin:0;
padding:0;
list-style-type:none;
font-size:10px;
}
.menu-line-top ul li{
float:left;
padding: 0px 0px 0px 0px;
font-size:10px;
}
.menu-line-top ul li a{
display: block;
padding: 1px 15px 1px 15px;
background: #ffffff;
color: #000000;
font: bold 1.2em Arial,Helvetica,Verdana;
text-decoration:none;
background-repeat: no-repeat;
background-attachment: scroll;
background-position: top right;
background-image: url(http://p111927.typo3server.info/typo3conf/ext/t3saf/resources/images/mag_or.gif)
}
.menu-line-top ul li a:hover{
font: bold 1.2em Arial,Helvetica,Verdana;
color: #FF6300;
background: #ffffff;
text-decoration:none;
background-repeat: no-repeat;
background-attachment: scroll;
background-position: bottom left;
background-image: url(http://p111927.typo3server.info/typo3conf/ext/t3saf/resources/images/mag_ul.gif)
}

.menu-line-top .nav-root-top-current a{
font: bold 1.2em Arial,Helvetica,Verdana;
background: #ffffff;
color: #FF6300;
background-repeat: no-repeat;
background-attachment: scroll;
background-position: top right;
background-image: url(http://p111927.typo3server.info/typo3conf/ext/t3saf/resources/images/mag_or.gif)

}


#menu-root{
text-align:center;
}



















/*
##########################################################
#### path: typo3conf/ext/t3saf/resources/t3css/css/menu/list/t3all.css
##########################################################
*/
.menu-list {
    font-family:arial;
    width: 182px;
    height:100%;
    overflow: hidden;
    list-style-type: none;
    background: #F5F8FD;
    background-image: url(http://p111927.typo3server.info/typo3conf/ext/t3saf/resources/images/afc_menu_sub_bg.jpg);
    background-repeat: no-repeat;
    background-position: top left; 
    padding-bottom:20px;
}

.menu-list ul {
	 list-style-type: none; margin:0; padding: 0;
}
.menu-list li {
	float:left; width: 100%; margin:0; padding: 0;
}
.menu-list .current{
 padding-left:0px;
 margin-left:0px;
}

.menu-list li a {
  display: block;
  text-decoration:none;
  background-image: url(http://p111927.typo3server.info/typo3conf/ext/t3saf/resources/images/strich_navi.gif);
  background-position:bottom left;
  background-repeat: no-repeat;
  height:8px;
  margin:0;
}


.menu-list li a:hover {
  text-decoration:none;
  background-image: url(http://p111927.typo3server.info//typo3conf/ext/t3saf/resources/images/strich_navi_active.gif);
  background-position:bottom left;
  background-repeat: no-repeat;
  height:8px;
  margin:0;
}





.menu-list li li a {
  display: block;
  text-decoration:none;
  background-image:none;
  height:15px;
  color:#646567;
  font-size:11px;
  padding-left:17px;
  padding-right:0px;
  padding-top:0px;
  padding-bottom:0px;
  font-weight:lighter;
}

.menu-list li li a:hover {
  display: block;
  text-decoration:none;
  background-image:none;
  list-style: disc outside;
   height:15px;
  color:#646567;
  font-size:11px;
  padding-right:0px;
  padding-top:0px;
  padding-bottom:0px;
  padding-left:17px;
  font-weight:lighter;
}


.ifsub li a {
  display: block;
  text-decoration:none;
  background-image: none;
  background-position:top left;
  background-repeat: no-repeat;
}


.active2 ul li{
 list-style: disc outside;
 color: #000; 
}

.active2 li a{
 background-image:none;
}


li.active2 a{
  background-image: url(http://p111927.typo3server.info/typo3conf/ext/t3saf/resources/images/strich_navi_active.gif);
  background-position:bottom left;
  background-repeat: no-repeat;
}


.active2 li a:hover{
 background-image:none;
 color:#000;
}



span.noanker a{
  background-image: url(http://p111927.typo3server.info/typo3conf/ext/t3saf/resources/images/strich_navi_active.gif);
  background-position:bottom left;
  background-repeat: no-repeat;
  width:176px;
}






.no2 li{
 margin-top:0px;
 margin-left:20px;
 font-size:11px;
 width:182px;
 list-style: disc outside; 
 color: #000;
 font-weight:lighter;
 height:14px;
 padding-bottom:0px;
}

li.no2{
 width:176px;
 color: #000; 
 padding-bottom:0px;
}


li.no2 a{
 background-image:none;
 margin-left:20px;
}



li.current2{
 font-size:11px;
 font-weight:bold;
}

span.current2 a{
 font-size:11px;
 font-weight:bold;
}


.current li a{
  display: block;
  text-decoration:none;
  background-image: url(http://p111927.typo3server.info/typo3conf/ext/t3saf/resources/images/strich_navi_active.gif);
  background-position:bottom left;
  background-repeat: no-repeat;
  padding-left:0px;
  margin-left:0px;
  height:18px;
}

.current li {
  padding:0px;
  margin:0px;
  padding-left:0px;
  margin-left:0px;
}

li.no a{
padding:0;
margin:0;
}











.menu-list-2 {
    width: 204px;
    overflow: hidden;
    list-style-type: none;
    border: #D4D5D9 solid 1px;
    border-top: #D4D5D9 solid 0px;
    border-bottom: #D4D5D9 solid 0px;
    padding-top:5px;
}
.menu-list-2 ul {
	 list-style-type: none; margin:0; padding: 0;
}
.menu-list-2 li {
	float:left; width: 100%; margin:0; padding: 0;
}


.menu-list-2 li a {
  display: block;
  text-decoration:none;
}

.menu-list-2 li a:hover {
  text-decoration:none;
  color:#ffffff;
}

.current li a{
  display: block;
  text-decoration:none;
  padding-left:0px;
  margin-left:0px;
  height:18px;
}

li.current2{
 font-size:11px;
 font-weight:bold;
}


.menu-list-2 li li a {
  display: block;
  text-decoration:none;
  background-image:none;
  height:15px;
  color:#646567;
  font-size:11px;
  padding-left:25px;
  padding-right:0px;
  padding-top:3px;
  padding-bottom:0px;
  font-weight:lighter;
}



li.current2{
 font-size:11px;
 font-weight:bold;
}

span.current2 a{
 font-size:11px;
 font-weight:bold;
}



.menu-list-2 .active{
background-color: #9D9EA0;
margin:0px;
 }
 
 
.menu-list-2 .active{
background-color: #9D9EA0;
margin:0px;
padding:0px;
 }
 
 
.active li a{
background-color: #9D9EA0;
margin:0px;
padding:0px;
 }
/*
##########################################################
#### path: typo3conf/ext/t3saf/resources/t3css/css/print/t3all.css
##########################################################
*/
#printheader, #printfooter{
	display: none;
}

/*
##########################################################
#### path: typo3conf/ext/t3saf/resources/t3css/css/a/t3all.css
##########################################################
*/
a:focus,a:hover  { color: #64A0D7; }
a  { color: #64A0D7; text-decoration: underline; }

.mail{
color: #64A0D7;
}


.internal-link{
color: #64A0D7;
}


.internal-link a{
color: #64A0D7;
text-decoration:none;
}

.internal-link a:hover{
color: #64A0D7;
text-decoration: underline;
}



.external-link-new-window{
color: #64A0D7;
font-weight:lighter;
}

.external-link-new-window a{
color: #64A0D7;
text-decoration:none;
font-weight:lighter;
}

.external-link-new-window a:hover{
color: #64A0D7;
text-decoration: underline;
font-weight:lighter;
}







.csc-uploads-fileName p{
font-size:12px;
color: #64A0D7;
}

.csc-uploads-fileName a{
font-size:12px;
color: #64A0D7;
}

.csc-uploads-fileName a{
font-size:12px;
color: #64A0D7;
}


td.csc-uploads-fileName {
padding-left:10px;
margin-left:10px;
color: #64A0D7;
}

.download{
color: #64A0D7;
}


.download a{
color: #64A0D7;
text-decoration:none;
}

.download a:hover{
color: #64A0D7;
text-decoration: underline;
}

p.bodytext a{
color: #64A0D7;
text-decoration:none;
}

p.bodytext a:hover{
color: #64A0D7;
text-decoration: underline;
}


.csc-sitemap li a{
color:#64A0D7;
text-decoration:none;
}

.csc-sitemap li a:hover{
color:#646567;
text-decoration:underline;
}

.tiplink{
color:#64A0D7;

}


.tiplink a{
color:#64A0D7;
text-decoration:none;
}

.tiplink a:visited{
color:#64A0D7;
text-decoration:none;
}

.tiplink a:active{
color:#64A0D7;
text-decoration:none;
}

.tiplink a:hover{
color:#646567;
text-decoration:underline;
}


.printlink {
color:#64A0D7;
text-decoration:none;
}

.printlink a{
color:#64A0D7;
text-decoration:none;
}

/*
##########################################################
#### path: typo3conf/ext/t3saf/resources/t3css/css/boxes/obsolet/t3all.css
##########################################################
*/
#b5{
  padding: 10px;
}

/*
##########################################################
#### path: typo3conf/ext/t3saf/resources/t3css/css/menu/line/obsolet/t3all.css
##########################################################
*/
.menu-line ul li .info,
.menu-line ul li span.noanker,
.menu-line ul li a
{
   padding: 0.5em 0.8em 0.5em 0.8em;
}

.menu-line ul li span.noanker,
.menu-line ul li a,
.menu-line .info,
.menu-line ul li .info,
.menu-line ul li
{
   font-size: 1em;
}
.menu-line ul li.current span.noanker,
.menu-line ul li span.noanker,
.menu-line ul li.current a,
.menu-line ul li.current a:focus,
.menu-line ul li.current a:hover,
.menu-line ul li.current a:active{
	color: #fff;
}
.menu-line ul li a:focus,
.menu-line ul li a:hover,
.menu-line ul li a:active,
.menu-line ul li.current {
  background: #ccc;
}
.menu-line ul li span.noanker,
.menu-line ul li a {
  font-weight: bold;
}
.menu-line .info
{
   line-height: 2em;
}
.menu-line ul li
{
   line-height: 1em;
}
/*
##########################################################
#### path: typo3conf/ext/t3saf/resources/t3css/css/menu/list/obsolet/t3all.css
##########################################################
*/
.menu-list .current,
.menu-list li a{
  padding: 0.5em 0.8em 1.2em 0.8em;
}


.current{
padding-left:0px;
margin-left:0px;
}


.menu-list .current,
.menu-list li a:hover {
  color: #646567;
}
.menu-list .current,
.menu-list li a,
.menu-list .current{
  font-weight: bold;
  font-size: 1em;
  line-height: 1em;
}
.menu-list li a {
  color: #646567;
  font-size:11px;
}





.menu-list-2 .current,
.menu-list-2 li a{
  padding: 0.2em 0.2em 0.2em 1.1em;
  margin-top:3px;
  margin-bottom:3px;
  font-weight: bold;
}

.menu-list-2 .current,
.menu-list-2 li a:hover {
  background-color: #9D9EA0;
  color:#ffffff;
}
.menu-list-2 .current,
.menu-list-2 li a,
.menu-list-2 .current{
  font-weight: bold;
  font-size: 1em;
  line-height: 1em;
  background-color: #C1C2C4;
}
.menu-list-2 li a {
  color: #ffffff;
  font-weight: bold;
}


.menu-list-2 .current{
background-color: #9D9EA0;
 }

.navsubheader{
 width:164px;
 background-color: #D22C82;
 color:#ffffff;
 padding-left:10px;
 margin-bottom:1px;
 font-weight:bold;
}

/*
##########################################################
#### path: typo3conf/ext/t3saf/resources/t3css/css/float/box/modi/t3all.css
##########################################################
*/
 .floatbox-33{
	width: 33%;
}
 .floatbox-15{
	width: 15%;
}
 .floatbox-margin33{
	margin: 0 193px 0 500px;
}
.floatbox-margin15{
	margin: 0 15%;
}
.floatbox-margin25margin0{
	margin-left: 25%;
	margin-right: 0;
}
