

/* ----------------------------------------------
   GENERAL SETUP
   ---------------------------------------------- */

@page { size:portrait; }


html, body, div, p, a, img, ul, li, h1, h2, h3, h4 {
	margin: 0px;
	padding:0px;
	border: 0px none;
}

html{
  /*background: url(web_bg2.gif) repeat-y center;*/
}

body {
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	color:#000000;
	background: #FFF;
	/*background: url(web_bg.gif) repeat-y center top;*/
}


a, a:visited {
	text-decoration: none;
	color:#228ED1;
}

a:hover {
	text-decoration: underline;
}




/* ----------------------------------------------
   STRUCTURE
   ---------------------------------------------- */

#logo {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index:10;
	padding: 0px 0px 0px 12px;
}



#all {
  /*padding-top: 200px;*/
}


#nav {
	display:none;

}

#content, #headline {
	clear: both;
	background:#FFF;
	width:80%;
	overflow: hidden;
}

#cont{
	padding: 25px 25px 50px 25px;
}
/*
#footer {
	position: absolute;
	bottom: 0px;
	left: 25px;
	z-index:15;
}
*/
#additional {
	display:none;
}

#subdesc, #contborder, #topcont {
	padding-right: 25px;
	padding-left: 0px;
}

#headline{

}


#breadcrumb {
	display: none;
}








/* ----------------------------------------------
   MAIN CONTENT
   ---------------------------------------------- */


#headline h1 {
	font-size: 25px;
	margin: 35px 25px 5px 25px;
}

#headline h2 {
	font-size: 15px;
	margin: 5px 25px 15px 25px;
}

#cont ul{
  padding: 5px 0px 15px 35px;
  list-style-image:url(li.gif);
}
#cont li{
  padding-bottom: 3px;
}

#cont p{
  padding-bottom: 10px;
}



/* --  FOOTER  -- */

#footer h4 {
	color: #000;
	font-size: 11px;
	padding-left:25px;
}

#footer h4 .cyan{
	color: #31A6EF;
}


dl{
	margin: 1% !important;
	padding:0px !important;
}


  
