/*  // -------------------------------------------------------------------
    //              Name : website_de.css
    //              Type : Cascade Stylesheet
    // -------------------------------------------------------------------
    //           Project : www.endo-lectures.org
    //            Author : Lothar Steidle - lothar@steidle.net
    //              Date : 20.05.2007 / Version 1.0
    // ------------------------------------------------------------------- */


BODY
{
	background-color: #ffffff;
	color: #101042;
}


#header
{
	height: 70px;
	background-image: url(../images/org/bg_top.jpg);
	background-repeat: repeat-x;
	position: relative;
	margin-bottom: 10px;
}

#header #sign
{
	background-image: url(../images/org/ruler.jpg);
	background-repeat: no-repeat;
	width: 500px;
	height: 60px;
}

#header #logo
{
	position: absolute;
	right: 0px;
	top: 0px;
}

#topline
{
	display: none;
}


#logo
{
	float: right;
}


ul
{
	list-style-image: url(../images/de/listitem.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
li
{
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a
{
	font-size: 11px;
}



a.sbuttonselected, a.sbuttonused, a.sbutton
{
	display: block;
	width: 30px;
	height: 30px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	padding-top: 5px;
	border-top: 2px solid #9E9CA7;
	border-left: 2px solid #9E9CA7;
	border-right: 2px solid #E7E5F0;
	border-bottom: 2px solid #E7E5F0;
	background-color: #8584AE;
	color: #DCE4F1;
	margin-right: 2px;
	margin-top: 3px;
}

a.sbutton
{
	border-top: 2px solid #A3A2C2;
	border-left: 2px solid #A3A2C2;
	border-right: 2px solid #5D5C7B;
	border-bottom: 2px solid #5D5C7B;
	background-color: #8584AE;
	color: #DCE4F1;
}

a.sbuttonused
{
	color: white;
	background-color: #888888;
}

a.sbuttonselected
{
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	border-left: 2px solid #403C3B;
	border-top: 2px solid #403C3B;
	background-color: #ffffff;
	color: #A20014;
}



a.sbutton:hover, a.sbuttonselected:hover
{
	display: block;
	border-top: 2px solid #cccadd;
	border-left: 2px solid #cccadd;
	border-right: 2px solid #848294;
	border-bottom: 2px solid #848294;
	background-color: #bbb8d2;
	color: #ffffff;
}




li.buttonselected a, li.button a
{
	width: 110px;
	text-align: center;
	display: block;
	text-decoration: none;
	line-height: 18px;
}

li.buttonselected a
{
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	border-left: 2px solid #403C3B;
	border-top: 2px solid #403C3B;
	background-color: #DFDDEB;
	color: #121042;
}


li.button a
{
	border-top: 2px solid #A3A2C2;
	border-left: 2px solid #A3A2C2;
	border-right: 2px solid #5D5C7B;
	border-bottom: 2px solid #5D5C7B;
	background-color: #8584AE;
	color: #DCE4F1;
}


li.button a:hover, li.buttonselected a:hover
{
	border-top: 2px solid #cccadd;
	border-left: 2px solid #cccadd;
	border-right: 2px solid #848294;
	border-bottom: 2px solid #848294;
	background-color: #bbb8d2;
	color: #ffffff;
}



.box
{
	border: 1px solid #101042;
	background: url(../images/org/bg_box.jpg);
	background-position: left;
	background-repeat: repeat-y;
	background-color: #E0DEEB;
}

h3
{
	padding: 3px;
	margin: 0px;
	font-size: 11px;
	background-color: #5F637F;
	color: White;
}

#chart, #border
{
	border: 1px solid #101042;
}

#navigation
{
	border: 1px solid #101042;
}


A:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #101042;
	background-color: #666666;
}

A
{
	color: #101042;
}


