body
{
	font-family:Times New Roman;
	background-color:#C8C8C8;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	height:100%;
}
html
{
	height:100%;
	margin:0;
	padding:0;
}
/*Die zentrierte Seite*/
.myPage
{
	background-color:steelblue;
	padding: 0px;
	margin: 0px;
	border-style: none;
	border-color: SteelBlue;
	border-width: 0px;
}

/*Das Format für die Beschreibung eines Terminplans*/
.myDescription
{
	font-size: 18;
	font-weight: bold;
}

.myCellButtonLeft
{
	background-image: url(../images/blue_button_left.gif);
}
.myCellButtonMiddle
{
	background-image: url(../images/blue_button_middle.gif);
}
.myCellButtonRight
{
	background-image: url(../images/blue_button_right.gif);
}

.myHeaderImageRight
{
	background-image: url(../images/bluearrow.gif);
}

.myTableHeight100
{
	height: 100%;
}

h1
{
	color:red;
	font-size:48px;
}
a:link { text-decoration:none; }
a:visited { text-decoration:none; }
a:hover { text-decoration:none; }
a:active { text-decoration:none; }
a:focus { text-decoration:none; }

/*Nur in Registrierung:*/
input#txtEmailAddress
{
    display:none;
}
label#lblEmailAddress
{
    display:none;
}

