/********************************
	application content div
********************************/

#application {
  display: block;
  width: 704px;
  overflow-x: scroll;
  overflow-y: 0;
}

/********************************
	left inner column
********************************/

#contents {
  display: block;
  float: left;
  width: 710px;
  padding-bottom: 40px;
}

#contents.start {
  display: block;
  float: left;
  width: 665px;
}

#contents.login {
  display: block;
  float: left;
  width: 710px;
  padding-left: 40px;
  padding-right: 40px;
  background-image: url(../images/bg_main.png);
  background-repeat: repeat;
  background-color: transparant;
}

#support {
	margin-top: 70px;	
	color: #ffffff;
	float: right;
	width: 160px;
	font-size:11px;
}

/********************************
	marginal column
********************************/

#marginal {
  padding-left: 40px;
  padding-right: 40px;
  display: none;
  float: left;
  padding-bottom:30px;
  width: 552px;
  color: #ffffff;  
  margin-top: 1px;
  font-size: 12px;
  background-image: url(../images/bg_main.png);
  background-repeat: repeat;
  background-color: transparant;
}

#marginal.start {
  width: 323px;
}

#marginal .marginal_left {
	float: left;
	width: 356px;
}

#marginal .marginal_right {
	color: #ffffff;
	float: right;
	width: 160px;
	font-size:11px;	
}


/********************************
	search input field
********************************/

#contents .search {
	position: relative;
	float: left;
	margin: 25px 0 0 15px;
	border: 1px solid #969696;
}
 
/********************************
	contents and marginal
********************************/

#contents a,
#marginal a {
	color:#ffffff;
}

#contents a.highlight_link,
#marginal a.highlight_link,
ul.navi3_l1 a.highlight_link {
  color: #ffffff;
  padding-right: 10px;
  line-height: 18px;
  font-weight: bold;
	background: url(../images/icons/icon_arrow.png) no-repeat right 1px;
}

#contents a.highlight_link.multiline_link,
#marginal a.highlight_link.multiline_link {
	display: block;
  line-height: inherit;
}

#contents a.highlight_link.extern,
#marginal a.highlight_link.extern {
  padding-right: 21px;
	background: url(../images/icons/icon_arrow_ext.png) no-repeat right 1px;
}

#contents a.highlight_link img,
#marginal a.highlight_link img {
	margin: 1px 5px 0 0;
}

/* use this where you don't want/can to use <p> tag */
#contents .paragraph,
#marginal .paragraph {
	padding-bottom:1em;
}

/*
	tables
*/
#contents table,
#marginal table {
	border-collapse: collapse;
}

#contents table td,
#contents table th,
#marginal table td,
#marginal table th {
	padding: 0px;
	vertical-align: top;
}

table.box_outer {
    width: 100%;
}

table.box_outer .image {
    width: 72px;
}

table.formatted {
  width: 100%;
}

table.formatted caption {
  background: #4d4d4d;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
  padding: 0 0 0 8px;
  text-align: left;
  border-bottom: 1px solid #fff;
}

table.formatted tr.odd td {
  background: #f8f7f7;
}

table.formatted td {
  background: #fff;
}

table.formatted tr.headline td {
  line-height: 28px;
  font-weight: bold;
  border: none;
}

table.formatted tbody tr th {
	background: #e2e2e2;
  border-right: 1px solid #858484;
  border-bottom: 2px solid #fff;
  padding: 0 9px 0 9px!important;
  color: #ffffff;
  font-weight: bold;
  line-height: 18px;
}

table.formatted tbody tr td.last,
table.formatted tbody tr th.last {
    border-right: none;
}

table.formatted a.img_link span {
    background-color: transparent;
}

.tfoot {
    color: #ffffff;
    padding: 5px 5px 0;
}

table.formatted .blue {

}

table.formatted tbody tr td {
  border-right: 1px solid #858484;
  line-height: 18px;
	padding: 0 9px 0 9px!important;
  vertical-align: middle;
  color: #ffffff;
  font-size: 13px;
}

table.formatted tbody tr.info {

}

table.formatted tbody tr.info td {
	padding-top: 5px!important;
	background: url(../images/boxes/dashed_border.png) repeat-x left 7px;
  color: #ffffff;
  border: none!important;
  line-height: 32px;
}

