/* Farben: Rot #B5152B, Grau #707173, Grün #AFCB51, Blau: #2A99CA, Orange: #F2963A */
/* 1=oben, 2=rechts, 3=unten, 4=links */

* { 
	margin: 0;
	padding: 0;
	border: 0;
}

body    {
	background-color: #333333;
	font-family:sans-serif;
	font-size: 0.75em;
	margin: 0;
	height:100%;
	width:100%;
}

p { 
	margin:0px;
	margin-bottom: 1em;
	color:#333333;
	font-family: Arial, sans-serif;
	font-size: 1em;
	line-height: 1.25em;
}

p a	{
	color:#CC0033;
	font-weight:bold;
	text-decoration:none;
}

div#page_wrap	{
	width: 740px;
	height: 620px;
	position: absolute;
	left: 50%;
	margin-left: -370px;
	top: 50%;
	margin-top: -310px;
}

div#main_wrap {
	width: 740px;
	height: 572px;
	background-color: #FFFFFF;
	overflow: hidden;
}

div#startmenu	{
	position:absolute;
	top: 242px;
	left: 333px;

}

div#sys_footer {
	clear: both;
	width: 738px;
    	padding-top: 5px;
    	padding-right: 2px;
}

#sys_footer p {
	text-align:right;        
	color:#CCCCCC;
	margin-bottom: 0em;
}

/* Formatierung der 0. Navigationsebene */

div#nav_0_box	{
	padding: 0px;
}

ul#nav_0_ {
    	font-family:Arial,Helvetica,sans-serif;
    	font-size: 1em;
	font-weight: normal;
	text-align: left;
}

ul#nav_0_ li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}
