html,
body,
#page {
  min-height: 100%;
}

html,
body,
* html #page {
  height: 100%;
} 

body,
input,
textarea,
select,
.bodytext,
a {
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  font-size : 14px;
}

body {
  margin: 0px;
  padding: 0px;
}

#page {
  position: relative;
  width: 1000px;
  margin: 0px auto;
  background: url(../images/background_asg.jpg) 0px top repeat-y;		
}

#page #navigation,
#page #content {
  float: left;
}

#page #navigation,
#page #content {
  #padding-bottom: 80px;
}

#page #navigation { 
  width: 200px;
}

#page #navigation .hmenu {
  margin-right: 30px;
  text-align: center;
} 

#page #content {
  width: 780px;
  padding: 10px;
}

#page #navigation #search {
	margin: 50px 0px 0px 15px;
}

#page #navigation #search input {
	float: left;
	border: none;
}

#page #navigation #search input.text {
	width: 111px;
	padding: 2px 5px 2px;
       background-color: #d2d3d5;
       height: 16px;
}

#page #navigation #search input.button {
	font-family: Arial
}


div { 
        text-align: left;
}

img { 
    border: 0;
}

H1  {
	font-size : 18px;
	font-family : Arial, Helvetica, sans-serif;
	color : #0066cc;
	font-weight : bold;
       text-align: center;
}

.pdf,
.xls,
.doc {
	padding: 1px 0px 0px 22px !important;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.pdf {
	background-image: url('../images/icons/files/pdf.gif');
}

.xls {
	background-image: url('../images/icons/files/xls.gif');
}

.doc {
	background-image: url('../images/icons/files/doc.gif');
}


.bodytext_center {
  font-family: Arial, Helvetica, sans-serif;
  color: #666;
  text-align: center;
  font-size : 14px;
}

.clear {
	float: none !important;
	clear: both !important;
	height: 0px !important;
	margin: 0px !important;
	padding: 0px !important;
	border: none !important;
}

* html .clear {
	display: inline;
}

html>/**/body .clear {
	display: block !important;
}

.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
	}
.align-right {
	text-align: right;
}

.tx-indexedsearch .tx-indexedsearch-browsebox {
	margin-bottom: 15px;
       text-align: left;
}

.tx-indexedsearch .tx-indexedsearch-browsebox ul,
.tx-indexedsearch .tx-indexedsearch-browsebox ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.tx-indexedsearch .browsebox li {
	display: inline;
	padding-right: 10px !important;
}

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
.tx-indexedsearch .tx-indexedsearch-whatis { font-size: 15px; margin-top:10px; margin-bottom:15px; text-align: left;}

.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; font-style: normal; }
.tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res { text-align: left; }
.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr { font-style: normal; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-redMarkup { color: blue; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#eeeeee; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { background:#cccccc; vertical-align:middle; }
.tx-indexedsearch .tx-indexedsearch-res .noResume { color:#666666; }
.tx-indexedsearch .tx-indexedsearch-category { background:#cccccc; font-size:16px; font-weight:bold; }

.tx-indexedsearch .res-tmpl-css { clear:both; margin-bottom:1em; }
.tx-indexedsearch .searchbox-tmpl-css LABEL { margin-right:1em; width:10em; float:left; }
.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css { letter-spacing:0; font-weight:normal; margin-top:-1.2em; float:right; }
.tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd { float:left; }
.tx-indexedsearch .info-tmpl-css dd.item-mtime { float:none; }
.tx-indexedsearch .info-tmpl-css dd.item-path { float:none; }

.csc-textpic-imagewrap,
.wtgallery,
dl.csc-textpic-image dt {
	
            display: inline-block;

            position: relative; /* for class .zoom */

}

.wtgallery {
	width: 400px;
	margin: 0px auto;
	display: block;
}

.csc-textpic-imagewrap .zoom,
.wtgallery .zoom,
dl.csc-textpic-image dt .zoom {

            position: absolute;

            bottom: 0px;

            right: 0px;

}