/*
	marginal box
*/

#marginal h2 {
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
	margin: 0;
}
#marginal h2.first {
	margin-top: 32px;	
}

#marginal h3 {
	color: #ffffff;
	font-size: 14px;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 14px;
}

#marginal h3.dashed {
	background: url(../images/boxes/dashed_border.png) repeat-x left bottom;
	padding-bottom: 8px;
}

#marginal.start h3 {
	color: #ffffff;
	font-size: 18px;
	line-height: 16px;
}

#marginal.start h3 a {
	margin-top: 3px;
	background-position: right 3px;
	font-size: 13px;
	float: right;
}

#marginal.sart h3.dashed {
	background: url(../images/boxes/dashed_border.png) repeat-x left bottom;
}

#marginal .marginalbox {
	position: relative;
	float: left;	
	left: -4px;
	top: -1px;
	width: 220px;
	background: url(../images/boxes/back_marginalbox-m.png) repeat-y;
}

#marginal .marginalbox.header {
	float: left;
	background: url(../images/boxes/back_marginalbox-t.png) no-repeat;
	width: 220px;
	height: 20px;
	margin-top: 4px;
}

#marginal .marginalbox.footer {
	float: left;
	width: 220px;
	height: 22px;
}

#marginal .marginalbox.noback {
	background: none!important;
}

#marginal .box {
	padding-top: 20px;	
}

#marginal .marginalbox.noback .box {
	padding-top: 5px;
}

#marginal img.marginal {
	position: relative;
	left: -10px;
	margin: 0 0 6px 0;
}

#contents p,
#marginal p {
	margin: 0px;
	padding-bottom: 0.3em;
}


#marginal.start .marginalbox {
	position: relative;
	float: left;	
	left: -4px;
	top: -1px;
	width: 323px;
	background: url(../images/boxes/back_startmarginalbox-m.png) repeat-y;
}

#marginal.start .marginalbox.header {
	float: left;
	background: url(../images/boxes/back_startmarginalbox-t.png) no-repeat;
	width: 323px;
	height: 15px;
}

#marginal.start .marginalbox.footer {
	float: left;
	background: url(../images/boxes/back_startmarginalbox-b.png) no-repeat;
	width: 323px;
	height: 26px;
}



#marginal.start .box {
	padding: 12px 33px 15px 22px;
}

/*
	image
*/

#contents .image_small,
#marginal .image_small {
	width: 162px;
}

#contents .legend,
#marginal .legend {
	padding-top: 3px;
}

#contents .image img,
#marginal .image img {
	display: block;
}

#contents .image a.zoom_link,
#marginal .image a.zoom_link {
	width: 17px;
	height: 20px;
	display: block;
	float: right;
	background: url(../images/icons/icon_zoom_imagebox.png) no-repeat;
}

/*
	toolbox (print, favorite, etc.)
*/

#footer .toolbox,
#extrafooter .toolbox,
#marginal .toolbox {
	margin: 0px;
}

#footer .toolbox a,
#extrafooter .toolbox a,
#marginal .toolbox a {
	display: block;
	float: left;
	padding: 10px 0 0 10px;
}

/********************************
	contents column
********************************/

/* use contents_small if you use 3 column layout */
#contents.contents_small {
	width: 559px;
	float: left;
}

#contents h1,
#additional h1 {
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
}

#contents .section h1 {
	margin: 0 0 20px 0;
	font-size: 25px;
	font-weight: bold;
	color: #ffffff;
	line-height: 30px;
}

#support .support_mail {
	margin-top: 13px;	
}

#support .support_mail a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;	
} 

#contents h2 {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}

#contents .startbox h2 {
	margin: 0 0 8px 0;
	font-size: 18px;
}

#contents h2.spacing5 {
	margin-bottom: 5px;
}

#contents h2.spacing20 {
	margin-bottom: 20px;
}

#contents h5,
#marginal h5,
#contents h6,
#marginal h6 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}

#contents .section {
	margin-top: 20px;
}

#contents .section.start {
	margin-top: 0;
}

#contents .section.section_headspace25 {
	margin-top: 25px;
}

#contents .section.section_headspace15 {
	margin-top: 15px;
}

#contents .shifted {

}

#contents .discreet {
	color: #ffffff;
}

/*
	box
*/

