/*///////////////////////////////////////
///// 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 {
	text-align: right !important;
	padding-right: 30px !important;
	color: #a31a1a !important;
	font-size: 11px !important;
}

#staticinfo a{
	font-weight: normal !important;
	font-size: 11px !important;
}

* {
	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 {

	float: left;
	width: 100%;
	height: 163px;

	font-size: 1.8em;
	text-transform: uppercase;
	text-align: center;
	line-height: 7em;
	font-weight: bold;
	color: #0066cc;

}

#headerWrap img {
	float:left;
}

#menuWrap {

	float: left;
	width: 250px;
	margin: 0px;
	text-align: left;
	overflow: hidden;
	padding-bottom: 10px;
}

#contentWrap {

	float: left;

	/* content width */
	width: 533px !important;
	width: 530px;
	/* content minimum height */
	min-height: 400px;
	height: auto !important;
	height: 400px;

	margin: 10px 10px 40px;
	padding: 5px;

}

#footerWrap {

	width: 100%;

}


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








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

#menuWrap ul {

	float: left;

	padding: 0px;
	padding-top: 10px;
	margin: 0px;

	list-style: none;
	min-height:150px;
}

#menuWrap ul li{

	float: left;
	clear: left;

	/* list element minimum height */
	min-height: 10px;
	height: auto !important;
	height: 10px;

	padding: 0px;
	margin: 0px;

}

/*  general link tag  */
#menuWrap li a{

	display: block;
	width: 215px;

	height: 10px;

	padding: 5px;

	font-weight:bold;
	padding-right: 30px;
	display: block;
	vertical-align: middle;
	color: #ffffcc !important;
	text-align: right;
	text-decoration: none;
	background: url(../images/menu_bg.png) no-repeat 0px 0px;
}

/*  link & visited  */
#menuWrap a:link,
#menuWrap a:visited {
	display: block;
	font-weight: bold;
	font-size: 12px;

	padding-top: 5px;
	height: 10px! important;

	text-decoration: none;
	font-size: 12px;
	text-decoration: none;
}

/*  active & hover  */
#menuWrap li#active a:link,
#menuWrap li#active a:visited,
#menuWrap a:hover {
	background-position: 0px -25px;
	color: #a31a1a;
	text-decoration: none;
}



/*******************************************************
*	MENU LEVEL 1
*
*/


ul#menu_lvl1{ }

ul#menu_lvl1 li{
		background: url(../images/menu_bg.png) no-repeat 0px 0px;
}


/*  link & visited  */


ul#menu_lvl1 li a,
ul#menu_lvl1 li a:visited {


	vertical-align: middle;
	color: #ffffcc;
	padding-top: 5px;
	text-align: right;
	text-decoration: none;
}

/*  active & hover  */
ul#menu_lvl1 li#active a:link,
ul#menu_lvl1 li#active a:visited,
ul#menu_lvl1 li a:hover{
	background-position: 0px -25px;
	color: #a31a1a !important;
	text-decoration: none;
}


/*******************************************************
*	MENU LEVEL 2
*
*/


ul#menu_lvl1 l.active ul#menu_lvl2 {

}

ul#menu_lvl1 li.active ul#menu_lvl2 li{ }

ul#menu_lvl1 li.active ul#menu_lvl2 li a{

}

/*  link & visited  */
ul#menu_lvl2 li a:link,
ul#menu_lvl2 li a:visited{
	background: url(../images/submenu_bg.png) no-repeat 0px 0px;
	color: #0066cc;
}

/*  active & hover  */
ul#menu_lvl2 li#active a:link,
ul#menu_lvl2 li#active a:visited,
ul#menu_lvl2 li a:hover{
	background-position: 0px -25px;
	color: #a31a1a !important;
	text-decoration: none;
}


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








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


#footerWrap p {

	text-align:center;
	text-transform: uppercase;
	padding: 6px 0 0 0;
	line-height: 2.4em;
	color: #0066cc;
	font-size: 1em;
}

#footerWrap a:link,
#footerWrap a:visited{

	text-decoration: none;
	color: red;

}

#footerWrap a:hover {

	color: red;

}


/*
*
*
*
*	(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;
}

table#visitorstable {
}
table#visitorstable td {
	color: #a31a1a;
	font-size: 11px;
	text-align: right;
}


fieldset{
	padding: 10px;
}
fieldset legend {
	margin-left: 10px;
	font-weight: bold;
}
#exports {
	width: 500px;
	text-align: right;
	height: 30px;
}

#exports a img {
	border: none;
}