body {
	background-color: #333333;
	background-image:  url(img/db.png);
	margin: 0;
	text-align: center;
}
a {
	color: #555588;
	text-decoration: none;
}
a:hover {
	color: #222255;
}

.searchdiv {
	width: 120px;
	position: absolute;
	bottom: 20px;
	left: 0px;
	margin-left: 10px;
	margin-right: 20px;
}

.darkbg,
.menudiv,
.langdiv {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;	
	color: #dddddd;
	position: absolute;
        left: 5px;
	width: 120px;
        margin-left: 10px;
        margin-right: 20px;
	background-color: #111111;
	background-image:  url(img/mdb.png);
	border-style: solid;
	border-width: 2px;
	border-color: #555555;
	border-collapse: collapse;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0px 5px 8px #111111;
	-moz-box-shadow: 0px 5px 8px #111111;
	-webkit-box-shadow: 0px 5px 8px #111111;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#111111')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#111111');
}
.darkbg {

	height: 180px;
	top: 20px;
	border-bottom-width: 0px;
}

.menudiv {
	top: 200px;
	min-height: 260px;
        border-bottom-width: 0px;
        border-top-width: 0px;
}

.langdiv {
	top: 460px;
	min-height: 40px;
        border-top-width: 0px;
}

.logotext,
.logo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #fff38f;
	text-shadow: 2px 2px 2px #000000;
	font-weight: bold;
	position: absolute;
	opacity: 1;
}
.logo {
	top: 12px;
	left: 6px;
	text-align: left;
	width: 140px;
	height: 140px;
}
.logotext {
	top: 0px;
}

.menuitem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #dddddd;
	width: 110px;
	line-height: 24px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000000;
	text-align: center;
        padding-top: 5px; 
        padding-right: 5px;
        padding-left: 5px;
        padding-bottom: 5px;
        margin-top: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	opacity: 1;
}
.menuitem:hover {
	text-shadow: 1px 1px 1px #ffffff;
	color: #000000;
        background-image: url(img/hlb.png); 
	background-color: #dddddd; 
	border-color: #555555;
	border-style: solid;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-width: 2px;
        padding-top: 3px; 
        padding-right: 3px;
        padding-left: 3px;
        padding-bottom: 3px;
        margin-top: 10px;
	box-shadow: 0px 5px 8px #111111;
	-moz-box-shadow: 0px 5px 8px #111111;
	-webkit-box-shadow: 0px 5px 8px #111111; 
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#111111')"; 
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#111111'); 
}	
.menuitem a {
	color: #dddddd;
	text-decoration: none;   
} 
/*.menuitem a:hover {
	color: #000000;
} */
.selected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	line-height: 24px;
	font-weight: bold;
	background-color: #dddddd;
        background-image: url(img/hlb.png); 
	text-align: center;
	text-shadow: 1px 1px 1px #ffffff;
	width: 110px;
	border-color: #555555;
	border-style: solid;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-width: 2px;
        padding-top: 3px; 
        padding-right: 3px;
        padding-left: 3px;
        padding-bottom: 3px;
        margin-top: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 0px 5px 8px #111111;
	-moz-box-shadow: 0px 5px 8px #111111;
	-webkit-box-shadow: 0px 5px 8px #111111; 
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#111111')"; 
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#111111'); 
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #dddddd;
	line-height: 26px;
	font-weight: bold;
	background-color: #111111;
	background-image:  url(img/hdb.png);
/*	background-repeat: repeat-x; */
	text-align: left;
	text-shadow: 1px 1px 2px #111111;
	border-color: #555555;
	border-style: solid;
	border-left-width: 2px;
	border-right-width: 2px;
	border-top-width: 2px;
	border-bottom-width: 0px;
	border-collapse: collapse;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	padding-right: 4mm;
	padding-left: 4mm;
}

table {
	text-align: center;
	vertical-align: top;
	border: 0;
	width: 100%;
}
img {
	border: 0px #000000;
}

.maindiv {
	width: auto;
	min-width: 560px;
	height: auto;
	position: absolute; 
	left: 140px;
	right: 0px; 
	top: 20px;
	margin-left: 2%;
	margin-right: 2%;
}
.lightbg {
	background-color: #d2e5d3;
	background-image:  url(img/lb.jpg);
}
.txnormind,
.txnormlf,
.txnormrt,
.txnormcent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image:  url(img/hlb.png);
	color: #111111;
	font-weight: bold;
	text-align: justify;
	padding-right: 1cm;
	padding-bottom: 5mm;
	padding-left: 15mm;
	padding-top: 3mm;
	border-color: #555555;
	border-style: solid;
	border-top-width: 0px;
	border-collapse: collapse;
	background-color: #f3f3f3;
	opacity: 1;
}
.txnormind {
	border-left-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}