#contents .tabbed_box.tabbed_box_style1 .box {
	border: 1px solid #2f51a3;
}

#contents .tabbed_box.tabbed_box_style2 .box,
#contents .tabbed_box.tabbed_box_style2 .box_outer {
	background-color: #f5f5f5;
}

#contents .tabbed_box .box.box_open_top {
	border-top: none;
}

#contents .tabbed_box .box h4,
#contents .tabbed_box .box_inner h4 {
	margin: 0px 0px 6px 0px;
	padding-bottom: 4px;
	font-size: 15px;
	font-weight: normal;
	color: #ffffff;
}

#contents .tabbed_box.tabbed_box_style1 .box h4,
#contents .tabbed_box.tabbed_box_style1 .box_inner h4 {
	border-bottom: 1px solid #2f51a3;
}

#contents .tabbed_box.tabbed_box_style1 .box h5,
#contents .tabbed_box.tabbed_box_style1 .box_inner h5 {
	color: #ffffff;
}
/*
	dual tabbed boxes
*/
#contents table.tabbed_box_style1 {
	border-collapse:separate;
}
#contents table.tabbed_box .tabbed_box_spacing {
	width: 14px;
}
#contents table.tabbed_box.tabbed_box_style1 .box_outer {
	border: 1px solid #2f51a3;
}
#contents td.box_half_width {
	width: 224px;
}

/*
	image
*/

#contents .image_left {
	float: left;
	margin: 3px 15px 0 0;
}
#contents .image_right {
	float: right;
	margin: 3px 0 0 15px;
}

/********************************
	footer / extrafooter
********************************/

#footer {
	float: left;
	min-width: 500px;
	border-top: 1px solid #b1b1b1;
	color: #ffffff;
	margin: 35px 0 70px 0;
	padding: 8px 0 0 0;
}

#footer .lastchanged {
	float: right;
}

/*
	button link
*/

#marginal .button {
	position: relative;
	float: left;
	background: transparent url(../images/boxes/back_button_top.png) repeat-x top left;
	min-height: 25px;
	line-height: 25px;
	padding: 5px 0 0 0;
	width: 160px;
	border-bottom: 3px solid #fff;
}

#marginal .button a { 
	float: right;
	width: 127px;
	line-height: 18px;
	padding: 0 0 5px 0;	
}

#marginal .button img {
	float: left;
	position: relative;
	top: 2px;
	left: 10px;
}

#marginal .button_bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	background: red url(../images/boxes/back_button_bottom.png) no-repeat top right;
	width: 160px;
	height: 4px;
}

/*
	tabbed box
*/
#marginal .tabbed_box .box {
	background: #eef5fb;
	float: left;
}

/********************************
	individual
********************************/

/*
	Page Mein Arbeitsplatz
*/

/*
	calendar
*/

#marginal .calendar img {
	/* temp */
	display: block;
}

#marginal .calendar {
	margin-bottom: 12px;
}

#marginal table.dates th {
	width: 70px;
}

#marginal table.dates td {
	padding-bottom: 4px;
	color: #ffffff;
}

/*
	new employee
*/
#marginal table.employee th {
	width: 80px;
}
#marginal table.employee img {
	display: block;
	margin-bottom:15px;
}

/*
	Page Ueber uns
*/

#contents .team_box th {
	padding-right: 0px;
}
#contents .team_box td.contact.box_inner {
	border-right: 1px solid white;
	width: 216px;
}

#contents .contact_list th {
	width: 45px;
}

#contents .contact_list td {
	width: 170px;
	text-align: right;
	overflow: hidden;
}

#contents table.contact_list {
	margin-bottom: 15px;
}

#marginal a.pdf_link,
#contents a.pdf_link {
	line-height: 22px;
	padding: 0 0 0 25px;
	display: block;
	background: url(../images/icons/icon_pdf.png) no-repeat 0 0;	
}

#marginal a.zip_link,
#contents a.zip_link {
	line-height: 22px;
	padding: 0 0 0 25px;
	display: block;
	background: url(../images/icons/icon_zip.png) no-repeat 0 0;	
}

#marginal a.img_link,
#contents a.img_link {
	line-height: 22px;
	padding: 0 0 0 25px;
	display: block;
	background: url(../images/icons/icon_img.png) no-repeat 0 0;
}

