body {
    color: #FFFFFF; 
    background-color: #000000;
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    align: center;
    font-size: 10px;
  }

  html {
  height: 100%;
  }
  
  table {
  width: 100%;
  }

  ul#Navigation {
    margin: 0; padding: 0.8em;
    text-align: center;
    border: 0px solid black;
    background-color: #383838;
  }
  ul#Navigation li {
    list-style: none;
    display: inline;
    margin: 0; padding: 0;
  }

  ul#Navigation a, ul#Navigation span {
    float: center; width: 6em;
    margin: 0em; padding: 0.2em 1em;
    text-decoration: none;
    border: 1px solid black;
    border-left-color: white; border-top-color: #444444;
    color: black; background-color:#f0f0f0;
  }
  * html ul#Navigation a, * html ul#Navigation span {  /* Korrektur fuer IE 5.x */
    width: 1em;
    w\idth: 6em;
  }
  ul#Navigation a:hover, ul#Navigation span {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: black;
  }
  ul#Navigation div {
     clear: left;
  }
 
  center {
    width: 320px;
    position: relative;
    margin: auto auto;
    min-height: 100%;
    height: auto;
    background-color: #383838;
    background-image: url(ornate1d.png);
  }

#text {
	font-size: 14px;
	text-align: left;
}

#titel {
	font-size: 25px;
	font-weight: bold;
}
#titel2 {
	font-size: 22px;
}


.year {
	border-style: outset;
	border-width: 1px;
	background-color: #000000;
	text-align: center;
}
.month {
	border-style: none;
	background-color: #AAAAAA;
	text-align: center;
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.monthname {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	background-color: #999999;
	color: #000000;
	border-style: outset;
	border-width:1px
}
.dayname {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #999999;
	color: #000000;
	border-style: outset;
	border-width:1px
}
.weeknumtitle {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	background-color: #e9e9e9;
	border-style: outset;
	border-width:1px
}
.weeknum {
	text-align: center;
	font-size: 10px;
	height:90px;
	width:90px;
	color: #000099;
	background-color: #e9e9e9;
}
.week {
	border-style: none;
	background-color: #e4e4e4;
	text-align: center;
}
.monthweek {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #667171;
	border-style: solid;
	border-width:1px
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #999999;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
}
.monthpicker {
	font-size: 11px;
	background-color: #eeeeee;
}
.yearpicker {
	font-size: 11px;
	background-color: #eeeeee;
}
.pickerbutton {
	font-size: 11px;
	background-color: #eeeeee;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}
.nomonthday {
	text-align: center;
	vertical-align: top;
	font-size: 10px;
	height:90px;
	width:90px;
	color: #aaaaaa;
}
.monthday {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	background-color: #EFEFEF;
	color: #384955;
	height:90px;
	width:90px;
}
.today {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #000000;
	height:90px;
	width:90px;
}
.selectedday {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	background-color: #66ff66;
	height:90px;
	width:90px;
}
.sunday {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	background-color: #EFEFEF;
	color: #000000;
	height:90px;
	width:90px;
}
.sunday a {
	color: #000000;
}
.saturday {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #EFEFEF;
	height:90px;
	width:90px;
}
.saturday a {
	color: #000000;
}
.event {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFF66;
	width:90px;
}
.birthday {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	color: #000000;
	background-color: #99CCFF;
	width:90px;	
}
.event a {
	color: #111111;
}

.birthday a {
	color: #111111;
}

.eventcontent {
	font-size: 10px;
	border-style: outset;
	border-width: 1px;
	width: 100%;
}


.selectedevent {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000099;
	height:90px;
	width:90px;
}
.selectedevent a {
	background-color: #000099;
	color: #FFFFFF;
}
.todayevent {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000099;
	height:90px;
	width:90px;
}
.todayevent a {
	background-color: #000099;
	color: #000000;
}

a:link{
 -webkit-tap-highlight-color:rgba(200,0,0,0.4); /* R,G.B,Alpha */
}

a:visited{
	color: #FFFFFF;
}


a:hover{
	color: #EEEEEE;
}


a:active{
	color: #EEEEEE;
}

hr {
    color: #f0f0f0;
    height: 1px;
}

#sddm
{	margin: 0;
	padding: 0;
        z-index: 40}

#sddm li
{	display: block;
        list-style: none;
        float: left;
        list-style: none;
        margin: 0; padding: 0;
        margin-left: auto;
        margin-right: auto;
	font: bold 12px arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 80px;
	background: #000000;
	color: #FFF;
	text-align: left;
	text-decoration: none}

#sddm li a:hover
{	background: #000000;
        color: #2875DE}

#sddm div
{       position: absolute;	
        visibility: hidden;
	margin: 0;
	padding: 0;
	background: #000000;
	border: 1px solid #5970B2}

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

	#sddm div a:hover
	{	background: #FFF;
		color: #000}

