@charset "utf-8";
/* CSS Document */

body 
{
	margin-top: 0px;
	padding: 0;
	background: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-align: justify;
}

p
{
	color: #333333;
}

a
{
	padding: 0;
	color: #333333;
	text-decoration: none;
}

a:hover
{
	color: #999999;
}

a:active
{
	color:#90C;
}

li:active
{
	color:#90C;
}

#divider
{
	height: 5px;
	width: auto;
	background: url(dividerPixel.jpg) repeat-x;
	clear:both;
}

#menu 
{
	width: 800px;
	height: 40px;
	margin: auto;
	text-align: center;
}

/*menu un-ordered list*/
#menu ul {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
	text-align: center;
}

#menu a {
	display: block;
	float: left;
	margin-right: 1px;
	padding: 7px 35px 0px 25px;
	text-decoration: none;
	font-size: 20px;
	font-weight: normal;
}

#logo 
{
	width: 800px;
	height: 198px;
	clear: both;
	margin: 0 auto;
	padding: 0;
	background-image: url(logo.jpg);
	background-color: #999;
}

#page 
{
	width: 800px;
	padding: 0px;
	background:#ffffff;
	height: auto;
	margin: 0 auto;
}

#textBox
{
	float: left;
	width: 575px;
	height: auto;
	background:#ffffff;
}

#textBox a
{
	color:#903;

}

#content
{
	float: left;
	width: 550px;
	length: 2000px;
	background: #ffffff;
	padding: 25px 25px 25px 0px;
}

#content a
{
	color:#903;
}

#table
{
	width: 500px;
	height: 400px;
}

#sidebar 
{
	width: 210px;
	height: auto;
	float: left;
	padding: 25px 0px 25px 0px;
}

#sidebar ul {
	margin: 0px;
	padding: 10px 0px 10px 10px;
	list-style: none;
}

#sidebar li 
{
	padding-bottom: 5px;
}

#sidebar a
{
	font-size: 20px;
	font-weight: normal;
}

#footer
{
	width: 720px;
	height: 20px;
	text-align: right;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}

h2,h3
{
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #333333;
}

h1
{ 
	margin: 5px;
	padding: 0;
	font-weight: normal;
	color: #333333;
}

div.img
{
	float: left;
	margin: 5px 10px 5px 5px;
}

div.bakimg
{
	z-index:-1;
}

div.active
{
	color:#90C;
}

#profile
{
	clear: both;
	width: 535px;
	height: auto;
	background-color: #ffffff;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
}

#noClickLink
{
	color:#903;
}

#frontImg
{
	width: 550;
	padding: 0;
	margin: 0;
	background: #ffffff url(hallo.jpg) no-repeat left top;
}