#marginal a.xls_link,
#contents a.xls_link {
	line-height: 22px;
	padding: 0 0 0 25px;
	display: block;
	background: url(../images/icons/icon_xls.png) no-repeat 0 0;
}

#marginal a.pdf_link span,
#marginal a.img_link span,
#marginal a.xls_link span,
#marginal a.zip_link span,
#contents a.pdf_link span,
#contents a.img_link span,
#contents a.xls_link span,
#contents a.zip_link span {
	display: block;
	color: #ffffff;
}

#marginal .downloads a,
#contents .downloads a {
	margin: 2px 0 0 0;
}

#contents .downloads {
	margin: 19px 0 19px 0;
}

#marginal .downloads {
	margin: 10px 0 15px 0;
}

#marginal .links {
	margin: 10px 0 0 0;
	line-height: 24px;
}

/* 
	Page Steckbrief 
*/

#contents .slideshow {
	width: 448px;
	height: 86px;
	overflow:hidden;
}

#contents .slideshow a {
	margin-left:2px;
	display: block;
	float:left;
}

#contents .slideshow a.first {
	margin-left:0px;
}

/*
	Marginal Contact
*/

#marginal .textbox strong {
	font-size: 12px;
}

#marginal .textbox {
	font-size: 11px;
	margin-top:15px;
}

#marginal .textbox span {
	display: block;
	float: left;
	width: 45px;
}

/*
	Favourites
*/

.favourites {
	position: absolute;
	right: 174px;
	width: 150px;
}

.favourites span {
	display: block;
	float: left;
	color: #ffffff;
}

.favourites ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.favourites ul li {
	float: left;
	height: 17px;
	padding: 0 8px 0 8px;
	border-left: 1px dotted #579ed4;
}

.favourites ul li a {
	float: left;
}

.favourites ul li.first {
	border: none;
}

/*
	Content Slider
*/

div.contentslider {
	clear: both;
	width: 481px;
	height: 120px;
	overflow: hidden;
	padding: 0;
	position: relative;
}

div.contentslider .image {
	background: #e0e0e0;
	float: left;
	position: relative;
	margin: 0;
	height: 120px;
	padding: 17px 1px 0 0;
}

div.contentslider .image a {
	background: url(../images/icons/icon_zoom_imagebox.png) no-repeat right bottom;
	display: block;
	height: 102px;
}

div.buttons a span {
	display: none;
}

div.buttons .next {
	position: absolute;
	top: 32px;
	right: 9px;
	background: url(../images/buttons/btn_next.png) no-repeat;
	width: 30px;
	height: 65px;
	margin-left: 5px;
	z-index: 25;
}

div.buttons .prev {
	position: absolute;
	top: 32px;
	left: 9px;
	background: url(../images/buttons/btn_prev.png) no-repeat;
	width: 30px;
	height: 65px;
	z-index: 25;	
}

#contents .galleryslider {
	width: 481px;
	position: relative;
	border: 1px solid #b2b2b2;
	padding: 9px;
	margin-top: 20px;
}

/*
	Galleryslider Start
*/

#contents.start .galleryslider {
	width: 632px;
	position: relative;
	border: none;
	padding: 0;
	margin-top: 0;
}

#contents.start .galleryslider .contentslider {
	width: 632px;
	height: 140px;
	z-index: 1;
}

#contents.start .galleryslider .contentslider .image {
	background: #4d4d4d url(../images/bg_galleryborder.png) no-repeat right 10px;
	padding: 10px 5px 0 0;
	height: 140px;
}

#contents.start .galleryslider div.buttons .next {
	top: 36px;
	right: 0;
}

#contents.start .galleryslider div.buttons .prev {
	top: 36px;
	left: 0;
}

/*
	Greyboxes
*/

div.greybox {
	background: #e2e2e2;
	padding: 9px;
}

div.greybox h3 {
	font-size: 15px;
	color: #ffffff;
	padding: 0;
	margin: 4px 0 10px 0;
}

div.greybox img.bigimage {
	float: left;
	border: 3px solid #FFFFFF;
	margin-right: 10px;
}

div.greybox .textbox span {
	display: block;
	float: left;
	width: 50px;
}

#contents .greybox .textbox p {
	padding-bottom: 8px;
	margin: 0;
}

