html, body, ul, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

img {
	border: 0px;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
.left {
	float: left;
	margin-right: -130px;
	position: relative;
}
.right {
	float: right;
	margin: 5px 0 5px -130px;
	position: relative;
}
.textleft {
	text-align: left;
}
.clear {
	clear: both;
}

body {
	background: white;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
}
#wrapper {
	text-align: left;
	margin: auto;
	width: 728px;
}

#body {
	background: url(../graphic/body_bg.gif) repeat-y;
	width: 100%;
}
#body-top {
	background: top left url(../graphic/body_top.gif) no-repeat;
	position: relative;
}
#body-bot {
	background: bottom left url(../graphic/body_bot.gif) no-repeat;
	padding-bottom: 17px;
}
#body-top-2 {
	position: absolute;
	top: 12px;
	left: 251px;
	width: 463px;
	height: 11px;
	background: top left url(../graphic/body_top_2.gif) no-repeat;
}

#wrapper {
	position: relative;
	padding-top: 68px;
}
.qt {
	position: absolute;
	top: 36px;
	left: 13px;
	font-size:26px;
	color:#3f3c2d;
	font-weight: bold;
	font-variant: small-caps;
	font-family: Arial, Helvetica, sans-serif;
}
#nav {
	position: absolute;
	top: 43px;
	left: 256px;
}
#nav  a {
	background-image:url(../graphic/menu.gif);
	width:90px;
	height:19px;
	display:inline;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align:center;
	padding-top:6px;
	text-decoration:none;
	color:#e9e4d0;
	font-weight:bolder;
}
#nav  a:hover {
	color:#544e38;
}

#body-bot {
	padding-top: 12px;
}
#tools {
	float: left;
	width: 231px;
	padding-left: 13px;
	text-align:center;
	color: #bbc0c6;
}
#tools a {
	color: #F2F7F8;
}
#tools a:hover {
	color: #CFCCBF;
}

#tools p {
	margin: 0px 19px;
}
#tools .textleft {
	margin-top: 12px;
	padding:2px 2px 2px 2px;
	margin:10px 10px 10px 10px;
	float: right;
	text-align: justify;
}

#tools .percent {
	font-size: 12px;
	font-weight:bolder;
	margin-top: 20px;
	margin-bottom: 5px;
	color: #e9e4d0;
}

#tools .answer {
	margin: 0px 19px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#content {
	float: right;
	width: 418px;
	padding-right: 34px;
	padding-top: 23px;
	color: #686454;
}
#content .left {
	margin-right: 10px;
}

#content .logo {
	text-align: center;
	margin-bottom: 20px;
}

.ad {
	padding-left: 300px;
	padding-top: 23px;
	margin-bottom: 20px;
	color: #686454;
}

.logo2 {
	text-align: center;
	margin-bottom: 50px;
	margin-top: 40px;
	font-size: 15px;
	font-family: "Verdana";
	font-weight: bold;
	color: #336699;
}

.search {
	text-align: center;
}

.flags {
	text-align: center;
	margin-bottom: 100px;
}

.fineline {
	border-bottom: 1px solid #86a5c6;
	margin-top: 10px;
}

#footer {
	font: 11px arial, sans-serif;
	color: #4E4A3A;
	text-align: right;
	padding-right: 47px;
}
#footer p {
	margin-top: 0.5em;
}

input.calculator {
	width: 25px;
	height: 25px;
	text-align: center;
	padding: 0px;
}


.quickiqtest {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 30px;
	margin-top: 0px;
}

#instructions {
	margin-top: 40px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	font-weight: bold;
}

.text {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000033;
	margin-bottom: 50px;
}

input.addto {
	font-size: 100%;
	height: 20px;
	padding: 0 .25em 0 .25em;
	overflow: visible;
}

div.text ul {
	margin: 1.5em;
	margin-top: 0.2em;
	margin-bottom: 0;
}

div.text ul li {
	line-height: 17px;
	list-style-image: url(../graphic/odrazka.gif);
	background-repeat: no-repeat;
	display: block;
}
   
.start {
	font-family: Verdana;
	color: #D80000;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	margin-bottom: 20px;
}

.start A:link {
	text-decoration: none;
	color: #D80000;
}
.start A:visited {
	text-decoration: none;
	color: #D80000;
}
.start A:active {
	text-decoration: none;
	color: #D80000;
}
.start A:hover {
	color: red;
}

.links {
	font-family: Verdana;
	color: #3584A5;
	text-decoration: none;
	text-align: center;
}

.links A:link {
	text-decoration: none;
	color: #3584A5;
}
.links A:visited {
	text-decoration: none;
	color: #3584A5;
}
.links A:active {
	text-decoration: none;
	color: #544e38;
}
.links A:hover {
	color: blue;
}

.validation {
	margin-top: 20px;
	text-align: right;
}
.center{
	text-align: center;
	margin-bottom: -30px;
}
