html,
body {
   margin:0;
   padding:0;
   height:100%;
}

body {
	font-size: 0.8em;
	font-family: Times New Roman, Times, Serif;
	color: #013a7e;
	line-height: 20px;
}
a {
	color: #00a3d1;
	text-decoration: none;
	text-transform: none;
	font-weight: bold;
}
a:visited {color:#00a3d1;	text-decoration: none;
	font-weight: bold;}
a:hover {color: #000;}
a:active { color:#000;}

a.activecrumb {
	text-transform: none;
}

.expanding-hierarchy {
	padding:0; 
	margin:0;
	width:0;
}
.expanding-hierarchy li { 
	list-style-type:none;
	margin:0.15em 0 0.25em 0;
} 
.expanding-hierarchy a, .expanding-hierarchy a:visited {
  	display:block;
  	width:12.5em;
  	border:1px solid #c3e8f6;
  	font-size:1em;
  	text-align:left;
  	text-decoration:none;
  	background:#a2dff6;
  	color:#0086bd;
  	padding:0.40em;
}

.expanding-hierarchy a:hover {
	background:#fff;
	color:#7dcdeb;
  }
  
.navl1 a, .navl1 a:visited {
	background:#fff;
	color:#7dcdeb;
  }
 
.navl1 child ul li {
	margin-left: 0;
	padding-left: 2px;
  }

.navl1 a:active, .navl1 a:hover {
	background:#a2dff6;
	color:#0086bd;
  }
  
.text a, .text a:visited {
	color:#F42A41;
  }

h1 {
	font-size: 1.5em;
	color: #0086BD;
	font-weight: bold;
	padding: 3px 0px 5px 0px;
	font-family: Times New Roman, Times, Serif;
}
h2 {
	font-size: 1.2em!important;
	color: #0086bd;
	font-weight: bold;
	font-family: Times New Roman, Times, Serif;
}

h3 {
	font-weight: normal;
	color: #0086bd;
	padding: 5px 0px;
	margin:0px;
	font-family: Times New Roman, Times, Serif;
	}
	
h4 {
	font-weight: normal;
	padding: 4px 0px;
	margin:0px;
}

h5 {
	font-weight: normal;
	font-family: Times New Roman, Times, Serif;
	padding: 5px 0px;
	margin:0px;
}

img.download {vertical-align:middle;}

a img{
border:0;
border-style: none;
overflow: hidden
}
p img {
padding:0px;
margin:0px;
}

/* General styles */
body {
	border: 0;
	/* This removes the border around the viewport in old versions of IE */
	width: 100%;
	text-align: center;
	background-color: #fff;
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(../images/shadow.png);
}

#body {
   padding-bottom:0px;   /* Height of the footer */
}

p {
   margin:.4em 0 .8em 0;
   padding:0;
}

.descriptionbox {
	margin: .4em 0 .4em 0;
	padding: 1em;
	background-color: #ffb6c1;
}

	/*wrapper styles */
	#wrapper {
		width:900px;
		text-align:left;
		margin:0 auto;
		min-height:100%;
   		position:relative;
	}
	.liquid #wrapper {
		width:100%;
		text-align:left;
		margin:0;
	}
	/* Header styles */
    #banner {
        clear:both;
        float:left;
        width:100%;
		background:#fff;
		height:168px;
    }
	#banner {
		border-bottom:0px solid #000;
	}
	#banner img {padding:0px 0px;} 

	#banner p,
	#banner h1,
	#banner h2 {
	    padding:.4em 15px 0 15px;
        margin:0;
	}
	#header ul {
	    clear:left;
	    float:left;
	    width:100%;
	    list-style:none;
	    margin:10px 0 0 0;
	    padding:0;
	}
	#header ul li {
	    display:inline;
	    list-style:none;
	    margin:0;
	    padding:0;
	}
	#header ul li a {
	    display:block;
	    float:left;
	    margin:0 0 0 1px;
	    padding:3px 10px;
	    text-align:center;
	    background:#eee;
	    color:#000;
	    text-decoration:none;
	    position:relative;
	    left:15px;
	}
	#header ul li a:hover {
	    background:#369;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
	    color:#fff;
	    background:#000;
	    font-weight:bold;
	}
	#header ul li a span {
	    display:block;
	}
	
	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;				/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colleft,
	.colmid,
	.colright {
		float:left;
		width:100%;
		position:relative;
	}
	.col1,
	.col2,
	.col3,
	.col4 {
		float:left;
		position:relative;
		padding:0 0 0em 0;
		overflow:hidden;
	}
	.col1 {
		padding:1.6em 0 0em 0;
	}
	
	/* 2 Column (left menu) settings */
	.leftmenu {
		background:#fff;		/* right column background colour */
	}
	.leftmenu .colleft {
		right:75%;			/* right column width */
		background:#fff;	/* left column background colour */
	}
	.leftmenu .col1 {
		width:69%;			/* right column content width */
		left:102%;			/* 100% plus left column left padding */
	}
	.leftmenu .col2 {
		width:24%;			/* left column content width (column width minus left and right padding) */
		left:6%;			/* (right column left and right padding) plus (left column left padding) */
	}
		/* 3 Column settings */
	.threecol {
		background:#fff;		/* right column background colour */
	}
	.threecol .colmid {
		right:24%;			/* width of the right column */
		background:#fff;		/* center column background colour */
	}
	.threecol .colleft {
		right:53%;			/* width of the middle column */
		background:#fff;	/* left column background colour */
	}
	.threecol .col1 {
		width:51%;			/* width of center column content (column width minus padding on either side) */
		left:101%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:19%;			/* Width of left column content (column width minus padding on either side) */
		left:28%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:22%;			/* Width of right column content (column width minus padding on either side) */
		left:84%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	/* Footer styles */
	#footer {
		position:absolute;
		bottom:0;
        width:100%;
        height:50px;
		border-top:0px solid #000;
		background:#fff;
    }
    #footer p {
        margin:0;
    }
    /* --> */

/* -----------------content--------------------- */ 

pre{
	font-size: 0.9em;
	padding: 5px 10px;
	margin:0px;}

/*  ----------------footer---------------------- */ 

div.generare, div.generare a:link, div.generare a:visited {
	margin: 0 auto;
	text-decoration: none;
	font-size: xx-small;
	color: #ccc;
	text-align: left;
	height:auto;
	width: 190px;
	padding: 20px;
}

.generarelink {
	display: table-cell;
	width: 85px;
	text-align: center;
	padding-top: 60px;
	position: relative;
	top: 60px;
	margin-top: -60px;
}

.listingmodule .item {
	display: block;
	margin: 2px 0;
	padding: 5px 2px;
	background:#fff;
	border-color: #dde;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
}

.listingmodule .itembesides {
	float: left;
	margin: 2px;
	padding: 5px 2px;
	background:#ccc;
	border-color: #dde;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	width:31%;
	min-height:170px;
}

.textbesides {
	float: left;
}

.picholder {
	float: left;
	clear: right;
}

.listing {
	float: left;
}

.listingtext {
	float: left;
	border-color: #ff0;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
}

.listingtext ul {
	margin: 0px;
	padding-left: 14px;
	font-size:82%;
}


div.listingmodule div.item odd {
	background-color: #CFC;
}

.newlisting {
	clear: both;
}

table
{
    border-color: #2D4A68;
    border-width: 0 0 0px 0px;
    border-style: solid;
}

td
{
    border-color: #2D4A68;
    border-width: 0px;
    margin: 0;
    padding: 4px;
    background-color: #fff;
}
