
/* @override http://salteco.pandp.it/templates/salteco/css/position.css */


/* @override http://salteco.pandp.it/templates/salteco/css/position.css */



*{
	margin: 0;
	padding: 0;
	font-size: 12px;
}




/* ################   Position ################  */



#header
{
	margin: 0;
	text-align: right;
}

#contentarea
{
	margin: 0px;
	padding: 0px;
}



#left
{
	background: #ececec;
	width: 25%;
	border-left: 4px solid #ffd100;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

#right{
	width: 39%;
	height: 100%;
	background-color: #E9E8E8;
	padding: 10px;
	text-align: left;	
}


td.vertSeparator {
  width: 2px;
  background: #E9E8E8 url(../images/tratteggio_vert.gif) repeat-y 50% 0;
}

#main2
{
	position: relative;
	min-height:400px;
	width: 61%;
	padding: 10px;
	text-align: left;
}

#main
{
	position: relative;
	min-height:400px;
	width: 75%;
	padding: 10px;
	text-align: left;
}

/* ###################### generell ###################### */

.unsichtbar,.u2,.invisible , .unseen
{
	display: inline;
	height: 0px;
	left: -3000px;
	position: absolute;
	top: -2000px;
	width: 0px;
	z-index: 200;
}

.wrap
{
	border: 0;
	clear: both;
	float: none;
	font-size: 1px;
	height: 0;
	line-height: 1px;
	margin: 0;
	padding: 0;
	visibility: hidden;
}

#logo
{
	font-size: 1em !important;
	font-weight: bold !important;
	position: relative;
	text-align: left;
	text-transform: none !important;
	z-index: 0;
	margin-top: 1em;
}

#logo  img { display: block; }

#logo span
{
	display: block;
	margin: 0px 0 0 100px !important;
	border-bottom: solid 1px #666;
}

.clr{
	clear:both
}

.contentpaneopen{
	width: 100%;
}




