/*  // -------------------------------------------------------------------
    //              Name : website_shared.css
    //              Type : Cascade Stylesheet
    // -------------------------------------------------------------------
    //           Project : www.fend-lectures.org 
    //            Author : Lothar Steidle - lothar@steidle.net
    //              Date : 11.12.2004 / Version 1.0
    // ------------------------------------------------------------------- */


BODY
{
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	font-family: verdana;
}

#header { height: 70px; background-image: url(../images/org/ruler.jpg); background-color: white; background-repeat: no-repeat; text-align: right; position: relative; }
#header #logo { position: absolute; right: 10px; top: 0px; }
#topline { border-bottom: 1px solid white; }

#list
{
	border: 1px solid #2E4A82;
}

#list th
,.label
{
	background-color:#2E4A82;
}

li.buttonused a
{
	display: block;
	height: 18px;
	line-height: 18px;
	width: 108px;
	text-decoration: none;
	font-size: 11px;
	border-top: 2px solid #444444;
	border-left: 2px solid #444444;
	border-right: 2px solid #aaaaaa;
	border-bottom: 2px solid #aaaaaa;
	background-color: gray;
	color: #FFFFFF;
	text-align: center;
}

li.buttonselected a
{
	display: block;
	height: 18px;
	line-height: 18px;
	width: 112px;
	text-decoration: none;
	font-size: 11px;
	text-align: center;
}

li.button a
{
	display: block;
	height: 18px;
	line-height: 18px;
	width: 108px;
	text-decoration: none;
	font-size: 11px;
	vertical-align: middle;
	text-align: center;
}


