/*///////////////////////////////////////
///// 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
*
*/


* {
	margin:0px;
	padding:0px;
}

html,body {
	
	height: 100%;
	
}

body {
	
	font-family: Helvetica,Arial;
	font-weight: lighter;
	font-size:0.85em;
	text-align:center;
	background: #6699CC;
	height: 100%;
	margin: 0px;
}

div {
	text-align:left;
}
strong {
	font-weight: bold !important;
}


/*
*
*
*
*	(END OF GENERAL TAGS)
********************************************************/








/******************* 
*	WRAPS
********************
*
*	
*	Definition of the website's main and sub wraps
*
*
*******************************************************
*	MAIN WRAPS
*
*/


#pageWrap { 
	
	/*  page is aligned to center  */
	margin:0px auto;
	position:relative; /* => footer */
	top:0px;
	
	/*  page width  */
	width:800px;
	/*  page background  */
	background: url('../images/whitebg.png') repeat-y 190px 0px;
	border-bottom:1px solid #6699CC;
	min-height:100%;
	height:auto !important;
	height: 100%;	
	

}

#topWrap { /* => footer */
	
	/* no float because of the footer! */
	width: 100%;

	background: #6699CC;


}

#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:26px; /* => footer width */
	
	
}


/*******************************************************
*	SUB WRAPS
*
*/


#headerWrap {
	
	float: left;
	
	width: 800px;
	height: 68px;
	
	margin: 0px;
	
	background: #6699CC url('../images/header.jpg') no-repeat top left;
	border-bottom: 1px solid #023979;
}

#menuWrap {

	float: left;
	width: 190px;
	margin: 0 0px 0 0;	
}

#contentWrap {

	float: left;	
	
	/* content width */
	width: 570px !important;
	width: 610px;
	
	/* content minimum height */
	min-height: 500px;
	height: auto !important;
	height: 500px;
	
	padding: 42px 20px 30px;
	background: #FFF;
	
}

#footerWrap {
	clear:both;
	width: 100%;
	height: 26px;	
	
	background:#6699CC; 
	border-top: 1px solid #023979;
}


/*
*
*
*
*	(END OF WRAPS)
********************************************************/








/******************* 
*	MENU AREA
********************
*
*	
*	Definition of the website's menu elements
*
*
*******************************************************
*	GENERAL MENU DEFINITIONS
*
*/

#menuWrap ul {
	
	float: left;		
	width: 189px;
	overflow:hidden;
	

	list-style: none;

	
}

#menuWrap ul li{
	
	float: left;
	clear: left;
	width: 190px;
	
	/* list element minimum height */
	min-height: 15px;
	height: auto !important;
	height: 15px;
	
	padding: 0px;
	margin: 0px;
	
	border-bottom: 1px solid #023979;


}

/*  general link tag  */
#menuWrap li a{ 

	display: block;
	width:190px;
	height:auto;
	padding: 3px 5px 5px 6px;
	
	color:#F7F7F7;
	font-family:Tahoma;
	font-weight:bold;
	font-size: 98%;
	
	text-decoration:none;
	
	background: url('../images/menuarrow.gif') no-repeat 170px 3px;
	
}
#menuWrap li.active {
	background-color:#367cbb;
	margin:0px;
}
.hassubmenues a{ 
	background:#1663aa url('../images/arrow-down.gif') no-repeat 168px 3px !important;
}

/*  link & visited  */
#menuWrap a:link,
#menuWrap a:visited {
	
	text-decoration: none;
	
}

/*  active & hover  */
#menuWrap li.active a:link,
#menuWrap li.active a:visited,
#menuWrap a:hover {
	
	background: #1663AA url('../images/menuarrow.gif') no-repeat 170px 3px;
	
}

/*******************************************************
*	MENU LEVEL 1
*
*/


ul#menu_lvl1{
	border-left: 1px solid #023979;
}

ul#menu_lvl1 li{

}

ul#menu_lvl1 li.lastItem { 

	/* border: none; */
	
}


/*  link & visited  */
ul#menu_lvl1 li a:link,
ul#menu_lvl1 li a:visited { }

/*  active & hover  */
ul#menu_lvl1 li#active a:link,
ul#menu_lvl1 li#active a:visited,
ul#menu_lvl1 li a:hover{ 

}




/*******************************************************
*	MENU LEVEL 2
*
*/


ul#menu_lvl1 li.active ul#menu_lvl2 { 

	/*  submenu offset  */
	margin: 8px 0px 30px 0px;
	
	border: none;
	padding: 0px;
	
}

ul#menu_lvl1 li.active ul#menu_lvl2 li{ 
	width:184px;
	border: none;
	
}

ul#menu_lvl1 li.active ul#menu_lvl2 li a{

	width:140px;
	background: none !important;
	font-weight:normal;
	margin-left:10px;
	
}

/*  link & visited  */
ul#menu_lvl1 li.active ul#menu_lvl2 li a:link,
ul#menu_lvl1 li.active ul#menu_lvl2 li a:visited{


}

/*  active & hover  */
ul#menu_lvl1 li.active ul#menu_lvl2 li.active a:link,
ul#menu_lvl1 li.active ul#menu_lvl2 li.active a:visited,{
	color: #fff;

}
ul#menu_lvl1 li.active ul#menu_lvl2 li a:hover{
	color: #023979;

}
ul#menu_lvl1 li.active ul#menu_lvl2 li.active a:link,
ul#menu_lvl1 li.active ul#menu_lvl2 li.active a:visited{
	width:157px !important;
	font-weight:bold;
}
ul#menu_lvl1 li.active ul#menu_lvl2 li.active {
	background: url('../images/dot.gif') no-repeat 175px 8px;
}

/*
*
*
*
*	(END OF MENU AREA)
********************************************************/








/******************* 
*	FOOTER
********************
*
*
*	Definition of the website's footer tags
*
*
******************************************************
*	FOOTER TAGS & HYPERLINKS
*
*/


#footerWrap p {

	text-align: center;
	padding:4px 0 0 0px;	
	color: #FFF;
	font-size: 7pt;
	font-weight: normal;
	letter-spacing:2px;
}

#footerWrap a:link, 
#footerWrap a:visited{
	
	text-decoration: none;
	color: #FFF;
	

}

#footerWrap a:hover {
	
	color: #1663AA;
}


/*
*
*
*
*	(END OF FOOTER)
********************************************************/


ul li{
	font-size:10pt;
	font-family: Helvetica,Arial;
}
#contentwrap ul li{
	font-size:10pt;
	padding-top:10px;
}
#contentwrap ul li ul li{
font-size:10pt;
	padding-top:0px;
}

b {
font-weight: bold;
}

