body {
	margin-top: 10px; /* take care - if changed - all boxpositions must be changed too */
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 0 none; /*	border: 1px solid #fff;  for proof only - if - box-positions will change */
	padding: 0px;
	color: #003D64;
	font-size: 12px;
	line-height: 16px;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	scrollbar-face-color: #D0D0D0;
	scrollbar-highlight-color: #D0D0D0;
	scrollbar-3dlight-color: #D0D0D0;
	scrollbar-darkshadow-color: #D0D0D0;
	scrollbar-shadow-color: #D0D0D0;
	scrollbar-arrow-color: #003D64;
	scrollbar-track-color: #DFDFDF;
	}

h1 {
	font-size: 20px;
	line-height: 20px;
    font-weight: bold;
	text-decoration: none;
	margin: 10px 0px 10px 0px; /* top, right, bottom, left */
	padding: 0px;
	}

p.result {
	font-size: 10px;
	line-height: 16px;
	margin: 0px 0px 0px 50px; /* top, right, bottom, left */
	padding: 0px;
	}

p.notice {
	font-style: italic;
	color: red;
	}

a {
	color: #003D64;
	text-decoration: none;
	}
	
a:link {
	color: #003D64;
	}
	
a:visited {
	color: #003D64;
	}
	
a:hover {
	background-color: #003D64;
	color: white;
	font-weight: bold;
	}

submit,input {
	border: 1px solid #003D64;
	font-family : Verdana,Arial;
	font-size : 12px;
}

img { /* affects all images */
	border: 0 none;
	}

.headliner {
	position: relative;
	width: 800px; /* is positioned after body, so it gets the right width */
	}

.contentbox {
	position: absolute; /* Position is declared "relative" to gain control of stacking order (z-index). good idear ... */
	width: 763px;
	height: 500px;
	overflow: auto;
	top: 243px;
	left: 19px;
	border: 1px solid #9292C6;
	padding: 4px;
	text-align:left;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	}

.textbox {
	position: absolute; /* Position is declared "relative" to gain control of stacking order (z-index). good idear ... */
	width: 605px;
	height: 500px;
	overflow: auto;
	top: 243px;
	left: 19px;
	border: 1px solid #9292C6;
	padding: 4px;
	text-align:left;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	}
.picturebox {
	position: absolute; /* Position is declared "relative" to gain control of stacking order (z-index). good idear ... */
	width: 150px;
	height: 500px;
	overflow: auto;
	top: 243px;
	left: 636px;
	border: 1px solid #9292C6;
	padding: 4px;
	text-align: left;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
}
.sponsorbox {
	position: absolute; /* Position is declared "relative" to gain control of stacking order (z-index). good idear ... */
	width: 785px;
	height: 90px;
	left: 10px;
	top: 763px;
	border: 0px solid #9292C6;
	padding: 0px;
}

.monthname
{
    BACKGROUND-COLOR: #9DA7E8;
    COLOR: #6A7BEE;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: bold
}
.weekdayname
{
    BACKGROUND-COLOR: #000000;
    COLOR: #ffffff;
    FONT-FAMILY: Tahoma, Arial, Helvetica;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: bold;
    TEXT-ALIGN: center
}
.weekday
{
    BACKGROUND-COLOR: #ffffff;
    COLOR: #000000;
    FONT-FAMILY: Tahoma, Arial, Helvetica;
    FONT-SIZE: 8pt;
    TEXT-ALIGN: right;
    TEXT-DECORATION: none
}
.sat
{
    BACKGROUND-COLOR: #ffffff;
    COLOR: #666666;
    FONT-FAMILY: Tahoma, Arial, Helvetica;
    FONT-SIZE: 8pt;
    TEXT-ALIGN: right;
    TEXT-DECORATION: none
}
.sun
{
    BACKGROUND-COLOR: #ffffff;
    COLOR: #ff0000;
    FONT-FAMILY: Tahoma, Arial, Helvetica;
    FONT-SIZE: 8pt;
    TEXT-ALIGN: right;
    TEXT-DECORATION: none
}
.holiday
{
	FONT-FAMILY: Tahoma, Arial, Helvetical;
	FONT-SIZE: 8pt;
	TEXT-ALIGN: right;
	text-decoration : none;
}
#today
{
	border : 2px solid Red;
}
#todayAndEntry
{
	border : 2px solid Red;
	FONT-WEIGHT: bold;
}
#Entry
{
	FONT-WEIGHT: bold;
}

.notthismonth
{
    BACKGROUND-COLOR: #e1e1e1;
    COLOR: #999999;
    FONT-FAMILY: Tahoma, Arial, Helvetica;
    FONT-SIZE: 8pt;
    TEXT-ALIGN: right;
    TEXT-DECORATION: none
}

/* kasten für menus ("you" usw.) */
.box {
	position: relative;
	width: 98%;
	height: auto; 
	text-align: left;
	padding: 0px;
	margin: 0px;
	margin-bottom: 8px;
	overflow: hidden;
}

.box-title {
	background-color: white;
	font-weight: bold;
	padding: 2px;
}
.box-body {
	padding: 4px;
	border: 1px solid;
	border-color: white;
}

