body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana,Helvetica,Sans-Serif;
	font-size: 10px;
	color: #fff;	
	background:#ccc;
}

body,html { width:100%; height:100%; }

table { padding:0px; margin:0px; border:none; border-collapse: collapse; }
td {
	font-family: Verdana,Helvetica,Sans-Serif;
	font-size: 10px;
	vertical-align: top;
}

form { display:inline; }
textarea, input, select { 
	font-family: Verdana,Helvetica,Sans-Serif;
	font-size: 10px;
}

img { border:none; }

.hide { display:none; }
.clear { clear:both; }

/*
h1, h2, h3, h4, h5, h6 { padding:0px; margin:0px; }
ul, li { list-style:none; padding:0px; margin:0px; }
*/

div#wrapper {
	height:100%; width:100%;
}

#content { width:980px; height:550px; background:#900; margin:auto; }

A {
	font-family: Verdana,Helvetica,Sans-Serif;
	font-size: 10px;
	text-decoration: none;
}
A:hover {
	font-family: Verdana,Helvetica,Sans-Serif;
	font-size: 10px;
	text-decoration: underline;
}



#CurrentShadowV {
	position: absolute;
	top: 555px;
	width: 100%;
	background-image: url("../components/SchattenV.jpg");
	background-repeat: repeat-x;
}
#CurrentShadowV-U {
	position: absolute;
	top: -25px;
	width: 100%;
	background-image: url("../components/SchattenV-U.jpg");
	background-repeat: repeat-x;
}
#CurrentShadowH {
	position: absolute;
	right: -25px;
	width: 20px;
	height: 550px;
	background-image: url("../components/SchattenH.jpg");
	background-repeat: repeat-y;
}
#CurrentShadowH-L {
	position: absolute;
	left: -25px;
	width: 20px;
	height: 550px;
	background-image: url("../components/SchattenH-L.jpg");
	background-repeat: repeat-y;
}
#CornerShadow{
	position: absolute;
	right: -25px;
	top: -30px;
}
#CornerShadowL-U{
	position: absolute;
	left: 0px;
	top: 525px;
}
#CornerShadowR-O{
	position: absolute;
	left: 0px;
	top: -25px;
}
#CornerShadowR-OR{
	position: absolute;
	left: 980px;
	top: -25px;
}
