/*///////////////////////////////////////
///// TEMPLATE DEFINITIONS â€“ SCREEN
////////////////////////////////////////


*
*  The following CSS data defines the general elements used in the Typo3 template.
*  Copyright by Balz Rittmeyer, 2007, apologet@bluewin.ch
*


/*******************
*	GENERAL TAGS
********************
*
*
*	Definition of the website's general tags
*
*
*******************************************************
*	MENU AREA CONTAINER
*
*/

#staticinfo {
	display: none;
}

* {
	margin:0px;
	padding:0px;
}

html,body {

	height: 100%;

}

body {

	font-family: verdana,Arial, Helvetica, Sans Serif;
	font-size: 12px;
    background-repeat:repeat-y;
    background-position:left;
    background-color:#FFFFCC;
	margin: 0px;
	height: 100%;
	padding: 0px;
	font-family: verdana,Arial, Helvetica, Sans Serif;
	font-size: 12px;
	color: #000000;

	background-image: url('../images/body_bg.gif');
}

div {
	text-align:left;
}


/*
*
*
*
*	(END OF GENERAL TAGS)
********************************************************/








/*******************
*	WRAPS
********************
*
*
*	Definition of the website's main and sub wraps
*
*
*******************************************************
*	MAIN WRAPS
*
*/


#pageWrap {

	position:relative; /* => footer */
	top:0px;

	/*  page width  */
	width:1000px;

	min-height:100%;
	height:auto !important;
	height: 100%;



}

#topWrap { /* => footer */
	width: 100%;
}

#topWrap:after { /* => footer */

  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;

}

#bottomWrap {

	position:absolute;
	bottom:0pt !important;

	width:100%;
	height:40px; /* => footer height */
}


/*******************************************************
*	SUB WRAPS
*
*/


#headerWrap {
	display:none;
}


#menuWrap {
	display: none;
}

#contentWrap {

	float: left;

}

#footerWrap {
	display: none;
}


/*
*
*
*
*	(END OF WRAPS)
********************************************************/








/*******************
*	MENU AREA
********************
*
*
*	Definition of the website's menu elements
*
*
*******************************************************
*	GENERAL MENU DEFINITIONS
*
*/




/*
*
*
*
*	(END OF MENU AREA)
********************************************************/








/*******************
*	FOOTER
********************
*
*
*	Definition of the website's footer tags
*
*
******************************************************
*	FOOTER TAGS & HYPERLINKS
*
*/

/*
*
*
*
*	(END OF FOOTER)
********************************************************/


#contentWrap ul li {
	line-height: 15px;
	padding-left: 15px;
	padding-top: 0px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	margin-left: 0px;
}
#contentWrap ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0px;
}

a:link, a:visited{
	color: #a31a1a;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

td {
	font-size: 12px;
}


fieldset{
	padding: 10px;
}
fieldset legend {
	margin-left: 10px;
	font-weight: bold;
}
#exports {
	display:none;
}

#logoWrap {
	display:none;
}