/*
	Bannerbox
*/

div.greybox .bannerbox {
	position: relative;
}

div.greybox .bannerbox img {
	display: block;
}

div.greybox .bannerbox .caption {
	background: #4d4d4d;
	position: absolute;
	right: 0px;
	bottom: 14px;
	height: 32px;
	line-height: 32px;
	width: auto;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 0 10px;
}

div.greybox .bannerbox .caption span {
	background: url(../images/icons/icon_info_arrow.png) no-repeat right 6px;
	padding-right: 20px;
}

/*
	Question
*/

#marginal .question {
	background: #d0e4f3!important;
	padding: 0 10px 15px 10px;
	margin: 0;
	width: 140px;	
}

#marginal .question p {
	margin: -5px 0 0 0;
	padding: 0;
}

#marginal .question h2 {
	position: relative;
	left: -10px;
	padding: 4px 0 0 50px;
	margin: 0;
	background: url(../images/icons/icon_question.png) no-repeat;
	width: 140px;
	height: 34px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}

/*
	Clearfix
*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/*
	Contentbox
*/


.contentbox {
	position: relative;
	left: -6px;
	float: left;
	background: url(../images/boxes/back_contentbox-m.png) repeat-y;
	padding: 0 32px 0 26px;
}

.contentbox.header {
	background: url(../images/boxes/back_contentbox-t.png) no-repeat;
	width: 559px;
	height: 15px;
	float: left;
}

.contentbox.footer {
	width: 559px;
	height: 21px;
	float: left;
}

.contentbox:first-child {
	margin-top: 0!important;
}

/*
	Startbox
*/

.startbox {
	position: relative;
	float: left;
	background: url(../images/boxes/back_startbox-m.png) repeat-y;
	padding: 0 0 0 12px;
	width: 653px;
}


.startbox.header {
	background: url(../images/boxes/back_startbox-t.png) no-repeat;
	width: 665px;
	height: 11px;
	float: left;
}

.startbox.footer {
	width: 665px;
	height: 23px;
	float: left;
}

.startbox:first-child {
	margin-top: 0!important;
}

/*
	Icon List Box
*/

#contents .iconbox {
	background: url(../images/boxes/dashed_border.png) repeat-x left bottom;
	float: left;
	width: 242px;
	min-height: 55px;
	line-height: 20px;
	margin: 20px 0 0 0;
}

#contents .iconbox img {
	float: left;
	margin: 0 10px 0 0;
}

#contents .iconbox.even {
	float: right;
}

/*
	Image Downloads
*/

#contents .downloadbox {
	float: left;
	width: 137px;
	min-height: 186px;
	border: 1px solid #b2b2b2;
	margin: 15px 15px 0 0;
	padding: 9px;
}

#contents .downloadbox.last {
	margin-right: 0;
}

#contents .imagebox a {
	height: 137px;
	display: block;
}

#contents .downloadbox a img {
	float: left;
	margin: 0 5px 0 0;
}

#contents .downloadbox .imagebox {
	background: #e0e0e0 url(../images/icons/icon_zoom_imagebox.png) no-repeat right bottom;
	height: 137px;
	line-height: 137px;
	text-align: center;
	margin: 0 0 7px 0;
}

#contents .downloadbox .imagebox img {
	float: none;
	position: relative;
	top: -1px; /* vertical align fix*/
	vertical-align: middle;
}

/*
	Textimagebox
*/

#contents .textimagebox {
	margin-top: 17px;
}

.legend {
	margin-top: 2px;
}

.caption {
	width: 85%;
	float: left;
	padding: 0;
	margin: 0;
	color: #000;
	font-size: 11px;
	line-height: 16px;
}

/*
	News
*/

#contents .newsbox {
	background: url(../images/boxes/dashed_border.png) repeat-x left bottom;
	padding-bottom: 16px;
	margin-bottom: 22px;
}

#contents .newsbox.last {
	border: none;
	background: none;
	margin-bottom: 0;
	padding-bottom: 0;		
}

#contents .newsbox h3 {
	color: #686868;
	font-size: 13px;
	padding: 0;
	margin: 0;
}

#contents .newsbox.highlight h3 {
	font-size: 25px;
	margin: 3px 0 25px 0;	
}