.txnormlf {
	padding-right: 2mm;
	padding-bottom: 5mm;
	padding-left: 15mm;
	padding-top: 3mm;
	border-left-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
}

.txnormrt {
	padding-right: 5mm;
	padding-bottom: 5mm;
	padding-left: 2mm;
	padding-top: 3mm;
	border-left-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;	
}

.txnormcent {
	text-align: center;
	padding-right: 1cm;
	padding-bottom: 5mm;
	padding-left: 15mm;
	padding-top: 3mm;
	border-left-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}

.txitalics {
	text-align: right;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	padding-left: 1cm;
}
.txred {
	color: #772222;
	border-color: #772222;
	background-color: #dd8888;
	border-style: dotted;
	border-width: 1px;
	padding-right: 5mm;
	padding-bottom: 2px;
	padding-left: 5mm;
	padding-top: 2px;
}

.txsmall {
	font-size: 12px;
	font-weight: normal;
}

.transparent {
	opacity: 0.8;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.transparent:hover {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.shadow, .footer {
	box-shadow: 0px 5px 8px #111111;
	-moz-box-shadow: 0px 5px 6px #111111;
	-webkit-box-shadow: 0px 5px 6px #111111;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#111111')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#111111');
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}  

.footer {
	background-image:  url(img/hdb.png);
	height: 40px;
	position: absolute;
	bottom: 10px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #dddddd;
	font-weight: bold;
	margin-left:auto;
	margin-right:auto;
	width:70%;
	text-align: center;	
	border-width: 2px;
	border-style: solid;
	border-color: #555555;
	border-collapse: collapse;
	background-color: #111111;
}
.footer a{
	color: #dddddd;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-top: 2px;
}
.footer a:hover{
	text-shadow: 1px 1px 1px #ffffff;
	color: #111111;
	background-color: #dddddd;
	background-image:  url(img/ttb.png);
	border-color: #555555;
	border-top-width: 2px;
	border-bottom-width: 2px;
	
}
.footerlogo {
	right: -14px;
	position: absolute;
	bottom: -26px;
	color: #bfd8c0;
	font-weight: bold;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
}
.footerblock {
	padding-left: 10px;
	padding-right: 50px;
}

.photort {
	text-align: left;
	float: right;
	margin-left: 5mm;
	clear: right;
        border-top-width: 3px;
        border-top-style: solid;
        border-bottom-width: 3px;
        border-bottom-style: solid;
        border-left-width: 3px;
        border-left-style: solid;
        border-right-width: 3px;
        border-right-style: solid;
        border-color: #fff38f;
        border-collapse: collapse;
        -webkit-border-bottom-right-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-bottomright: 10px;
        -moz-border-radius-bottomleft: 10px;
        -webkit-border-top-right-radius: 10px;
        -webkit-border-top-left-radius: 10px;
        -moz-border-radius-topright: 10px;
        -moz-border-radius-topleft: 10px;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
	background-color: #333333;
	box-shadow: 0px 5px 8px #222222;
	-moz-box-shadow: 0px 5px 8px #222222;
	-webkit-box-shadow: 0px 5px 8px #222222; 
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#222222')"; 
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#222222');	
}  
.photolf {
	text-align: left;
	float: left;
	margin-right: 5mm;
	clear: left;

}

textarea,
.inputfield {
	background-image:  url(img/wbg.jpg);
	background-color: #eeeeee;
	font-family: Arial, Helvetica, sans-serif;
	border-style: solid;
	border-width: 2px;
	border-color: #111111;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0px 1px 4px #222222;
	-moz-box-shadow: 0px 1px 4px #222222;
	-webkit-box-shadow: 0px 1px 4px #222222;
		/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color='#222222')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color='#222222');
}

.formbutton {
	background-image:  url(img/gold.jpg);
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 2px;
	line-height: 20px;
	font-size: 14px;
	color: #000000;
	font-weight: bold;	
	border-width: 2px;
	border-style: solid;
	border-color: #111111;
	border-collapse: collapse;
	background-color: #fff38f;
	text-align: center;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	opacity: 1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0px 2px 6px #222222;
	-moz-box-shadow: 0px 2px 6px #222222;
	-webkit-box-shadow: 0px 2px 6px #222222;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color='#222222')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color='#222222');	
}

.formbutton:hover {
	color: #000000;
	background-color: #fff38f;
	background-image:  url(img/gold.jpg);
	border-color: #fff38f;
	opacity: 1;  
}

.txmargin {
	line-height: 20px;
}

.rightalign {
	float: right;
}

.borderline {
	display: block;
/*	border-top: 1px solid #999999; */
	border-bottom: 1px solid #777777;
}

.newstext {
	display: block;
	margin: 0px 30px 20px 30px;
	text-align: justify;
	font-weight: normal;
}






