/********************************************** Persönliche Angaben ***************************************************/

body
{
	background-image: url(/media/background.gif);
	background-position: top;
	background-repeat: repeat-x;
	margin: 0px;
}

.light
{
	background-color: #7C9ECC;
}
.dark
{
	background-color: #5880C6;
}

.footer
{
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.header
{
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}


.menuButton, .menuButton:link, .menuButton:visited, .menuButton:active, .menuButton:hover
{
	text-decoration: none;
	padding-top: 3px;
	padding-left: 10px;
	padding-bottom: 3px;
	line-height: 20px;
	color: #000000;
	width: 100%;
	height: 100%;
	border-top: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
}
.menuButton:hover
{
	background-color: #CCE2FF;
	color: #333333;
}

.footerLink, .footerLink:link, .footerLink:visited, .footerLink:active, .footerLink:hover
{
	text-decoration: none;
	color: #ffffff;
}
.footerLink:hover
{
	color: #5880C6;
}

.itemLink, .itemLink:link, .itemLink:visited, .itemLink:active, .itemLink:hover
{
	color: #000000;
}
.itemLink:hover
{
	color: #333333;
}

.itemLinkHeader, .itemLinkHeader:link, .itemLinkHeader:visited, .itemLinkHeader:active, .itemLinkHeader:hover
{
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
.itemLinkHeader:hover
{
	color: #333333;
}

/** other **/
.selected
{
	font-weight: bold;
	background-color: #CCE2FF;
}
.error
{
	background-color: #FF0000;
	color: #ffffff;
	padding: 4px;
	width: 100%;
	height: 100%;
}

.border
{
	border: 1px solid #cccccc;
}
.menu
{
	border-right: 1px dotted #cccccc;
}

.itemBG1
{
	background-color: #EAEBE5;
	border-top: 1px solid #C5C6C0;
}
.itemBG2
{
	background-color: #F6EAA2;
	border-top: 1px solid #C5C6C0;
}
.itemTab1
{
	padding-left: 10px;
	background: url(/media/itemTab1.gif);
}
.itemTab2
{
	padding-left: 10px;
	background: url(/media/itemTab2.gif);
}

.appointement
{
	background-color: #FAFAF8;
}
.appointementBook
{
	background-color: #F4F4F2;
}
.appointementHeader
{
	background-color: #C6C6C2;
}
.appointementBookEnabled
{
	background-color: #C5FF75;
	text-align: center;
}
.appointementBookDisabled
{
	background-color: #FF7654;
	text-align: center;
}

/********************************************** /Persönliche Angaben ***************************************************/


#logon
{
	width: 500;
	height: 375;
	background-image: url(/media/logon.jpg);
	background-repeat: no-repeat;
}

#logon .Header
{
	font-weight: bold;
	color: #5880C6;
	padding-left: 0px;
	padding-right: 0px;
}

#logon .divisor
{
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #999999;
}

/** Links **/
#logon .Button, #logon .Button:link, #logon .Button:visited, #logon .Button:active, #logon .Button:hover
{
	width: 100%;
	height: 100%;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	color: white;
	font-size: 11px;
	font-family: Arial;
	background-color: #5880C6;
	border: solid 1px #5880C6;
}
#logon .Button:hover
{
	background-color: #CCE2FF;
	color: #333333;
}

/********************************************** Detail Teilnehmer anmelden ***************************************************/
.numPersonsError
{
    display:block;
    color:red;
}