@import "employeeCard.css" ;
@import "lang.css" ;

body.frame {
	background: #cfcfcf;
	background-image: url(../media/background.png);
	margin: 0px;
	padding: 0 0 30px 0;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #454545;
}

#frame {
	margin: auto;
	padding: 0px;
	width: 1020px;
	background: white;
	background: url(../media/content.png);
	background-repeat: repeat-y;
}

#frameHeader {
	height: 55px;
	background: white;
	background-image: url(../media/top.png);
	background-repeat: no-repeat;
	text-align: left;
	padding: 40px 0 0 50px;
	font-size: 27px;
	color: #e3001d;
}

#frameHeader img {
	border: none;
}

#frameFooter {
	clear: both;
	height: 50px;
	background: white;
	text-align: right;
	background-image: url(../media/bottom.png);
	background-repeat: no-repeat;
	font-size: 9px;
	padding-right: 40px;
}

#frameLogo {
	width: 185px;
	height: 180px;
	background-color: white;
	float: right;
}

#frameContentTop #frameLogo {
	margin-right: 0px;
}
#frameContentTop #frameLogo img {
	margin-top: 15px;
	
}
#frameContentExtra #frameLogo {
	margin-right: 0px;
	float: none;
}

#frameContentWide #frameLogo {
	margin-right: -10px;
	margin-left: 25px;
}

#frameContent {
	margin: 15px 40px 40px 0;
	float: right;
	width: 755px;
}

#frameContentTop {
	margin: 0px 40px 0px 40px;
	background: white;
	height: 180px;
}

#frameContentMain,
#frameContentWide {
	text-align: left;
	float: left;
	padding: 0 10px 0 25px;
	background: white;
	width: 535px;
}

#frameContentMain h1,
#frameContentWide h1 {
	margin-top: 0px;
}

#frameContentWide {
	width: 720px;
}

#frameContentExtra {
	text-align: left;
	float: right;
	width: 185px;
	padding: 0px 0 0px 0px;
	background: white;
}

#frameContentExtra div.textbox {
	width: 163px;
	float: none;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 12px;
}


div.textbox {
	background: white;
	border: 1px solid #a7a7a7;
	padding: 10px;
	float: right;
	color: #454545;
	font-size: 11px;
	margin-bottom: 20px;
}
div.textbox ul {
	margin: 0;
	padding: 10px;
}
div.textboxHeader,
div.textbox h2 {
	diplay: block;
	background: url(../media/li_first.png) no-repeat;
	border-bottom: 1px solid #a7a7a7;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: -10px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #e3001d;
	padding: 5px 5px 5px 10px;
}


#frameNavigationTop {
	margin-left: 18px;
	margin-right: 18px;
	position: absolute;
	left: auto;
	top: 120px;
	width: 944px;
	background: white;
	table-layout: fixed;
	font-size: 12px;
}

#frameNavigationTop table {
	width: 944px;
	border-spacing: 2px 0px;
}

#frameNavigationTop table td {
	text-align: center;
	vertical-align: center;
	background: white;
	height: 25px;
	width: 188px;
}
#frameNavigationTop table td.active {

	background-color: white;
}
#frameNavigationTop table td a {
	color: White;
	text-decoration:none;
	text-transform: uppercase;
}


#frameNavigationContext {
	font-size: 11px;
	text-align: left;
	float: left;
	width: 165px;
	padding: 0px 20px 0px 0px;
	
	margin: 15px 0 0 40px;
/*overflow: hidden;*/
}

#frameNavigationContext div.topic {
   diplay: block;
	background: white;
	margin-left: 0px;
	margin-right: -20px;
	margin-top: -20px;
	margin-bottom: 10px;
	height: 15px;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	color: white;
	padding: 5px;
}
#frameNavigationContext div.topic a {
	text-decoration: none;
	color: white;
}
#frameNavigationContext ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 185px;
}
#frameNavigationContext ul a.active,
#frameNavigationContext ul a:hover {
	color: white;
	font-weight: bold;
	background-color: #ABABAB;
	background-image: url(../media/button.png);
}

#frameNavigationContext ul li.linkboxLastItem {
	background-image: url(../media/li_first.png);
	border-top: 1px solid #a7a7a7;
}

#frameNavigationContext ul li.linkboxLastItem a{
	padding: 4px 5px 3px 8px;
}

