body {
	padding: 0px;
	font-family: Helvetica, Arial, Verdana,  sans-serif;
	font-size: 12px; 
	line-height: 17px;	
	color: #eeeeee;
	background-color:#000000;
}

body.pp {
	position: absolute; 
	padding: 0px;
}

body.pic {
	background-image:url(/im/panoweb_50.jpg);
	background-repeat:no-repeat;
}

body.minipic {
	background-attachment: fixed;
	background-image:url(/im/pano2stretch.jpg);
	background-repeat:repeat-x;
}

big {
	font-size: 36px;
}


a {text-decoration: none;}
a:hover { text-decoration: underline;}
a:visited { color:  #558ACC; }
a:link { color: #558ACC; }
a:active { color: #ff0000;}
a.header {color: #eeeeee; }


table.hg {
	background-image:url(/im/panoweb_50.jpg);
}

td {
/*	background-image: url(/im/backgrid.gif); */
	border-width: 1px;
	border-style: solid;
	border-color: gray; 
	border-spacing:10px;
}

td.titel {
	font-size: 16px;
	line-height: 24px;	
}

td.noborder {
	border: none;
}


td.blackgrid {
	/* background-image: url(/im/backgrid.gif); */
	
	background: #505050;
	border-width: 1px;
	border-style: solid;
	border-color: gray; 
	border-spacing:10px;
}

td.menuself {
	border-width: 1px;
	border-style: solid;
	border-color: white; 
	border-spacing:10px;
	background: #a0a0a0;
}

td.public {
	border-width: 2px;
	border-style: solid;
	border-color: green; 
	border-spacing:10px;
}

td.hidden {
	border-width: 2px;
	border-style: solid;
	border-color: red; 
	border-spacing:10px;
}

input, textarea, select, option {
	color : #FFFFFF;
	BORDER-LEFT: 1px solid #000000;
	BORDER-RIGHT: 1px solid #000000;
	BORDER-TOP: 1px solid #000000;
	BORDER-BOTTOM: 1px solid #000000;
	background-Color: #404040;
}

input.file {
	color : #000000;
	background-Color: #404040;
}	

input.submit{
	color:  #558ACC;
	BORDER-LEFT: 1px solid #000000;
	BORDER-RIGHT: 1px solid #000000;
	BORDER-TOP: 1px solid #000000;
	BORDER-BOTTOM: 1px solid #000000;
	background-Color: #000000;
	font-weight: bold;
}



