* {

	font-family: Verdana;
	font-size: 12px;
	
	
}

img {
	border: none;
}

BODY {

	background-color: #f5f5f5;
	height: 100%;
}

h1 {

	text-align: center;
	font-weight: normal;
	padding-top: 15px;
	margin: 0px;
	font-size: 22px;
	text-decoration: underline;
}

strong {
	font-size: 22px;
	font-weight: 1000;
	

}

hr {

	color: #666666;
	width: 200px;
	border: 1px solid #666666;

}


div#main {
	position: relative;
	margin-top: 10%;
	width: 900px;

}

div#topmenu {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 60px;
	width: 900px;
	background-color: #e8e8e8;
	
	border: gray 1px dotted;

}

div#leftmenu {

	position: absolute;
	left: 0px;
	top: 70px;
	border: gray 1px dotted;
	background-color: #e8e8e8;	
	height: 70px;
	width: 90px;

}

div#leftmenu ol {
	padding: 5px;	
	list-style: none;
	text-align: left;
	margin: 0px;
	margin-bottom: 5px;
	
}

div#leftmenu li {
	
	margin-top: 5px;

}


a:link,a:visited{
font-size: 10px;
color: #000000;
text-decoration:none;
font-weight: bold;
text-align: left;
}

a:hover{
font-size: 10px;
color: #000000;
text-decoration:underline;
font-weight: bold;
text-align: left;
}

div#leftmenu2 {
	padding: 3px;
	margin-top: 10px;
	width: 100px;
	margin-right: 10px;
	background-color: #e8e8e8;
	vertical-align: middle;
	border: gray 1px dotted;
	display: inline-block;
	float: left;
}

div#content {
	position: absolute;
	left: 100px;
	top: 70px;
	width: 800px;
	background-color: #e8e8e8;
	vertical-align: middle;
	border: gray 1px dotted;
	display: inline-block;
	float: right;
}

div#footer {
	width: 100%;
	padding: 0 15px -15px 15px;	
	color: #7c91be;
	background-color: #f2efef;
	
}

div#langstrip {

	position: absolute;
	left: 0px;
	top: 150px;
	border: gray 1px dotted;
	background-color: #e8e8e8;	
	text-align: left;
	width: 90px;
	
}

div#langstrip img {

	padding: 10px;

}

#resultdiv {

}

#resultdiv.ajax-loading  {
	padding: 15px 0;
	background: url('/img/ajax-loader.gif') no-repeat center;
}

.pos {
	margin-left: 250px;
	text-align: left;

}
.pos-label {
	display: table-cell;	
	width: 100px;
	font-weight: bold;
	text-align: right;
	padding: 5px;
}

.pos-value {
	display: table-cell;
	

}

.information {

	width: 80%;
	text-align: center;

}

.hyperlink {

	width: 280px;
	background-color: #e8eaee;

}

.htmlcodebox {

	background-color: #FFFFFF;
	color: #17c313;
	padding: 5px;
	text-align: left;
	width: 80%;

}