#frameNavigationContext ul li {
	font-size: 13px;
	border-bottom: 1px solid #a7a7a7;
	border-right: 1px solid #a7a7a7;
	border-left: 1px solid #a7a7a7;
	border-top: 1px solid #a7a7a7;
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
	width: 178px;
	
}
#frameNavigationContext ul li a {
	color: #454545;
	text-decoration: none;
	display: block;
	padding: 4px 5px 3px 8px;
	height: auto;
	background-image: url(../media/li_first.png);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
}

#frameNavigationContext ul li ul {
	background: #fcfcfc;
	border-left: none;
	border-right: none;
	border-top: 1px solid #a7a7a7;
	margin: 0px 0px 0px 0px;
	width: 178px;
}

#frameNavigationContext ul li ul li {
	background: none;
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
  	font-size: 11px;
	width: 178px;
}
#frameNavigationContext ul li ul li a {
	background-image: none;
	padding: 5px 5px 5px 20px;
	margin: 0px;
	display: block;
/*	padding-left: 20px;
	padding-right: 5px;*/
}

#frameLinks {
	position: absolute;
	top: 40px;
	left: auto;
	font-size: 10px;
	padding-left: 700px;
}

#frameLinks ul,
#frameLinks ul li {
	display: inline;
	margin-right: 0px;
	margin-top: 0px;
}
#frameLinks ul li a {
	text-decoration: none;
	color: #454545;
}
#frameLinks ul li {
	padding-right: 5px;
	border-right: 1px solid #a7a7a7;
}

#frameLinks ul li.linkboxLastItem {
	border-right: none;
}
#frameLinks a {

}

#frameSearch {
	margin: 15px 0 0 0px;
}
#frameSearch input.quicksearchButton {
	background-color: white;
	border: none;
	font-size: 10px;
	color: #454545;
}
#frameSearch input.quicksearchKey {

	font-size: 10px;
}

#login {
	position: absolute;
	top: 0px;
	background: transparent;
	width: 50px;
	height: 50px;
}

#authinfo {
	position: absolute;
	left: 10px;
	top: 220px;
}

h1 {
	font-size: 19px;
	color: #e3001d;
	font-weight: normal;
}

h2 {
	font-size: 16px;
	color: #e3001d;
	font-weight: normal;
}

h3 {
	font-size: 13px;
	color: #e3001d;
	font-weight: normal;
}

h4, 
h5, 
h6 {
	font-size: 13px;
	color: #454545;
}

a {
	color: #e3001d;
	text-decoration: none;
}

a img {
	border:none;
}

.textbox a {
	text-decoration: underline;
}

.textbox a img {
	display: block;
}

.nomargin {
	margin: 0px;
}

.nopadding {
	padding: 0px;
}
form input,
form textarea,
form select {
 border-top: 1px solid #a7a7a7;
 border-left: 1px solid #a7a7a7;
 background-color: #EAEAEA;

}

.floatRight {
float: right;
margin: 0px 20px 20px 30px;
}

.imgBoxfloatRight {
float: right;
margin: 0px 20px 20px 30px;
}

.floatLeft {
float: left;
}

.imgBoxfloatLeft {
float: left;
margin: 0px 15px 15px 0px;
}

img.floatLeft {
	margin: 0px 15px 15px 0px;
}

/* 
	style of alternativ preview list and its articles 
*/

table.preview {
	margin-top: 15px;
	width: 100%;
}

table.preview td {
	vertical-align: top;
}

table.preview img {
	margin: 0px 10px 0px 0px;
	padding:0px;
}

.previewImage  {
	width: 90px;
}
.previewImage a  {
	border: none;
}
		
.previewHead {
	margin-top: -3px;
	font-weight: bold;
	color: #E3001D;

}

.previewHead a {
	font-weight: bold;
	color: #e3001d;
	text-decoration: none;
}

.previewText p {
	padding: 0px;
	margin: 0px;
}

/* 
	quicksearch 
*/
table.searchLine2 {
	margin-top: 10px;	
	border-bottom: 1px solid #a7a7a7;
}
table.searchLine1 {
	margin-top: 10px;	
	border-bottom: 1px solid #a7a7a7;
}

table.searchLine2 td table {
	margin: 0;
}
table.searchLine1 td table {
	margin: 0;
}


.disclaimer {
	font-size: 70%;
}


