html {
	height:100%;
}

body {
	font-size:12pt;
	font-family: verdana helvetica arial sans-serif;
	padding:0;
	width:900px;
	margin:0 auto;
	min-height:100%;
	position:relative;
	background: url("/images/hp/bground.jpg") 0 0 repeat-x;
}

* html body {
	width: 900px;
	height:100%;
}

#main {
	float:left; width:70%;
}

* html #main {
	margin-left:0%;
}

#sidebar {
	float:right; width:30%;
}

#title {
	height:30px;
	text-align: center;
	background-color: #555;
	color: white;
}

#title h1 {
	padding: 3px 0px;
	margin: 0px;
	font-size: 1em;
}

#header {
	height: 117px;
	background: url("/images/hp/logo1.gif") 0 27px no-repeat;
}


#menu {
	height: 221px;
}


#topmenu {
	height: 24px;
}

#bottommenu {
	height: 27px;
	background-color: #555;
	color: white;
	padding:15px 0 0 0;
}

*:first-child+html #bottommenu {
	height: 28px;
}

.topmenu {color:#000; text-align:center; padding:0.1em 1em; margin: 0;}
ul.topmenu {list-style-type:none; display:inline; margin:0;}
.topmenu li {display:inline; margin: 0 0.1em;}
.topmenu a, .topmenu a:hover {color:#000; font-size:1em; text-decoration:none;}
.topmenu a:hover {text-decoration:underline;}

.bottommenu {text-align:center; padding: 0 0.5em; margin: 0;}
ul.bottommenu {list-style-type:none; display:inline; margin:0;}
.bottommenu li {
	color:#ddd; 
	display:inline; 
	margin: 0 0.09em;
	font-size: 1em;
}
.bottommenu a {color:#ddd; font-size:1em; text-decoration:none;}
.bottommenu a:hover {text-decoration:underline;}

#mainpic {
	padding: 0; margin: 0; height: 155px;
	background: url("/images/hp/mainfon.jpg");
	position: relative;
}

#mainpic img {
	width:900px; height:155px; border:none; padding:0; margin:0;
}

#mainpic-msg {
	width: 500px;
	position: absolute;
	top: 20px;
	left: 20px;
}

#mainpic-msg p {
	margin: 0px;
	padding: 0px;
}

#mainpic-msg-subtitle {
	font-style: italic;
	text-align: center;
}
#mainpic-msg-title {
	font-weight: bold;
	text-align: center;
}
#mainpic-msg-text {
	text-align: justify;
}
#mainpic-msg-sign {
	font-weight: bold;
	text-align: right;
}

#mainpic-msg2 {
	width: 200px;
	position: absolute;
	top: 60px;
	left: 600px;
	color: #CCFFFF;
	font-weight: bold;
	font-size: 14pt;
	text-align: center;
}

#mainpic-msg2 a,#mainpic-msg2 a:visited {
	text-decoration: none;
	color: #CCFFFF;
}

#mainpic-msg2 a:hover {
	text-decoration: underline;
	color: #CCFFFF;
}

#content {
	overflow:hidden; width:100%;
	clear:both;
}


#col1 {
	float:left; width:32%
}
#col2 {
	float:left; width:32%
}
#col3 {
	float:left; width:35%
}

.colcontent {
	margin: 0;
	padding: 0px 5px;
	color: #666;
}

.colcontent a {
	color: #666;
	text-decoration: none;
}

.colcontent a:hover {
	text-decoration: underline;
}

.colcontent ul {
	margin-top: 0;
	padding-top: 0;
}

.colcontent h3 {
	font-size: 1em;
	padding: 20px 0;
	margin:0;
	color: #999;
	text-transform: uppercase;
	text-align: center;
	white-space: nowrap;
}

.rndimg {
	text-align: center;
}
.rndimg img {
	margin: 5px 0;
	padding: 5px 5px;
	border: 1px solid #ccc;
	width: 130px;
	height: 100px;
}


#search {
	margin: 0px;
	margin-left: 280px;
	padding: 0px 0px;
	padding-top: 24px;
}

#search form {
	margin: 0;
	padding: 0;
}

#search p {
	padding: 0px;
	padding-top: 3px;
	margin: 0px;
}

#searchinput {
	width:80%;
}

#footer {
	background-color: #555;
	position: relative;
	height: 1em;
	padding: 0.5em 0;
}

#copyright {
	position: absolute;
	top: 0.9em; 
	right: 1em;
	color: #ddd;
	font-size: 0.8em;
}

#langs {
	position: absolute;
	top:5px; right: 5px;
}
#langs img {
	border: none;;
}

.footermenu {text-align:center; padding:0; margin: 0;}
ul.footermenu {list-style-type:none; display:inline; margin:0;}
.footermenu li {color:#ddd; display:inline; margin: 0 0.2em;}
.footermenu a {color:#ddd; font-size:1em; text-decoration:none;}
.footermenu a:hover {text-decoration:underline;}