/*  // -------------------------------------------------------------------
    //              Name : website_shared.css
    //              Type : Cascade Stylesheet
    // -------------------------------------------------------------------
    //           Project : www.diabetes-symposium.de 
    //            Author : Lothar Steidle - lothar@steidle.net
    //              Date : 11.02.2004 / Version 1.0
    // ------------------------------------------------------------------- */

BODY,td
{
	padding				: 0px;
	margin				: 0px;
	font-size			: 11px;	
	font-family			: verdana;
}

#header { height: 64px; background-image: url(../images/de/ruler.jpg); background-color: white; background-repeat: no-repeat; text-align: right; position: relative; }
#header #logo { position: absolute; right: 10px; top: 30px; }
#topline
{
	background-color: #0f68b3;
	height: 3px;
}


li.buttonused a
{
	display			 : block;

	height			 : 18px;
	line-height		 : 18px;

	width			 : 111px;
	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;

}

li.buttonselected a
{
	display			 : block;

	height			 : 18px;
	line-height		 : 18px;

	width			 : 111px;
	text-decoration	 : none;
	font-size		 : 11px;

}

li.button a
{
	display			 : block;

	height			 : 18px;
	line-height		 : 18px;

	width			 : 111px;
	text-decoration	 : none;
	font-size		 : 11px;
	vertical-align	 : middle;


}

li.button a:hover,li.buttonselected a:hover
{
	background-color : #E7EEF4;
	color			 : Black;
}


	

.box
	{
	width				: 676px;
	padding				: 3px;
	padding-left		: 10px;
	margin-bottom		: 5px;
	margin-top			: 5px;
	}



