/* Style for body (and child tags) */
html, body
{
	height: 100%;
}

body
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 16px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #4D4D4D;
	background: #afafaf url(/Images/KITPortal/bg_body.gif) repeat-x scroll left top;
	height: 101%;
}
.IE8Fix
{
	z-index: 100;
}

img 
{
	border-width: 0px;
}
h1, h2, h3, h4, h5, h6
{
	color: #000000;
	font-size: 12px;
}
hr
{
	border-bottom: solid 1px #B3B3B3;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
}

.frame
{
}

div.frame
{
	width: 982px;
	margin: 0 auto;
	text-align: left;
	padding-top: 0px;
	background-color: #ffffff;
}

/* Visibility Switch */
.switchpanel
{
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #a0a0a0;
	vertical-align: top;
	color: #a0a0a0;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.small
{
	font-size: 10px;
}
.tiny
{
	font-size: 8px;
}
input, textarea
{
	color: Black;
	font-size: 12px;
	padding: 2px;
	line-height: 16px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
input.small
{
	font-size: 10px;
	padding: 1px;
}
select.small
{
	font-size: 10px;
	padding: 1px;
	margin: 1px;
}

/* info message */
.info
{
	color: #666666;
	font-size: 12px;
}
table.info
{
	border: 2px dashed #666666;
	margin: 5px 2px 5px 2px;
}
table.info th
{
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	text-align: left;
	padding-left: 20px;
}
table.info td
{
	color: Black;
	height: 16px;
}

/* warning message */
.warning
{
	color: #FF9900;
	font-size: 12px;
}
table.warning
{
	border: 2px dashed #FF9900;
	margin: 5px 2px 5px 2px;
}
table.warning th
{
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	text-align: left;
	padding-left: 20px;
}
table.warning td
{
	color: Black;
	height: 16px;
}



/* error message */
.error
{
	color: red;
	font-size: 12px;
}
table.error
{
	border: 2px dashed red;
	margin: 5px 2px 5px 2px;
}
table.error th
{
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	text-align: left;
	padding-left: 20px;
}
table.error td
{
	color: Black;
	height: 16px;
}
div
{
	border-color: #808080;
	border-width: 0px;
}
/*
Contains common styles that can be used within a module.
!!! all style names are lowercase
!!! do not use "_" in style names (see selfhtml)
*/
/* table containing fields */
table.form
{
	border-collapse: collapse;
}
table.form td
{
	vertical-align: top;
	padding: 3px 5px 5px 2px;
	font-size: 9pt;
}
table.form td.tiny
{
	font-size: 7pt;
	padding: 1px 2px 0px 2px;
}

/* Caption cell for fields
copied from param_caption */
td.caption
{
	font-size: 8pt;
	background-color: #f0f0f0;
	border-right: solid 1px silver;
	padding: 2px 2px 1px 2px;
	vertical-align: top;
	text-align: left;
}
table.form td.caption
{
	font-size: 8pt;
	background-color: #f0f0f0;
	border-right: solid 1px silver;
	padding: 2px 2px 1px 2px;
	white-space: nowrap;
	width: 80px;
}

/*Caption cell for fields (tiny)
copied from param_caption_tiny */
table.form td.captiontiny
{
	font-size: 7pt;
	background-color: #ede7cf;
	border-right: solid 1px silver;
	padding: 1px 2px 0px 2px;
	white-space: nowrap;
}
table.menu
{
	border-collapse: collapse;
}
table.menu td
{
	vertical-align: top;
	padding: 3px 5px 5px 2px;
	font-size: 9pt;
}
table.menu td.tiny
{
	font-size: 7pt;
	padding: 1px 2px 0px 2px;
}

/* Caption cell for fields
copied from param_caption */
table.menu td.caption
{
	font-size: 8pt;
	background-color: #f0f0f0;
	border-right: solid 1px silver;
	padding: 2px 2px 1px 2px;
	white-space: nowrap;
	width: 80px;
}

/*Caption cell for fields (tiny)
copied from param_caption_tiny */
table.menu td.captiontiny
{
	font-size: 7pt;
	background-color: #ede7cf;
	border-right: solid 1px silver;
	padding: 1px 2px 0px 2px;
	white-space: nowrap;
}


/* style for the menu container */
.menuContainer
{
	border-bottom: solid 2px gray;
}
/*frame */
div.menu
{
	width: 176px;
	margin-left: 5px;
	padding: 0px;
	padding-left: 0px;
}

/* Link section */


.menu, .menu a
{
	padding-left: 13px;
	font-size: 10px;
	color: #808080;
	font-weight: 700;
}
.menu a:link
{
	text-decoration: none;
}
.menu a:visited
{
	text-decoration: none;
}
.menu a:hover
{
	text-decoration: underline;
}
.menu a:active
{
	text-decoration: none;
}
.bannerarea
{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 129px;
}
.leftarea
{
	left: 0px;
	top: 129px;
	width: 186px;
	background-color: #D9D9D9;
	border-left: solid 2px #ffffff;
	float: left;
}
.rightarea
{
	left: 0px;
	top: 129px;
	width: 188px;
	border-right: solid 2px #ffffff;
	background-color: #D9D9D9;
	padding-left: 10px;
	padding-right: 10px;
	float: right;
}
.contentarea
{
	left: 0px;
	width: 564px;
	top: 129px;
	padding: 10px 10px 10px 10px;
	background-color: #ffffff;
	float: left;
}
.leftarea div.side
{
	padding: 0pt;
	text-align: left;
	background-color: White;
	margin-left: 5px;
	margin-right: 5px;
	width: 176px;
}

.side
{
	background-color: White;
	padding: 4px 4px 4px 4px;
	margin-bottom: 10px;
}
.side a
{
	color: #009682;
	text-decoration: underline;
}
.leftarea div.side a
{
	text-decoration: none;
}
.leftarea div.side a:hover
{
	text-decoration: underline;
}

/*	This style sheet contains all necessary information for
	the portal banner.
*/
.portalbanner
{
}

tr.portalbanner
{
}

/* banner menu */
.bmenu, .bmenu a
{
	padding: 0px 0px 0px 0px;
	color: #ffffff;
	font-weight: normal;
}
.bmenu a:link
{
	text-decoration: none;
}
.bmenu a:visited
{
	text-decoration: none;
}
.bmenu a:hover
{
	color: #ffffff;
	text-decoration: underline;
}
.bmenu a:active
{
	text-decoration: none;
}

div.footer
{
	padding-top: 5px;
	text-align: center;
}

div.footer a
{
	color: #000000;
	text-decoration: none;
}

/* LinkBox auf der Linken Seite*/
.linkBox a
{
	font-size: 11px;
	color: #009682;
	text-decoration: none;
}

.linkBox a:hover
{
	text-decoration: underline;
}
.linkBox td
{
	margin-bottom: 6px;
}

/* Disclaimer */
.disclaimer
{
	color: White;
	text-align: center;
}


/* clearfix zum Aufheben der Floatumgebung */
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix
{
	display: inline-block;
}
div.location
{
	position: relative;
	top: -7px;
	font-size: 9px;
}
div.location h1, div.location a
{
	padding: 0px;
	margin: 0px;
	line-height: 9px;
	display: inline;
	text-decoration: none;
	color: #808080;
}
div.location h1 a
{
	font-size: 9px;
	text-decoration: none;
	color: #808080;
	font-weight: bold;
}