#contents .newsbox h4,
#contents .section h4 {
	font-size: 13px;
	color: #686868;
	padding: 0;
	margin: 0;
	font-weight: bold;
}

#contents .newsbox .imagebox {
	float: left;
	margin: 3px 15px 0 0; 
	display: block;
}

#marginal.start .newsbox {
	margin-bottom: 17px;
}

#marginal.start .newsbox.last {
	margin-bottom: 0;
}

#marginal.start .newsbox h3 {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
}

#marginal.start .newsbox h4 {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}

#marginal.start .box.system h4 {
	border-top: 1px solid #fff;
	padding: 17px 0 0 0;
	margin: 0;
}

#marginal.start .newsbox img {
	float: left;
	padding-right: 8px;
}

/*
	News Archive
*/

#contents .box {
	float: left;
	margin: 20px 0 20px 0;
}

#contents .newsbox {
	margin-bottom: 17px;
}

#contents .newsbox.last {
	margin-bottom: 0;
}

#contents .newsbox h3 {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
}

#contents .newsbox h4 {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}

#contents .newsbox img {
	float: left;
	padding-right: 8px;
}

#contents .newsbox .textbox {
    padding: 2px 0 0;
}

/*
	Contacts
*/

#contents .contactbox {
	background: url(../images/boxes/dashed_border.png) repeat-x left bottom;
	padding-bottom: 16px;
	margin-bottom: 22px;
}

#contents .contactbox.last {
	border: none;
	background: none;
	margin-bottom: 0;
	padding-bottom: 0;	
}

#contents .contactbox .imagebox {
	float: left;
	margin: 2px 22px 0 0;
}

/*
	Gallerybox
*/

#contents .gallerybox {
	margin-top: 20px;
}

#contents.start .gallerybox {
	margin-top: 0;
}

#contents .gallerybox .imagebox {
	float: left;
	width: 252px;
	margin: 2px 10px 0 0;
}

#contents .gallerybox .imagebox .mainimage {
	background: url(../images/icons/icon_zoom_imagebox.png) no-repeat right bottom;
	width: 245px;
	height: 187px;
	border: 1px solid #b2b2b2;
}

#contents .gallerybox .imagebox a {
	float: left;
	display: block;
	padding: 16px;
	text-align: center;
}

#contents .gallerybox .imagebox .thumbs {
	margin-top: 2px;
}

#contents .gallerybox .imagebox .thumb img {
	display: block;
}

#contents .gallerybox .imagebox .thumb {
	float: left;
	border: 1px solid #b2b2b2;
	margin: 5px 5px 0 0;
}


#contents .gallerybox .thumb a {
	-moz-opacity: .50; 
	filter: alpha(opacity=50); 
	opacity: .50;
}

#contents .gallerybox .imagebox .thumb a {
	height: auto;
	padding: 3px;
	-moz-opacity: .50; 
	filter: alpha(opacity=50); 
	opacity: .50;
}

/*#contents .gallerybox .thumb a.active {
	 -moz-opacity: 100; 
	 filter: alpha(opacity=100); 
	 opacity: 100;
}*/

#contents.start .gallerybox .mainimage {
	height: 397px;
	width: 632px;
	border: none;
	overflow: hidden;
}

#contents.start .gallerybox .mainimage .images {
	position: absolute;
	background: none;
	height: 397px;
	width: 632px;
	border: none;
	overflow: hidden;
}

#contents.start .gallerybox .mainimage .infobox {
	position: absolute;
	padding: 15px 20px 10px 20px;
	bottom: 0;
	min-height: 58px;
	width: 592px;
	background: #fff;
	border-bottom: 1px solid #dbdbdb;
	-moz-opacity: .85; 
	filter: alpha(opacity=85); 
	opacity: .85;	
}

#contents.start .gallerybox .mainimage img {
	display: block;
}

/*
	Enumarations
*/

#contents .numerationbox {
	background: url(../images/boxes/dashed_border.png) repeat-x left bottom;
	padding-bottom: 16px;
	margin-bottom: 22px;
}

#contents .numerationbox.last {
	border: none;
	background: none;
	margin-bottom: 0;
	padding-bottom: 0;		
}

#contents ul {
	list-style-type: none;
	list-style-image: url(../images/bg_liststyle_1.png);
	margin: 17px 0 0 36px;
	padding: 0;
}

