/* GENERAL */
body { background-color: #ededed; }
body,td
{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
}

td { vertical-align: top; }
table { }
h1 { font-size: 13px; }

h2
{
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 11px;
}

p
{
	margin-top: 0px;
	margin-bottom: 10px;
}

p.bodytext { width: 400px; }

#content a
{
	text-decoration: none;
	color: black;
}

ul
{
	list-style-type: square;
	padding-left: 23px;
}

* html ul
{
	padding-left: 26px;
}

/* PAGE */
div.container { position: relative; }

#root
{
	position: relative;
	width: 100%;
}

#all
{
	text-align: left;
	position: relative;
	background-color: white;
	border: 10px solid white;
	width: 846px;
	background: #666666 url(/fileadmin/sys/PCScom/gfx/bg.png) -10px 0px repeat;
}

#header
{
	z-index: 1;
	height: 91px;
	background: #666666 url('/fileadmin/sys/PCScom/gfx/header_default.jpg') 0px 0px no-repeat;
	width: 846px;
}

#logo
{
	z-index: 2;
	position: absolute;
	top: 10px;
	right: 10px;
visibility: hidden;
}

#mainnav
{
	position: absolute;
	bottom: 0px;
	padding-left: 8px;
}

#mainnav div { float: left; }

#mainnav a
{
	color: white;
	text-decoration: none;
}

#mainnav .nav_seperator
{
	margin-right: 8px;
	margin-left: 8px;
}

#headernav
{
	position: absolute;
	bottom: 0px;
	right: 10px;
}

#headernav div { float: left; }

#headernav a
{
	color: white;
	text-decoration: none;
}

#headernav .nav_seperator
{
	margin-right: 8px;
	margin-left: 8px;
}

#toolbar
{
	margin-top: 0px;
	background: #99cc33;
	height: 22px;
	width: 846px;
}

#toolbar div { top: 4px; }

#rootline
{
	color: white;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 8px;
	line-height: 18px;
}

#rootline a
{
	color: white;
	text-decoration: none;
}

#main { margin-bottom: 7px; }

#footer div { float: left; }

/* SUB */
#content
{
	border-top: 10px solid white;
	background-color: #ededed;
	padding: 10px;
}

#content_footer
{
	border-top: 1px solid #CCCCCC;
	padding-top: 20px;
	padding-bottom: 15px;
	width: 100%;
	text-align: right;
	right: 0px;
}

#content_footer a { font-weight: normal; }
#content_footer img { vertical-align: text-top; }

#footer
{
	border-top: 1px solid #CCCCCC;
	background-color: white;
	width: 100%;
	/*SL: border entfernt und height hinzugefuegt
border-bottom: 40px solid white;*/
	height: 18px;
	clear: left;
}

#footer div
{
	margin-top: 5px;
	color: #999999;
	background-color: white;
}

#footer a
{
	color: #999999;
	text-decoration: none;
}

#footer .nav_seperator
{
	margin-right: 3px;
	margin-left: 4px;
}

/*SL: float Image hinzugefuegt fuer termin-liste*/
.floatImage
{
	padding: 0 5px 0 0;
	float: left;
}

.floatImage img { border: 1px solid #666; }

#language_select
{
	position: absolute;
	top: 6px;
	right: 0px;
}

#language_select img { margin-right: 3px; }

