/*page positioning*/
html,
form
{
	/*SB:2012-04-05: height: 100%; */
}
body,
textarea
{
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 9pt;
	font-family: 'Verdana', 'Arial', 'Helvetica', 'Serif';
	/*SB height: 100%; */
}
a,
a:link,
a:hover,
a:active,
a:visited,
span,
label
{
	font-size: 9pt;
	color: #000000;
}
html, body, #contents
{
	width: 100%;
	/* SB:2012-04-05:
	
	height: 100%;
	min-height: 100%;
	max-height: 100%;
*/
}
html>body, html>body #contents
{
	/*	SB:2012-04-05:
		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
{
	/*SB:2011-10-30: background-color: #EEEEEE;*/
	font-weight: bold;
	vertical-align: top;
}

/*labels*/
.RequiredLabelBack
{
	background-image: url(../img/required.jpg);
	background-repeat: repeat-y;
	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%;
}
.BigTable
{
    table-layout: fixed;
    margin: 0px 0px 0px 0px;
    /*background-color: #ffffff;*/
    border-width: 0px;
}
.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: #004276;
}

/*MK 2008-11-11 für neues Design*/
.Error
{
	color: #ff0000;
	padding-top: 15px;
	padding-bottom: 15px;
}

.divMainContent
{
	height: 100%;
	width: 100%;
}
/* MK 2011-03-17 */
.BasicStyle span { padding-left: 25px; vertical-align: super; }
.BasicLine { height: 1px; margin: 1px; }
.PageInformation { padding: 10px 0 10px 15px; }
.PageTitle { font-weight: bold; font-size: 11pt; margin-bottom: 2px; }
.PageBlock {  }
.DataBlock { margin-right: 25px; background-color: #ddd; }
.DataBlockLine { clear: both; }
.DataBlockElement { padding: 1px 0 1px 10px; width: 48%; float: left; }
.DataBlockElement_3C_L { padding: 1px 0 1px 10px; width: 34%; float: left; }
.DataBlockElement_3C_M { padding: 1px 0 1px 10px; width: 48%; float: right; margin-right: 10px; }
.DataBlockElement_3C_R { padding: 1px 0 1px 10px; width: 12%; float: right; display: none; }
.DataBlockElement_3C_L select,
.DataBlockElement_3C_L img,
.DataBlockElement_3C_L textarea,
.DataBlockElement_3C_L input,
.DataBlockElement_3C_M select,
.DataBlockElement_3C_M img,
.DataBlockElement_3C_M textarea,
.DataBlockElement_3C_M input,
.DataBlockElement select,
.DataBlockElement img,
.DataBlockElement textarea,
.DataBlockElement input { float: right; max-width: 100%; }
.DataBlockBottomElement { width: 100%; height: 20px; }
.LabelLink { cursor: pointer; text-decoration: underline; font-weight: bold; }
.SelectDDL { height: 50px; width: 75px; }
.NotificationBlock { left: 20%; top: 30%; position: absolute; }
.NotificationHead { border: solid 1px #000000; background-color: #eeeeee; text-align: center; }
.NotificationHead span { font-size: 11pt; font-weight: bold; }
.NotificationBody { border: solid 1px #000000; border-top-width: 0px; }
.NotificationButtons { margin-top: 25px; text-align: center; }
.NotificationHead,
.NotificationBody,
.NotificationButtons { width: 60%; padding: 5px 15px 5px 15px; }