/*
##########################################################
#### path: typo3conf/ext/t3sdialyse-saalouis/resources/t3css/css/charset/t3all.css
##########################################################
*/
@charset "UTF-8";
/*
##########################################################
#### path: typo3conf/ext/t3sdialyse-saalouis/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/t3sdialyse-saalouis/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/t3sdialyse-saalouis/resources/t3css/css/body/t3all.css
##########################################################
*/
body {
 /* set the layout center for ie */
 text-align: right;
 padding: 10px;
}


div#rechts {
 float:right;
 width:100%;
}

.bodyout{
 /* set the layout center for standart browser */
 margin: 0 auto;
 margin-right:0px;
 border:1px solid #444547;
 background: #DCDDDF;
  /* set the layout center for ie -> reset text align */
 text-align: right;
}


.bodyin{
 margin:0;  
 background: #DCDDDF;
 border: 10px #DCDDDF solid;
 border-top: 0px #DCDDDF solid;
 text-align: right;
 width:981px;
}
.bodybox{
  background: #DCDDDF;
  clear:both;
 text-align: left;
  width:auto;
}


.aclass {
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/t3simages/spacer.png';,sizingMethod='crop');
 background-position: top left;
 background-repeat: no-repeat;
} ´


#advice-required-uid2{
color:#ff0000;
}


powermail_mandatory_js{
color:#ff0000;
}

.powermail_mandatory span{
color:#ff0000;
}´

span.powermail_mandatory{
color:#ff0000;
}

.powermail_mandatory_js{
color:#ff0000;
}

span.powermail_mandatory_js{
color:#ff0000;
}