#contents ul li {
	padding: 0;
	margin: 0 0 8px 0;
}

#contents ul.linklist {
	list-style-type: none;
	list-style-image: none;
	margin: 17px 0 0 19px;
	padding: 0;
}

#contents ul.linklist li {
	padding: 0;
	margin: 0 0 8px 0;
}

#contents ol {
	margin: 17px 0 0 36px;
	padding: 0;
}

#contents ol li {
	list-style-type: decimal;
	padding: 0;
	margin: 0 0 8px 0;
}

/*
	start gallery version 2
*/

#contents .controls {
	float: left;
	background: none;
	width: 100%;
	border-bottom: 1px solid #d6d6d6;
	padding: 6px 0 8px 0;	
}

#contents .controls.bottom {
	border-top: 1px solid #d6d6d6;
	border-bottom: none;
	padding-top: 8px;
	padding-bottom: 0;		
}

#contents.start .controls {
	float: left;
	background: #4d4d4d;
	width: 632px;
	line-height: 32px;
	height: 32px;
	text-align: right;
	border: none;
	padding: 0;
	margin: 0;
}

#contents .controls .selector {
	float: left;
	padding: 7px 0 0 0;
}

#contents .controls .selector label span {
	font-size: 14px;
	font-weight: bold;
	padding-right: 15px;
}

#contents .controls .wrapper {
	float: right;
	text-align: right;
}

#contents.start .controls .wrapper {
	margin-right: 13px;
}

#contents .controls .prev {
	background: url(../images/icons/icon_control_prev.png) no-repeat;
	width: 9px;
	height: 11px;
	float: left;
	margin: 11px 17px 0 0;	
}

#contents .controls .next {
	background: url(../images/icons/icon_control_next.png) no-repeat;
	width: 9px;
	height: 11px;
	float: left;
	margin: 11px 0 0 8px;	
}

#contents ul.control {
	list-style-type: none;
	float: left;
	padding: 0;
	margin: 0;
}

#contents ul.control li {
	float: left;
	list-style-image: none;
	padding: 7px 9px 0 0;
}

#contents ul.control li a {
	display: block;
	color: #a6a6a6;
	font-size: 14px;
	border: 1px solid #868686;	
	padding: 0 4px 0 4px;
	line-height: 16px;
}

#contents.start ul.control li a {
	color: #fff;
	border: 1px solid #868686;		
}

#contents ul.control li a.active {
	background: #6b6b6b;
	color: #fff;
	font-weight: bold;
	border: 1px solid #6b6b6b;
}

#contents.start ul.control li a.active {
	border: 1px solid #fff;
}

#contents ul.control li a:hover {
	background: #6b6b6b;
	border: 1px solid #6b6b6b;
}

#contents.start ul.control li a:hover {
	background: #6b6b6b;
	border: 1px solid #fff;
}

#contents .controls .prev span,
#contents .controls .next span {
	display: none;
}

/*
	Gadgets
*/

#contents .gadgets {
	float: left;
	width: 100%;
	background: url(../images/boxes/dashed_border.png) repeat-x left top;
	margin: 30px 0 0 0;
}

#contents .gadgets .toolbox {
	margin: 10px 0 27px 0;
	float: right;
}

#contents .gadgets .toolbox a {
	margin: 0 0 0 20px;
}

/*
	Glossary
*/

.folderbox {
	float: left;
	clear: both;
	position: relative;
	margin: 5px 0 10px 0;
	padding: 0 0 16px 0;
	width: 500px;
	border-bottom: 1px solid #d6d6d6;
}

.folderbox.last {
	border: none;
}

.folderbox .folderboxheader {
  float: left;
  display: block;
  padding: 0 0 0 30px;
  cursor: pointer;
}

.folderbox .textbox {
  position: relative;
  display: block;
  float: left;
  width: 450px;
  margin: 8px 0 0 30px;
  padding-right: 20px;
}

.folderbox .textbox img {
	float: left;
	margin-right: 15px;
}

.folderbox .control {
  background: url(../images/icons/icon_opened.png) no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.folderbox.closed .control {
  background: url(../images/icons/icon_closed.png) no-repeat;
}

.folderbox h3 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #686868;
}

