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

/* reset css */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.3;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end of reset css... */

body {
  	font-size:0.70em;
	font-family: Verdana, Arial, Sans-Serif;
	color: #003;
}
a {
	color: #696767;
	text-decoration: none;
	text-transform: none;
	font-weight: bold;
}
a:visited {color:#696767;	text-decoration: none;
	font-weight: bold;}
a:hover {color: #000;}
a:active { color:#000;}

a.activecrumb {
	text-transform: none;
}
tr, td {
	vertical-align: top;
	padding: 3px;
}
.expanding-hierarchy {
	padding:0; 
	margin:0;
	width:0;
}
.expanding-hierarchy li { 
	list-style-type:none;
	margin:0 0 0.25em 0;
} 
.expanding-hierarchy a, .expanding-hierarchy a:visited {
  	display:block;
  	width:11.5em;
  	border:0px solid #999;
  	font-size:1em;
  	text-align:left;
  	text-decoration:none;
  	background:#ffb6c1;
  	color:#777;
  	padding:0.25em;
}

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

.navl1 a:active, .navl1 a:hover {
	background:transparent;
	color:#000;
  }
  
.text a, .text a:visited {
	color:#F42A41;
  }


h1
{
	font-size: 110%;
	color: #000;
	padding: 5px 0px 5px 0px;
}
h2 {
	/* via YUI Fonts CSS foundation*/
	font-size: 110%!important;
	color: #67301F;
	padding: 8px 0px 5px 0px;
}

h3 {
	font-weight: bold;
	color: #A41A41;
	padding: 5px 0px;
	margin:0px;
	}
	
h4 {
	font-weight: normal;
	padding: 4px 0px;
	margin:0px;
}

h5 {
	font-weight: normal;
	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 {
    	position:relative;
        clear:both;
        float:left;
        width:100%;
		background:#fff;
		height:170px;
    }
	#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 {
		background-image: url(../images/simetria_content.jpg);
		background-repeat: no-repeat;
		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;
	}
	.col2,
	.col3,
	.col4 {
		float:left;
		position:relative;
		padding:0px 0 0em 0;
		overflow:hidden;
	}
	.col1 {
		float:left;
		position:relative;
		padding:0px 0 0em 0;
		overflow:hidden;
	}
	/* 2 Column (left menu) settings */
	.leftmenu {
	/*	background:transparent;		 right column background colour */
	}
	.leftmenu .colleft {
		right:75%;			/* right column width */
	/*	background:#fff;	 left column background colour */
	}
	.leftmenu .col1 {
		width:73%;			/* right column content width */
		left:101%;			/* 100% plus left column left padding */
	}
	.leftmenu .col2 {
		width:20%;			/* left column content width (column width minus left and right padding) */
		left:4%;			/* (right column left and right padding) plus (left column left padding) */
	}
		
		/* 3 Column settings */
	.threecol {
	/*	background:#ff0;	 right column background colour */
	}
	.threecol .colmid {
		right:25%;			/* width of the right column */
	/*	background:#fff;		 center column background colour */
	}
	.threecol .colleft {
		right:50%;			/* width of the middle column */
	/*	background:#F00;	 left column background colour */
	}
	.threecol .col1 {
		width:46%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:22%;			/* Width of left column content (column width minus padding on either side) */
		left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
		text-align: right;
		font-size:95%;
	}
	.threecol .col3 {
		width:22%;			/* Width of right column content (column width minus padding on either side) */
		left:83%;			/* 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) */
		font-size:95%;
	}
	
	/* Full page settings */
	.fullpage {
		background:#fff;		/* page background colour */
	}
	.fullpage .col1 {
		width:100%;			/* page width minus left and right padding */
		left:0%;			/* page left padding */
		height: 28px;
	}

	/* 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;
}
#menu {
/*	background-color: #ff0; */
/*	position: relative; */
/*	top: 170px; */
/*	height: 28px; */
}
