﻿body {
	background-color:#D9D9D9;
	font-family:Calibri,Arial,Verdana;
	font-size:14px;
	
	width:100%;height:100%;
	
	margin:0;padding:0;
}
input, textarea {
	font-family:Calibri,Arial,Verdana;
	font-size:13px;
}
img {
	border:none;
}

#divBottom {
	position:fixed;
    bottom:0px;
    text-align:center;
    
    width:100%;height:50px;
	background-color:#D9D9D9;
	
	background-image:url(../../App_Images/footer.gif);
	background-repeat:no-repeat;
	background-position:center top;
}
#divBlock {
	width:100%;min-height:414px;
	padding-bottom:50px;
	
	background-image:url(../../App_Images/bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
#divBlockIn {
	margin:0 auto 0 auto;
	width:1000px;
}

#divLogoBig {
	width:260px;height:185px;
	margin:0 auto 0 auto;
	
	background-image:url(../../App_Images/logo_big.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
}
#divLogoSmall {
	width:193px;height:150px;
	margin:0 auto 0 auto;
	
	background-image:url(../../App_Images/logo_small.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
}
#divLogoLanguage {
	text-align:right;
	position:relative;
	right:100px;top:-14px;
}
#divLangSelect {
	font-size:15px;
}

.divPhotoCont {
	width:813px;
	
	margin:0 auto 0 auto;
	font-size:3px;
}
.divPhoto {
	width:267px;height:165px;
	float:left;padding:2px;
	
	background-repeat:no-repeat;
	background-position:center center;
}

#divMenuCont {
	width:833px;
	margin:0 auto 0 auto;
}
#divMenuC {
	width:811px;height:35px;float:left;
	background-image:url(../../App_Images/menu_center.gif);
}
#divMenuL {
	width:11px;height:35px;float:left;
	background-image:url(../../App_Images/menu_left.gif);
}
#divMenuR {
	width:11px;height:35px;float:left;
	background-image:url(../../App_Images/menu_right.gif);
}
#divPosInfo {
	float:right;
	color:#A6A6A6;
	padding:7px 10px 0px 0px;
	font-size:14px;
}

#divContentCont {
	width:813px;
	margin:0 auto 0 auto;
	text-align:justify;
}

.MenuItemHeaderL {padding-right:20px;padding-left:10px;}
.MenuItemHeaderC {padding:0px 20px 0px 20px;}
.MenuItemHeaderR {padding-left:20px;}
.MenuItem {
	background-color:#FFFFFF;text-align:center;
	border:none;
	padding:2px 10px 2px 10px;margin:1px;
}
a:link, a:visited, a:active {
	color:#000000;font-size:11px;
	text-decoration:none;
}
a:hover, a:focus {
	color:#BB1A2A;
}

.Center {text-align:center;}
.FloatLeft {float:left;}
.FloatRight {float:right;}
.MarginTop170 {margin-top:165px !important;}
.MarginTop30 {margin-top:25px !important;}
.fontHPLRed {color:#BB1A2A !important;}

hr {
	margin:10px 0 10px 0;
	border-top:1px solid #bc192a;
	height:1px;
}
.inp_input {
    background-color: #EEEEEE;
    border:1px solid #CDCDCD;
    width:200px;
    font-style:italic;
    color:#686868;
}
.inp_submit {
    font-size:11px;
    width:200px;
    color:#bc192a;
    font-style:normal;
    border:2px solid #222222;
    border-top:2px solid #666666;
    border-left:2px solid #666666;
    background-color:#F5F5F5;
}
.inp_hover {
    background-color: #EEEEEE;
    border:1px solid #bc192a;
    font-style:italic;
    color:#343434;
}
.inp_write {
    background-color: #FFFFFF;
    border:1px solid #bc192a;
    font-style:normal;
    color:#000000;
}
.inp_finish {
	font-style:normal;
    background-color: #F5F5F5;
    border:1px solid #CDCDCD;
    color:#000000;
}


/* * */
* html body {
    height:100%;
    overflow:hidden;

}
* html #divBottom {
    text-align:center;
    width:100%;height:30px;
	
	background-image:url(../../App_Images/footer.gif);
	background-repeat:no-repeat;
	background-position:center top;
}
* html #divBlock {
	width:100%;height:100%;
	
	background-image:url(../../App_Images/bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
* html #divBlockIn {
	width:100%;height:95%;
	overflow:auto;
}
* html #divMenuCont {
	margin:0 auto 0 auto;
}
* html #divContentCont {
	margin:0 auto 0 auto;
}
* html .MarginTop170 {margin-top:0px !important;}
* html .MarginTop30 {margin-top:0px !important;}

