 */
 * Author: r.janecke/ cadvice
 */


body, div, p, h1, h2, h3, h4, ul, ol, li, a:link, a:hover, a:active, a:visited {
/*color:				#3e5059;  */
	color:				#008f00;
	font-family:			arial, verdana, helvetica, sans-serif;
	font-size:			12px;
	line-height:			250%;
}



.menu_line {
/*	background:			#004b7c;  */
/*	background:			#b29a2a;  */
/*      background:			#f56237;  */
	background:			#ee7f00;
/*      background:			#ee7f00;  */  
/* distance between lines  */
	border-bottom:			white solid 2px;
//      border-top:                     white solid 2px;      
/*  character distance from top  */
        padding-top:    5;
/*  line width  */
	min-height:			24px;
}



.menu_line ul {
        display:                        inline;
/*     "border" from text               color ?     distance  */
	border-left:			white solid 1px;
        padding-left: 20;
        margin-left: 0;
        margin-top: 00;
        margin-bottom: 0;
/* "vertical line" to bottom  */ 
        padding-bottom: 6;
        padding-top:    5;
}

.menu_line  li {
/*      "border" from text               color ?     distance  */
	border-right:			white solid 1px;
	color:				white;
/*  inline defines horizontal, nothing (blank) is vertical  */
	display:			inline;
	list-style-type:		none;
        margin-right: 0;
        padding-right: 20;
        padding-left: 5;
        margin-top: 00;
        padding-top: 00;
        margin-bottom: 0;
/* "verlical line" to bottom  */ 
        padding-bottom: 6;
/* "verlical line" until top */
        padding-top: 5;
}

.menu_line ul li a:link, .menu_line ul li a:hover, .menu_line ul li a:active, .menu_line ul li a:visited {
	color:				#00008f;
/*      color:                          #4b7c  */
/*	font-weight:			bold;  */
	font-weight:			;
	margin:				0;
	padding:			0;
        padding-top:                    5;
	text-decoration:		none;
}

.menu_line ul li a:hover, .menu_line ul li a:active {
/*  action mouse over (and click ?)  */
	text-decoration:		underline;
/*      text-decoration:          blink;   */
        color: #ffffff;    /* ffffff is white  */
}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 07  230;          /* offset top and left */
	padding:  20px 20px ;    /* distance from 4 sided frame */
        width: 400px;
        float: left;
        text-align: left;
	background: #ffffff;
	border: 1px solid #5970B2}

#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #EAEBD8;
		color: #2875DE;
		font: 11px arial}

