﻿body, html
{
	position: absolute;
	float: initial;
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	width: 100%;
	background-color: #efefed;
}

div, h1, h2, h3, p, span, label, input, ul, li, a
{
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

h1
{
	color: #75746E;
	font-size: 16px;
	float: none;
}

h2
{
	float: none;
	color: #000000;
	font-size: 14px;
}

h3
{
	color: #00614A;
	font-size: 13px;
	font-weight: bold;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border-style: none;
}

input[type=text],
input[type=password]
{
	height: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	padding-left: 2px;
	padding-right: 2px;
}

input.button
{
	border-style: none;
	background-color: none;
	background-image: url(Images/button.png);
	background-position: 0 0;
	width: 129px;
	height: 24px;
	line-height: 24px;
	color: #ffffff;
}

input.button:hover
{
	background-image: url(Images/button_hover.png);
}
/* Layout */
.site-wrap
{
	position: relative;
	float: none;
	width: 960px;
	margin: 0 auto;
}

.site
{
	width: 960px;
	background-color: #ffffff;
	margin-bottom: 20px;
}
/* Header */
.site .header
{
	width: 960px;
	height: 236px;
	background-position: 0 0;
	background-repeat: no-repeat;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-bottom-color: #efefed;
}

.site .header form
{
	position: relative;
	float: left;
}

.site .header a.rssoftware
{
	position: absolute;
	right: 1px;
	z-index: 1;
}

.site .header a.rssoftware img
{
	height: 100px;
	width: 100px;
}

.site .header a.start
{
	position: absolute;
	right: 110px;
	z-index: 1;
}

.site .header a.start img
{
	height: 100px;
	width: 340px;
}
/* MainMenu */
.site .header .mainmenu
{
	width: 960px;
	padding-top: 168px;
}

.site .header .mainmenu ul
{
	float: right;
}

.site .header .mainmenu ul li
{
	list-style-type: none;
	margin-right: 7px;
}

.site .header .mainmenu ul li:hover
{
	background-color: #ffffff;
}

.site .header .mainmenu ul li a
{
	height: 32px;
	font-weight: bold;
	font-size: 13px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 30px;
}

.site .header .mainmenu ul li a:hover
{
	text-decoration: none;
}
/* User */
.site .header .user
{
	height: 38px;
	width: 300px;
	line-height: 38px;
	padding-left: 10px;
}

.site .header .user span
{
	position: relative;
	float: left;
	padding-right: 5px;
	margin-right: 5px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #efefed;
}

.site .header .user a
{
	font-size: 13px;
	font-weight: bold;
}
/* Search */
.site .header .search
{
	height: 30px;
	padding-left: 10px;
	margin-top: 8px;
}

.site .header .search input[type=text]
{
	height: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.site .header .search input[type=submit]
{
	margin-left: 10px;
	height: 20px;
	padding-left: 6px;
	padding-right: 6px;
	border-style: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #d9dadb;
	margin-top: 1px;
}

.site .header .search label
{
	line-height: 24px;
	font-size: 13px;
	font-weight: bold;
	padding-right: 10px;
}
/* Footer */
.site .footer,
.site .disclaimer
{
	width: 960px;
	text-align: center;
	border-top-style: solid;
	border-top-width: 4px;
	border-top-color: #efefed;
	padding-top: 5px;
	padding-bottom: 5px;
}

.site .footer a
{
	float: none;
}
.site .disclaimer
{
	background-color: #efefed;
	color: #d3d3d3;
}
/* Content */
.site .content
{
	width: 930px;
	padding: 15px;
	background-color: #ffffff;
	min-height: 400px;
}

.site .content .kb
{
	width: 620px;
	margin-left: 10px;
}

.site .content .kb .title
{
	padding-bottom: 10px;
	width: 470px;
}

.site .content .kb .actions
{
	position: absolute;
	float: none;
	right: 1px;
	height: 1px;
	margin-top: -30px;
}

.site .content .kb .actions a
{
	padding-left: 4px;
}

.site .content .kb .actions a.print
{
	height: 25px;
	width: 25px;
	background-repeat: no-repeat;
	text-indent: 25px;
	position: relative;
	float: left;
	overflow: hidden;
	font-size: 0;
	color: transparent;
}

.site .content .kb .actions a.print.pdf
{
	background-image: url(images/icon_pdf.png);
}

.site .content .kb .actions a.print.pdftree
{
	width: 35px;
	background-image: url(images/icon_pdf_tree.png);
}

.site .content .kb .actions a.print.word
{
	background-image: url(images/icon_word.png);
}

.site .content .kb .actions a.print.wordtree
{
	width: 35px;
	background-image: url(images/icon_word_tree.png);
}

/* KB Content Style */
.site .content .kb .tag
{
	width: 620px;
	min-height: 200px;
	overflow-x: auto;
}

.site .content .kb .tag div
{
	float: none;
}

.site .content .kb .tag ul
{
	list-style-position: outside;
	padding-left: 20px;
	position: relative;
	float: none;
	margin-top: 10px;
}

.site .content .kb .tag ul li
{
	float: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-left: 0;
}

.site .content .kb .tag p
{
	position: relative;
	float: none;
	text-align: left;
	padding-bottom: 15px;
	padding-top: 15px;
}

.site .content .kb .tag ul.nodelist
{
	float: none;
}

.site .content .kb .loader
{
	background-color: #f3f3f3;
	opacity: 0.95;
	-moz-opacity: .95;
	filter: alpha(opacity=95);
	position: absolute;
	z-index: 1;
	width: 622px;
	height: 100%;
	background-image: url(images/loadtree.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
/* Content Tree */
.tree
{
	width: 290px;
	min-height: 400px;
	overflow-y: hidden;
	overflow-x: auto;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #EFEFED;
}

.tree ul
{
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	background-image: url(images/treeview-line.gif);
	background-repeat: no-repeat;
	background-position: 0px -1px;
}

.tree ul li
{
	width: 150px;
	padding-left: 20px;
	padding-bottom: 2px;
	line-height: 14px;
	background-image: url(images/treeview-line.gif);
	background-repeat: no-repeat;
	background-position: 0px -1px;
}

.tree ul li.haschild
{
	background-image: url(images/treeview.gif);
	background-repeat: no-repeat;
	background-position: -80px -1px;
}

.tree ul li.haschild.isopen
{
	background-image: url(images/treeview.gif);
	background-repeat: no-repeat;
	background-position: -64px -23px;
}

.tree ul li:last-child
{
	background-position: -32px -68px;
	padding-bottom: 0px;
	background-color: #ffffff;
	background-image: url(images/treeview-line.gif);
	background-repeat: no-repeat;
	background-position: 0px -1767px;
}

.tree ul li.haschild:last-child
{
	background-image: url(images/treeview.gif);
	background-position: -32px -68px;
	background-repeat: no-repeat;
}

.tree ul li.haschild.isopen:last-child
{
	background-image: url(images/treeview.gif);
	background-position: 0px -112px;
	background-repeat: no-repeat;
}

.tree ul li a
{
	cursor: pointer;
	left: -20px;
	padding-left: 20px;
}

.tree ul li.active > a
{
	font-weight: bold;
}


/* Search */
.content .search .noresult
{
	padding-top: 10px;
}

.content .search .actions
{
	float: right;
}

.content .search .actions span
{
	padding-right: 4px;
	padding-left: 4px;
	font-weight: bold;
}

.content .search .results
{
	padding-top: 20px;
}

.content .search .result
{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}

.content .search .result .title
{
	float: none;
}

.content .search .result .text
{
}
/* site info*/
.content .siteinfo
{
	width: 235px;
	padding-right: 5px;
	margin-right: 14px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #EFEFED;
}
.content .siteinfo a
{
	float: none;
}


.content .siteinfo h3
{
	float: none;
	padding-top: 20px;
}

.content .siteinfo h3:first-child
{
	padding-top: 0px;
}

.content .siteinfo p
{
	float: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* 3Cols */
.content .twocols
{
	width: 675px;
}

.content .twocols .col1,
.content .twocols .col2
{
	width: 330px;
}

.content .twocols .col1
{
	padding-right: 15px;
}

.content .twocols h3
{
	float: none;
}

.content .twocols p
{
	float: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
.content .twocols a
{
	float: none;
}
.content .twocols ul
{
	list-style-position: outside;
	padding-left: 20px;
	position: relative;
	float: none;
	margin-top: 10px;
	margin-bottom: 20px;
}

.content .twocols ul li
{
	float: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-left: 0;
}
/* Login */
.content > .login
{
	width: 500px;
}

.content .login label
{
	padding-right: 20px;
	width: 70px;
	line-height: 20px;
}

.content .login .line,
.content .login .action
{
	width: 500px;
	padding-bottom: 6px;
	padding-top: 10px;
}

.content .login .line input
{
	width: 200px;
}
.content .login .line p.info
{
	padding-top: 20px;
}


/* Forgot */
.content > .forgot
{
	width: 500px;
}

.content .forgot label
{
	padding-right: 20px;
	width: 70px;
	line-height: 20px;
}

.content .forgot .line,
.content .forgot .action
{
	width: 500px;
	padding-bottom: 6px;
	padding-top: 10px;
}

.content .forgot .line input
{
	width: 200px;
}
/* User Settings */
.content .usersettings
{
	width: 675px;
}

.content .usersettings .line
{
	width: 675px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.content .usersettings .line input
{
	width: 250px;
}

.content .usersettings .line label
{
	width: 140px;
}

.content span.field-validation-error
{
	color: #cc0000;
	padding-right: 4px;
	padding-left: 4px;
	line-height: 22px;
}
/* validation */
.validation-summary-errors
{
	color: #cc0000;
	padding-top: 10px;
	padding-bottom: 10px;
}

.validation-summary-errors ul
{
	list-style-position: outside;
	margin-left: 25px;
}

.validation-summary-errors ul li
{
	float: none;
}
/* Contact */
.content .contact
{
	width: 675px;
}

.content .contact .foto
{
	width: 115px;
	padding-right: 15px;
}

.content .contact .info
{
	width: 460px;
	padding-left: 15px;
	min-height: 155px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #EFEFED;
}

.content .contact .info label
{
	width: 65px;
	float: left;
	position: relative;
	color: #008276;
	line-height: 21px;
}
.content .contact .info span
{
	float: none;
	position: relative;
	line-height: 21px;
}
.content .contact .info a
{
	float: none;
}

.content .contact .info p
{
	float: none;
}

.content .contact .info ul
{
	list-style-position: outside;
	margin-left: 20px;
}

.content .contact .info ul li
{
	float: none;
}

.content .contact .info p,
.content .contact .info ul
{
	padding-top: 20px;
}

.mainimage
{
	float: none;
	width: 330px;
	height: 284px;
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
