/*page positioning*/
html,
form
{
	height: 100%;
}
body
{
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 9pt;
	font-family: 'Verdana', 'Arial', 'Helvetica', 'Serif';
	height: 100%;
}
a,
a:link,
a:hover,
a:active,
a:visited,
span,
label
{
	font-size: 9pt;
	color: #000000;
}
html, body, #contents
{
	width: 100%;
	height: 100%;
	min-height: 100%;
	max-height: 100%;
}
html>body, html>body #contents
{
	height: 100%;
}
html>body table.SidebarFooter
{
	/*position: fixed;*/
	/*position: absolute;*/
}
#contents
{
	top: 0px;
	left: 0px;
	height: 100%;
	/*overflow: hidden;*/
}
#content
{
	height: 100%;
	/*table-layout: fixed;*/
}
div.content
{
	height: 100%;
	border-collapse: collapse;
	/*overflow: scroll;*/
	/*padding: 5px 5px 0px 10px;*/
}

/*textboxes*/
input.txt
{
	background-color: #FFFFFF;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	vertical-align: top;
}
.NormalTextBox
{
	/*height: 20px;*/
	border: 0px;
}
.EditableTextBox
{
	/*width: 100%;*/
}
.RequiredTextBox
{
	/*height: 20px;*/
}
.DisplayTextBox
{
	background-color: #EEEEEE;
	font-weight: bold;
	/*height: 20px;*/
	border: 0px;
}
.Hidden
{
	display: none;
}

.LinkButtonStyle
{
	text-decoration: none;
	color: #ffffff;
	border: 1px;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	height: 8px;
	border-color: #C0C0C0;
	border-style: outset;
	background-color: #003366;
}

/*buttons*/
.ButtonStyle
{
	text-decoration: none;
	color: #ffffff;
	border: 1px;
	vertical-align: middle;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-color: #C0C0C0;
	border-style: outset;
	background-color: #003366;
}

/*cells*/
.LabelBack
{
	padding-top: 2px;
	vertical-align: top;
}
.FieldBack
{
	background-color: #EEEEEE;
	font-weight: bold;
	vertical-align: top;
}

/*labels*/
.RequiredLabelBack
{
	background-image: url(../img/required.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #000000;
}
.RequiredLabelInfo
{
	background-image: url(../img/required.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #000000;
	padding-left: 4px;
}
.RequiredLabelBackOLD
{
	background-color: #990000;
	color: #FFFFFF;
}

/*calendar*/
.Calendar td
{
    padding: 4px;
}
.CalendarIE td
{
    padding: 1px;
}
.Calendar a,
.CalendarIE a
{
	font-size: 8pt;
	font-variant: small-caps;
	vertical-align: top;
	table-layout: fixed;
}
.Calendar th,
.CalendarIE th
{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 9pt;
}
.CalendarHeader
{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 9pt;
	
	background-color: #003366;
	height: 23px;
	vertical-align: middle;
	padding: 2px 5px 2px 5px;
	border: 1px;
	border-color: #C0C0C0;
	border-style: outset;
}
.Headline
{
    font-weight: bold;
    font-size: 11pt;
}
.CheckInstCode
{
    background-color: #d2d2d2;
}
.HeaderTable
{
    table-layout: fixed;
    margin: 0px 0px 0px 0px;
    background-color: #ffffff;
    border-width: 0px;
    width: 100%;
}
.SearchTable
{
    table-layout: fixed;
    margin: 0px 0px 0px 0px;
    background-color: #ffffff;
    border-width: 0px;
    width: 830px;
}
.SearchPageLink,
.SearchPageLink:hover,
.SearchPageLink:active,
.SearchPageLink:link,
.SearchPageLink:visited
{
    color: #000000;
}

/*MK 2008-11-11 für neues Design*/
.Error
{
	color: #ff0000;
	padding-top: 15px;
	padding-bottom: 15px;
}

.divMainContent
{
	height: 100%;
	width: 100%;
}