/*
##########################################################
#### path: typo3conf/ext/t3sdialyse-saalouis/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/t3sdialyse-saalouis/resources/t3css/css/table/t3all.css
##########################################################
*/
table {
	 border-collapse:collapse;
	 empty-cells:show;
	 font-size:13px;
	 width:100%;

}
table caption {
	text-align:left;
	font-weight:bold;
	color:#444444;
	margin:0.2em;
}
table th, table thead td{
	color:white;
	padding:3px 5px;
	height:2em;
	font-weight:bold;

}
table td {
	height:2em;
	padding:3px 5px;
	text-align:left;
	font-weight:normal;
}
table td, table th {
	border: 2px solid #fff;
}
table tr.odd {background: #e8e8e8;}
table tr.even {background: #d9d9d9;}

/*
##########################################################
#### path: typo3conf/ext/t3sdialyse-saalouis/resources/t3css/css/form/t3all.css
##########################################################
*/
/* only for the float forms class form! */
form fieldset label {
	font-weight: bold;
	margin-top: 5px;
}
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;
}
form fieldset p input, form fieldset p textarea, form fieldset p  select{
   margin-top: 5px;
}
input:focus , textarea:focus , select:focus {
  background: #ffc;
}

option {
	/* fix small select-option */
	padding-left: 0.3em;
	border:none;
    background:none;
    width:auto;
}
form fieldset textarea{
    width: 90%;
}
form fieldset p textarea{
    width: 70%;
}

fieldset    { padding:1em; border: 1px solid #ccc; margin-bottom: 10px; }
legend      { font-weight: bold; font-size:1.2em; }

/*
##########################################################
#### path: typo3conf/ext/t3sdialyse-saalouis/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/t3sdialyse-saalouis/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: 25%;
  z-index: 3;
  float: left;
}
 .floatbox-before .floatbox{
 z-index: 4;
}
* html .floatbox-before { display: inline }

 .floatbox-after{
  width: 25%;
  z-index: 5;
  float: right;
}
 .floatbox-after .floatbox{
	z-index: 6;
}
 .floatbox-middle{
  margin: 0 25%;
  z-index: 1;
  width:auto;
}

* html .floatbox-middle { display: inline }
 .floatbox-middle .floatbox{
	z-index: 2;
}
.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 .headerbgclass { width: 787px; }
*+html .headerbgclass { width: 780px; margin-right:0px; padding-right:0px;}

.contentwidth { width: 695px; }
* html .contentwidth { width: 650px; }
/*
##########################################################
#### path: typo3conf/ext/t3sdialyse-saalouis/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/t3sdialyse-saalouis/resources/t3css/css/typography/t3all.css
##########################################################
*/
/* Percentage of 16px (0.75 * 16px = 12px)*/
body { font-size: 75%; }
/* Global Font-Family */
body {
  font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
}




/*
##########################################################
#### path: typo3conf/ext/t3sdialyse-saalouis/resources/t3css/css/headings/t3all.css
##########################################################
*/
 h1,h2,h3,h4,h5,h6 { font-weight:bold; margin: 0 0 0.25em 0; }
 h1 { font-size: 100%; }
 h2 { font-size: 190%; }
 h3 { font-size: 150%; }
 h4 { font-size: 130%; }
 h5 { font-size: 100%; }
 h6 { font-size: 90%; }

h1,h2,h3 {
	margin:1em 0;
}

h1,h2,h3,h4,h5,h6,strong {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight:bold;
}


#topcontent .csc-firstHeader h1{
color:#fff;
}

H5.csc-firstHeader { margin-top: 16px; margin-bottom: 2px; font-size: 13px; font-weight:bold; color: #ffffff;  }



/*
##########################################################
#### path: typo3conf/ext/t3sdialyse-saalouis/resources/t3css/css/color/t3all.css
##########################################################
*/
/* Font-Color */
body{
  color: #444;
}
/*Body-Color */
body {
   background:#808080;
}
h1,h2,h3,h4,h5,h6 {
  color: #3E484A;
}

/*
##########################################################
#### path: typo3conf/ext/t3sdialyse-saalouis/resources/t3css/css/list/t3all.css
##########################################################
*/
blockquote,ul,ol,dl {
	margin:1em;
}
ol,ul,dl {
	margin-left:2em;
}
ol li {
	list-style: decimal outside;
}
ul li {
	list-style: disc outside;
}
dl dd {
	margin-left:1em;
}
/*
##########################################################
#### path: typo3conf/ext/t3sdialyse-saalouis/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/t3sdialyse-saalouis/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/t3sdialyse-saalouis/resources/t3css/css/menu/line/t3all.css
##########################################################
*/
.menu-line {
  /* float ie */
  width: 100%;
  overflow: hidden;
  /* float all browsers */
  float: left;
  display: inline;
  line-height: 0em;
}
.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{
}



.title-menu-line {
  /* float ie */
  width: 100%;
  overflow: hidden;
  /* float all browsers */
  float: left;
  display: inline;
  line-height: 0em;
}
.title-menu-line .info,
.title-menu-line ul,
.title-menu-line ul li{
  /* bug ie */
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
}
.title-menu-line ul li {
  list-style-type: none;
}
.title-menu-line ul li span.noanker,
.title-menu-line ul li a {
  color: #F68236;
  display: block;
  margin: 0;
  width: auto;
}
.title-menu-line ul li a,
.title-menu-line ul li span.noanker,
.title-menu-line ul li.current a,
.title-menu-line ul li a:focus,
.title-menu-line ul li a:hover,
.title-menu-line ul li a:active  {
  text-decoration: none;
}
.title-menu-line ul li span.noanker,
.title-menu-line ul li.current a,
.title-menu-line ul li a {
  background: transparent;
}
.title-menu-line-right{
}


.no {width:130px;}



/*
##########################################################
#### path: typo3conf/ext/t3sdialyse-saalouis/resources/t3css/css/menu/list/t3all.css
##########################################################
*/
.current li{
    padding:0; 
    margin:0px;
}

.current2 li{
    padding:0; 
    padding-top:4px;
    padding-bottom:3px;
    margin:0px;
}


.menu-list {
    overflow: hidden;
    list-style-type: none;
    width:261px;
    height:100%;
    background:tranparent;
}
.menu-list ul {
    height:100%;
    list-style-type: none; 
    margin:0; 
    padding:0; 
    padding-top:4px; 
    color:#585C60; 
    font-size:12px; 
    background:tranparent;
}
.menu-list li {
    float:left; 
    width: 100%; 
    margin:0; 
    padding:0; 
    padding-left:55px; 
    color:#585C60; 
    font-size:12px; 
    line-height:12px; 
    background:tranparent;
}
.menu-list .current{
    background:tranparent;
}

.menu-list li a {
    display: block;
    text-decoration:none;
    color:#585C60;
    background:tranparent;
    outline: none;
}
.menu-list li a:hover {
    text-decoration:none;
    background:tranparent;
}

.menu-list li a:active {
    text-decoration:none;
    background:tranparent;
    outline: none;
}


/* #####test##### */
.menu-list ul li span.noanker{
  display: block;
  margin: 0;
  padding-left:55px;
  padding-top:0px;
  padding-bottom:0px;
  width: auto;
  height:100%;
  line-height:12px;
}
/* #####test##### */



.menu-list-6 {
    overflow: hidden;
    list-style-type: none;
    width:261px;
    height:100%;
    background:tranparent;
}
.menu-list-6 ul {
    height:100%;
    list-style-type: none; 
    margin:0; 
    padding:0; 
    padding-top:4px; 
    color:#585C60; 
    font-size:12px; 
    background:tranparent;
}
.menu-list-6 li {
    float:left; 
    width: 100%; 
    margin:0; 
    padding:0; 
    padding-left:55px; 
    color:#585C60; 
    font-size:12px; 
    line-height:12px; 
    background:tranparent;
}
.menu-list-6 .current{
    background:tranparent;
}

.menu-list-6 li a {
    display: block;
    text-decoration:none;
    color:#585C60;
    background:tranparent;
    outline: none;
}
.menu-list-6 li a:hover {
    text-decoration:none;
    background:tranparent;
}

.menu-list-6 li a:active {
    text-decoration:none;
    background:tranparent;
    outline: none;
}


/* #####test##### */
.menu-list-6 ul li span.noanker{
  display: block;
  margin: 0;
  padding-left:55px;
  padding-top:0px;
  padding-bottom:0px;
  width: auto;
  height:100%;
  line-height:12px;
}
/* #####test##### */












#nav {
 float:left;
 width: 191px;
 background: url(http://p54550.typo3server.info/typo3conf/ext/t3sdialyse-saalouis/resources/images/root_navi_bg.png) no-repeat top left;
 height:183px;
 list-style-image: none;
 list-style-type: none;
 margin-left:0px;
 padding-left:0px;
}

* html b\ody #nav{
background: url(http://p54550.typo3server.info/typo3conf/ext/t3sdialyse-saalouis/resources/images/root_navi_bg.gif) no-repeat top left;
} 



#nav a {
 display:block;
 height:20px;
 padding:4px 0 0 40px;
 border:0px solid;
 color:#fff;
 font-size:14px;
 font-weight:bold;
 text-decoration:none;
 background:url(http://p54550.typo3server.info/typo3conf/ext/t3sdialyse-saalouis/resources/images/root_item_bg.png) no-repeat;
 background-position:0 -168px;
 outline: none;
 }
#nav li#first a:hover, #nav li#first_act a {
 background:url(http://p54550.typo3server.info/typo3conf/ext/t3sdialyse-saalouis/resources/images/root_item_bg.png) no-repeat;
 background-position:0 0;
 outline: none;
 }
#nav li#second a:hover, #nav li#second_act a {
 background:url(http://p54550.typo3server.info/typo3conf/ext/t3sdialyse-saalouis/resources/images/root_item_bg.png) no-repeat;
 background-position:0 -24px;
 outline: none;
 }
#nav li#third a:hover, #nav li#third_act a {
 background:url(http://p54550.typo3server.info/typo3conf/ext/t3sdialyse-saalouis/resources/images/root_item_bg.png) no-repeat;
 background-position:0 -48px;
 outline: none;
 }
#nav li#fourth a:hover, #nav li#fourth_act a {
 background:url(http://p54550.typo3server.info/typo3conf/ext/t3sdialyse-saalouis/resources/images/root_item_bg.png) no-repeat;
 background-position:0 -72px;
 outline: none;
 }
#nav li#fifth a:hover, #nav li#fifth_act a {
 background:url(http://p54550.typo3server.info/typo3conf/ext/t3sdialyse-saalouis/resources/images/root_item_bg.png) no-repeat;
 background-position:0 -96px;
 outline: none;
 }
#nav li#sixth a:hover, #nav li#sixth_act a {
 background:url(http://p54550.typo3server.info/typo3conf/ext/t3sdialyse-saalouis/resources/images/root_item_bg.png) no-repeat;
 background-position:0 -120px;
 outline: none;
 }
#nav li#seventh a:hover, #nav li#seventh_act a {
 background:url(http://p54550.typo3server.info/typo3conf/ext/t3sdialyse-saalouis/resources/images/root_item_bg.png) no-repeat;
 background-position:0 -144px;
 outline: none;
 }
#nav ul {
 padding:0;
 margin:10px 0px 0px 0px;
 list-style-image: none;
 list-style-type: none;
 }
#nav li {
 height:24px;
 margin:0 0 0 0;
 padding:0 0 0 0;
 background:transparent url(http://p54550.typo3server.info/typo3conf/ext/t3sdialyse-saalouis/resources/images/nav_dotted_line.gif) repeat-x;
 background-position:0 34px;
 outline: none;
 list-style-image: none;
 list-style-type: none;
 }




















* html b\ody #nav a {
 display:block;
 height:20px;
 padding:4px 0 0 40px;
 border:0px solid;
 color:#fff;
 font-size:14px;
 font-weight:bold;
 text-decoration:none;
 background:url(http://p54550.typo3server.info/typo3conf/ext/t3sdialyse-saalouis/resources/images/root_item_bg.gif) no-repeat;
 background-position:0 -168px;
 outline: none;
 }
* html b\ody #nav li#first a:hover, * html b\ody #nav li#first_act a {
 background:url(http://p54550.typo3server.info/typo3conf/ext/t3sdialyse-saalouis/resources/images/root_item_bg.gif) no-repeat;
 background-position:0 0;
 outline: none;
 }
* html b\ody #nav li#second a:hover, * html b\ody #nav li#second_act a {
 background:url(http://p54550.typo3server.info/typo3conf/ext/t3sdialyse-saalouis/resources/images/root_item_bg.gif) no-repeat;
 background-position:0 -24px;
 outline: none;
 }
* html b\ody #nav li#third a:hover, * html b\ody #nav li#third_act a {
 background:url(http://p54550.typo3server.info/typo3conf/ext/t3sdialyse-saalouis/resources/images/root_item_bg.gif) no-repeat;
 background-position:0 -48px;
 outline: none;
 }
* html b\ody #nav li#fourth a:hover, * html b\ody #nav li#fourth_act a {
 background:url(http://p54550.typo3server.info/typo3conf/ext/t3sdialyse-saalouis/resources/images/root_item_bg.gif) no-repeat;
 background-position:0 -72px;
 outline: none;
 }
* html b\ody #nav li#fifth a:hover, * html b\ody #nav li#fifth_act a {
 background:url(http://p54550.typo3server.info/typo3conf/ext/t3sdialyse-saalouis/resources/images/root_item_bg.gif) no-repeat;
 background-position:0 -96px;
 outline: none;
 }
* html b\ody #nav li#sixth a:hover, * html b\ody #nav li#sixth_act a {
 background:url(http://p54550.typo3server.info/typo3conf/ext/t3sdialyse-saalouis/resources/images/root_item_bg.gif) no-repeat;
 background-position:0 -120px;
 outline: none;
 }
* html b\ody #nav li#seventh a:hover, * html b\ody #nav li#seventh_act a {
 background:url(http://p54550.typo3server.info/typo3conf/ext/t3sdialyse-saalouis/resources/images/root_item_bg.gif) no-repeat;
 background-position:0 -144px;
 outline: none;
 }


















/*
##########################################################
#### path: typo3conf/ext/t3sdialyse-saalouis/resources/t3css/css/print/t3all.css
##########################################################
*/
#printheader, #printfooter{
	display: none;
}

