/**
 * Seite: billetnet.de
 * Datei: setup_neu.css
 * Media: screen
 *
 * Datum: 2008-12
 * Autor: Niels Weber  edit T.B. 2010
 * Firma: Ticcon AG
 *******************************************************************************/

*	{ margin: 0; padding: 0;			}

.print,
.hidden	{ display: none;				}
.clear	{ clear: both;					}

.error	{ color: #CC0000;				}
.ok	{ color: #006600;				}
.test	{ border: 1px dotted red; overflow: hidden;	}
.duty	{ color: #CC0000;				}

.float-left    { float: left;			}
.float-right   { float: right;			}
.align-left    { text-align: left;		}
.align-right   { text-align: right;		}
.align-center  { text-align: center;		}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * TAGS
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
A {		color: #333333; text-decoration: none; }
A:hover {	color: #000000; text-decoration: underline; }
A IMG {		border: 0; }

FIELDSET {	border: none;		}
LEGEND {	visibility: hidden;	}
FIELDSET.visible {
	padding: 5px;
	border: 1px solid #DDDDDD;
}
FIELDSET.visible LEGEND {
	padding: 0 10px 0 10px;
	visibility: visible;
	font-weight: bold;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * PARTS
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
BODY {
        width: 100%;
	background-color: #e9f3f4;
	background-image: url(../images/bg_container_01.gif);
	background-position: top center;
	background-repeat: repeat-y;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

#container {
	width: 926px;
	height: 100%;
	/*
	min-height: 1200px;
	*/
	margin: 0 auto 0 auto;
	background-image: url(../images/bg_container_01.gif);
	background-repeat: repeat-y;
	text-align: left;

}
#header {
	height: 229px;
	width: 926px;
	position: relative;
	background-position: 0 0;
	background-repeat: no-repeat;
}

#header-content{
        height: 229px;
	width: 894px;
	margin: 0px 0 0px 16px;
}



#main {
  width: 894px;
  height: auto;
  min-height: 500px;
  margin: 50px 0 0 0;
  overflow: hidden;
  background-image: url(../images/bg_content.gif);
  background-repeat: repeat-y;
}

#footer {
  width: 400px;
  height: 25px;
  margin: 0;
  padding: 50px 0 0 235px;
  clear: both;
  border-top: 0px solid #cccccc;
  background-image: url(../images/bg_content.gif);
  background-repeat: repeat-y;
  color: #999999;
  text-align: left;
}
#footer DIV.printpage,
#footer DIV.toolBox {
  height: 20px;
  padding: 0 25px 0 23px;
  display: inline-block;
  float: left;
  color: #999999;
  height: 20px;
}
#footer DIV.printpage {
  background-image: url(../images/icon_printpage.gif);
  background-position: 0 0;
  background-repeat: no-repeat;
}
#footer DIV.toolBox {
  background-image: url(../images/icon_tipafriend.gif);
  background-position: 0 0;
  background-repeat: no-repeat;
}
#footer A {
  color: #999999;
}



TABLE.typo3-adminPanel {
	position: absolute;
	top: 0;
	left: 0;
}


/****************************************************************************************************/
/***** S I T E M A P *****/
/****************************************************************************************************/

.csc-sitemap UL LI a {
	color: #333333;
}


.csc-sitemap UL LI a:hover {
	text-decoration: none;
}


.csc-sitemap UL LI {
	list-style: inside;
}
