/*  // -------------------------------------------------------------------
    //              Name : website_shared.css
    //              Type : Cascade Stylesheet
    // -------------------------------------------------------------------
    //           Project : www.endo-lectures.org
    //            Author : Lothar Steidle - lothar@steidle.net
    //              Date : 20.05.2007 / Version 1.0
    // ------------------------------------------------------------------- */


th a
{
	color:White;
}

BODY
{
	padding				: 0px;
	margin				: 0px;
	font-size			: 11px;	
	font-family			: verdana;
}

#header { height: 64px; 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: 7px; }
#topline { border-bottom: 0px solid darkred; }


li.buttonused a
{
	display			 : block;

	height			 : 18px;
	line-height		 : 18px;

	width			 : 110px;
	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			 : 110px;
	text-decoration	 : none;
	font-size		 : 11px;
	text-align		 : center;

}

li.button a
{
	display			 : block;

	height			 : 18px;
	line-height		 : 18px;

	width			 : 110px;
	text-decoration	 : none;
	font-size		 : 11px;
	vertical-align	 : middle;
	text-align		 : center;


}



A.thumbnail:hover  
	{
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	color				: #FFFFCC;
	background-color	: transparent;
	}
A:hover  
	{
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	color				: #FFFFCC;
	background-color	: #666666;
	}

A
	{
	color				: #666666;
	}