/*
##########################################################
#### path: typo3conf/ext/t3sdialyse-saalouis/resources/t3css/css/a/t3all.css
##########################################################
*/
a:focus { color: #444; }
a  { text-decoration: underline; color:#444444;}

a:active {outline: none;}
a:hover {text-decoration: underline; color: #F68236;  }


.head_menu_sub {
font-weight:bold;
line-height:12px;
}
a.head_menu_sub                 { font-weight:bold; color:#6F6F6F; line-height:12px;}
a.head_menu_sub:link            { font-weight:bold; color:#727176; text-decoration:none; }
a.head_menu_sub:visited         { font-weight:bold; color:#727176; text-decoration:none; }
a.head_menu_sub:hover           { font-weight:bold; color:#EF6D2F; text-decoration:none; }
a.head_menu_sub:active          { font-weight:bold; color:#CA704E; text-decoration:none; }
a.head_menu_sub:focus           { font-weight:bold; color:#6F6F6F; text-decoration:none; }

.sel{
color:#B5C2A6;
}

span.head_print_link                   { font-weight:bold; color:#6F6F6F; padding:0; margin:0; }
span.head_print_link a:link            { font-weight:bold; color:#727176; text-decoration:none; padding:0; margin:0;}
span.head_print_link a:visited         { font-weight:bold; color:#727176; text-decoration:none; padding:0; margin:0; }
span.head_print_link a:hover           { font-weight:bold; color:#EF6D2F; text-decoration:none; padding:0; margin:0; }
span.head_print_link a:active          { font-weight:bold; color:#CA704E; text-decoration:none; padding:0; margin:0; }
span.head_print_link a:focus           { font-weight:bold; color:#6F6F6F; text-decoration:none; padding:0; margin:0; }

.mail {
line-height:18px;
}
a.mail                 { color:#6F6F6F; line-height:18px;}
a.mail:link            { color:#727176; text-decoration:none; }
a.mail:visited         { color:#727176; text-decoration:none; }
a.mail:hover           { color:#EF6D2F; text-decoration:underline; }
a.mail:active          { color:#CA704E; text-decoration:none; }
a.mail:focus           { color:#6F6F6F; text-decoration:none; }
/*
##########################################################
#### path: typo3conf/ext/t3sdialyse-saalouis/resources/t3css/css/boxes/obsolet/t3all.css
##########################################################
*/
#b5{
  padding: 10px;
}

/*
##########################################################
#### path: typo3conf/ext/t3sdialyse-saalouis/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/t3sdialyse-saalouis/resources/t3css/css/menu/list/obsolet/t3all.css
##########################################################
*/
.menu-list .current,
.menu-list li a{
  padding: 0.5em 0.8em 0.5em 0.8em;
}

.current{
padding-left:65px;
}

.current2{
padding-left:0px;
}

.current2{
padding: 0.5em 0.8em 0.5em 0.8em;
padding-top:4px;

}

.menu-list .current,
.menu-list li a:hover {
  background-color: transparent;
   color: #4E5555;
}
.menu-list .current,
.menu-list li a,
.menu-list .current{
  font-weight: bold;
  font-size: 1em;
  line-height: 1em;
}

.menu-list .current2{
  font-weight: bold;
  font-size: 1em;
  line-height: 1.2em;
}

.menu-list li a {
  color: #868A89;
}

.noanker{
  padding-left:65px;
  background-color: transparent;
}

.noanker SPAN{
  background-color: transparent;
}
/*
##########################################################
#### path: typo3conf/ext/t3sdialyse-saalouis/resources/t3css/css/float/box/modi/t3all.css
##########################################################
*/
 .floatbox-33{
	width: 33%;
}
 .floatbox-15{
	width: 15%;
}
 .floatbox-margin33{
	margin: 0 33%;
}
.floatbox-margin15{
	margin: 0 15%;
}
.floatbox-margin25margin0{
	margin-left: 25%;
	margin-right: 0;
}