.folderbox .textbox .totop {
	position: absolute;
	right: 0;
	bottom: 0;
}

.folderbox .textbox .totop img {
	float: none;
	margin: 0;
}

/*
	Alphatbet List
*/

#contents .alphabet {
  display: block;
  float: left;
  width: 100%;
  margin: 25px 0 10px 0;
  border-bottom: 1px solid #d6d6d6;
}

#contents .alphabet ul {
  list-style-type: none;
  list-style-position: outer;
  padding: 0;
  margin: 0;
}

#contents .alphabet ul li {
	list-style-image: none;
  float: left;
  padding-right: 8px;
  margin: 0 0 3px 0;
}

#contents .alphabet ul li.first {
	margin-right: 13px;
}

#contents .alphabet ul li a {
	color: #a6a6a6;
}

#contents .alphabet ul li a:hover,
#contents .alphabet ul li a.active {
	color: #000;
}

/*
	Search Results 
*/

#contents .searchbox {
	background: url(../images/boxes/dashed_border.png) repeat-x left bottom;
	padding-bottom: 16px;
	margin-bottom: 22px;
}

#contents .searchbox.last {
	border: none;
	background: none;
	margin-bottom: 0;
	padding-bottom: 0;		
}

#contents .searchbox h3 {
	font-size: 13px;
	color: #686868;
	padding: 0;
	margin: 0 0 7px 0;
	font-weight: bold;
}

#contents .searchbox .imagebox {
	float: left;
	margin: 3px 15px 0 0; 
	display: block;
}

#contents .searchbox .info {
	margin: 20px 0 0 0;
}

#contents .searchbox .info strong {
	font-style: normal;
}

#contents .searchbox .info span {
	display: block;
	float: left;
	width: 215px;
	font-style: italic;
}

/*
	Loginpage
*/

#contents .loginimage {
	float: left;
	width: 375px;
	padding: 0;
	text-align: center;
}

#contents .login {
	float: left;
	width: 356px;
	margin: 30px 0 0 0;
}

#contents .login h1 {
	font-size: 13px;
	line-height: 20px;
	color: #ffffff;
	font-weight: bold;
}

#support h2,
#contents .login h2 {
	font-size: 13px;
	color: #ffffff;
	font-weight: normal;
	padding-bottom: 15px;
}

#contents .login h3 {
	font-size: 14px;
}

#contents .login form {
	padding: 20px 0 15px 0;
	margin: 0;
}

#contents .login .inputrow {
	width: 100%;
	float: left;
}

#contents .login .inputrow label {
	display: block;
	float: left;
	margin-left:5px;
	margin-top:17px;
	font-weight: bold;
}

#contents .login .inputrow .login_txt {
	float:left;
	width: 173px;
	border: 1px solid #999999;
	color: #fff;	
	background-color:#666666;
	height: 24px;
	font-size: 11px;
	padding-left: 5px;
}
#contents #logonuidfield {
	margin-right: 10px;	
}

#contents .float_right {
	float: right;
} 

#contents .login button {
	background: #2081c2;
	float: right;
	color: #fff;
	border: none;
	line-height: 21px;	
	padding: 0 7px 0 0;
	margin: 0 -1px 0 0;
}
#contents #submit_btn {
	float: left;
	margin-top: 17px;
}

#contents .login button span {
	background: url(../images/icons/icon_arrow_login.png) no-repeat center right;
	padding: 0 16px 0 11px;
	margin: 0;
}

.helpArrow{
	margin:1px 0 0 5px !important;
}

.noBackground{
	background-image: none !important;
}

/*
	Errors
*/

.status_message {
	float:left;
	width:235px;
}
.status_err {
	margin-top:17px;
	font-size:11px;
}
.urMsgBarImgError {
	padding-right: 5px;
}

/*
	IE-Fixes
*/

.ie #contents,
.ie #marginal {
	width: 100%;
}
.ie #lang_first {
	width: 160px;	
}
.ie #contents .login .inputrow .login_txt {
	padding-top: 5px;	
}
.ie .hlpDrag {
	margin-left: 1px;	
}
#UMELogon .ie {
	width: expression(
			  document.body.clientWidth > 1366 ? "1366px": "100%" 
				&&
			  document.body.clientWidth < 1024 ? "1024px": "100%" 
			);	
}