@charset "utf-8";

/* Main-CSS */

/*
 *
 * Achtung mit Reset!
 *
 */
@import url("960.css");

@import url("navigation.css");

#main
{
	border:  0px dotted #FF0000;
	overflow: hidden;
}

#header
{
	border:  0px dotted #00FF00;
}

#content
{
	color: #f1f2e0;
	border:  0px dotted #336699;
	text-align: left;
	overflow: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

#content p
{
	margin: 0.5em;
	padding-left: 0;
	padding-right: 0.4em;
}

#login
{
	color: #f1f2e0;
	border:  0px dotted #336699;
	text-align: right;
	overflow: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

#foot
{
	background: transparent;
	margin: 5px 0 10px 0;
}

#foot_l, #foot_c, #foot_r
{
	color: #f1f2e0;
	background: #2a1c0f;
	font-size: smaller;
	text-align: center;
	vertical-align: middle;
	border:  1px dotted #f1f2e0;
}

#foot_l p, #foot_c p, #foot_r p
{
	margin: 0;
	padding: 0.5em;
}

#username, #userpass
{
	width: 200px;
	border: solid 1px #758777;
}

#TitleForName, #TitleForPass
{
	color: #f1f2e0;
}



