/*
##########################################################
#### path: typo3conf/ext/t3sugarinfo/resources/t3css/css/charset/t3all.css
##########################################################
*/
@charset "UTF-8";
/*
##########################################################
#### path: typo3conf/ext/t3sugarinfo/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;}

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/t3sugarinfo/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/t3sugarinfo/resources/t3css/css/body/t3all.css
##########################################################
*/
body {
 /* set the layout center for ie */
 text-align: center;
 padding: 10px ;
 background: #ccc;
}
.bodyout{
 /* set the layout center for standart browser */
 margin: 0 auto;
 /* set the layout center for ie -> reset text align */
 text-align: left;
}
.bodyin{
 background: #fff;
 border: 10px #fff solid;
 margin: 0 350px;
}
.bodybox{
  background: #fff;
  clear:both;
  width:auto;
}


/*
##########################################################
#### path: typo3conf/ext/t3sugarinfo/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/t3sugarinfo/resources/t3css/css/form/t3all.css
##########################################################
*/
/* only for the float forms class form! */
.csc-mailform label, .formbox label {
	float: left;
	/* 20% of the complete width of the fieldset */
	width: 20%;
	text-align: left;
	font-weight: bold;
}
.formbox p , .csc-mailform div{
	/* clear only the leftside */
	clear: left;
	/* please no padding - see <p> padding */
}
.formbox-block{
   margin-left: 20%;
}
.formbox-nofloat {
	/* inline checkboxes with label right */
	float: none !important;
	width: auto !important;
}
/* <p> padding here */
 .csc-mailform textarea, .csc-mailform input, .formbox input, .formbox textarea, .formbox select, .formbox label{
   margin-top:3px !important;
   margin-top:0px; /*position-fix IE6*/
   margin-bottom:6px !important;
   margin-bottom:0px; /*position-fix IE6*/
}
 .csc-mailform textarea, .csc-mailform input, .formbox input, .formbox textarea, .formbox select, .submit{
   margin-left: 10px;
   border: 1px solid #ccc;
}
 .csc-mailform textarea:focus, .csc-mailform input:focus, .formbox input:focus , .formbox textarea:focus , .formbox select:focus {
  background: #ffc;
}
/* for text after checkboxes and radio */
.formbox span, .formbox-nofloat{
   top: -4px;
   position: relative;
}
option {
	/* fix small select-option */
	padding-left: 0.3em;
	border:none;
    background:none;
    width:auto;
}
 .csc-mailform textarea, .formbox textarea{
    width: 70%;
}


fieldset    { padding:1em; border: 0px solid #ccc; margin-bottom: 10px; }
legend  , .tx-loginboxmacmade-pi1-header    { font-weight: bold; font-size:1.2em; }

/*
##########################################################
#### path: typo3conf/ext/t3sugarinfo/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-left{
  width: 25%;
  z-index: 3;
  float: left;
}
 .floatbox-left .floatbox{
 z-index: 4;
}
 .floatbox-right{
  width: 25%;
  z-index: 5;
  float: right;
}
 .floatbox-right .floatbox{
	z-index: 6;
}
 .floatbox-middle{
  margin: 0 25%;
  z-index: 1;
  width:auto;
}
 .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%; }
/*
##########################################################
#### path: typo3conf/ext/t3sugarinfo/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/t3sugarinfo/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/t3sugarinfo/resources/t3css/css/headings/t3all.css
##########################################################
*/
h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 { font-size: 1.8em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 1.6em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }
h1,h2,h3,h4,h5,h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
##########################################################
#### path: typo3conf/ext/t3sugarinfo/resources/t3css/css/color/t3all.css
##########################################################
*/
/* Font-Color */
body{
  color: #444;
}

h1,h2,h3,h4,h5,h6 {
  color: #111;
}

/*
##########################################################
#### path: typo3conf/ext/t3sugarinfo/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/t3sugarinfo/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/t3sugarinfo/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{
}
/*
##########################################################
#### path: typo3conf/ext/t3sugarinfo/resources/t3css/css/menu/list/t3all.css
##########################################################
*/
.menu-list {
    width: 100%;
    overflow: hidden;
    list-style-type: none;
}
.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{
}
.menu-list li a {
  display: block;
  text-decoration:none;
}
.menu-list li a:hover {
  text-decoration:none;
}
/*
##########################################################
#### path: typo3conf/ext/t3sugarinfo/resources/t3css/css/print/t3all.css
##########################################################
*/
#printheader, #printfooter{
	display: none;
}

/*
##########################################################
#### path: typo3conf/ext/t3sugarinfo/resources/t3css/css/a/t3all.css
##########################################################
*/
a:focus,a:hover  { color: #000; }
a  { text-decoration: underline; }
/*
##########################################################
#### path: typo3conf/ext/t3sugarinfo/resources/t3css/css/boxes/obsolet/t3all.css
##########################################################
*/
#b5{
  padding: 10px;
}

/*
##########################################################
#### path: typo3conf/ext/t3sugarinfo/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/t3sugarinfo/resources/t3css/css/menu/list/obsolet/t3all.css
##########################################################
*/
.menu-list .current,
.menu-list li a{
  padding: 0.5em 0.8em 0.5em 0.8em;
  border-bottom: 1px solid #ccc;
  border-left: 0px solid  #ccc;
}

.menu-list .current,
.menu-list li a:hover {
  background-color: #ccc;
  color: #ffffff;
}
.menu-list .current,
.menu-list li a,
.menu-list .current{
  font-weight: bold;
  font-size: 1em;
  line-height: 1em;
}
.menu-list li a {
  color: #000;
}
/*
##########################################################
#### path: typo3conf/ext/t3sugarinfo/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;
}
