body {

	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			9pt;

	color: 				#000;

	margin: 			10pt;
	padding:			0;
	background-color:	#c0c0c0;
}

textarea,input {
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin-top: 3px;
}

img,form {
	margin:		0;
	padding:	0;
	border: 	0;
}

blockquote {
	color: #888;
}

table {
	font-size: 10pt;
}

.left {
	float: left;
}

.right {
	float: right;
}

a:active, a:visited, a:link {
	color: #000;
}

a:hover {
	color: #006185;
}

.tr {
	text-align: right;
}

label {
	float: left;
	width: 200px;
	margin-bottom: 3px;
}

.widthA {
	width: 200px;
}

#loader {
	position: absolute;
	top: 250px;
	left: 670px;
	display: none;
}

/* Wrapper */

#wrapper {
	width: 		750px;
	min-height: 200px;
	border: 	2px solid #000;
	margin: 	0 auto;
	background-color: #fff;
	position: 	relative;
}

#header {
	background-image: url(../img/head_rep.png);
	background-repeat: x-repeat;

	height: 95px;
	width: 100%px;
}

#header h1 {
	text-indent: -9999px;
	height: 95px;
	width: 286px;
	background-image: url(../img/logo.png);
	float: left;
}

#header h1 a {
	display: block;
	height: 95px;
	width: 286px;
}

#menu {
	height: 38px;
	background-color: #dcdcdc;
	position: absolute;
	width: 750px;
}

#menu ul {
	margin: 0px;
	position: relative;
	top: 10px;
	padding: 0px;
}

#menu ul li {
	float: left;
	list-style: none;
	margin-right: 1px;
}

#menu ul li a {
	padding: 10px;
	padding-left: 30px;
	padding-right: 30px;
	border-right: 1px solid #fff;
	text-decoration: none;
	font-size: 12pt;
	text-transform: uppercase
}

#menu ul li a:hover {
	background-color: #ececec;
}
/* Content */

h1 {
	color: #006185;
	margin: 0px 0px 10px 0px;
	text-transform: uppercase;
}

#content {
	width: 100%px;
	min-height: 100px;
	padding: 20px;
	text-align: justify;
	margin-top: 40px;
}

.box {
	background-color: #f1f1f1;
	border: 2px solid #000;
	padding: 10px;
	margin-bottom: 10px;
	width: 685px;
}

.box h2 {
	margin: 0px 10px 10px 0px;
	text-transform: uppercase;
	color: #000;
	text-align:right;
}


p .type {
	display: block;
	font-style: italic;
	color: #006185;
	padding-bottom: 5px;
}

#flower {
	height: 100px;
	overflow: hidden;
	width: 680px;
}

.item {
	width: 500px;
	height: 100px;
	display: block;
	margin: 0px;
}

#output {
	margin-left: 200px;
	display: block;
	padding-top: 10px;
}

/* Footer */
#footer {
	width: 100%px;
	text-align:right;
	padding: 5px;
}

#valid {
	width: 		750px;
	margin: 	0 auto;
	padding: 	3px;
	text-align: right;
}

/* Box */
span.mark {
	font-size: 12pt;
}

/* Split screen */
.split {
	width: 710px;
	margin-bottom: 10px;

}

#han, #asjen {
	width: 350px;
	float: left;
}

#han {
	border-right: 1px solid #006185;
}

.boxMe {
	border: 2px solid #000;
	margin: 10px;
	padding: 15px;
	width: 290px;
	min-height: 70px;
	background: #C6EDFC;
}

.boxMe img {
	margin-right: 10px;
}

.boxMe h3 {
	margin-top: 20px;
	font-size: 16pt;
}

.clear {
	clear:both;
	margin-top: 20px;
}
.start {
	opacity: 0;
}


.red {
	background-color: #ffc8c8;
}

.green {
	background-color: #e6ffaa;
}

.blue {
	background-color: #c6edfc;
}

.boxMe h2 {
	margin: 2px;
	margin-left: 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 13pt;
}

.kop {
	color: #016185;
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;

}

.bol {
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}

.high {
	border: 1px solid #000;
	background: #fff;
	padding: 5px;
	margin: 2px;
}

.high2 {
	border: 1px solid #000;
	background: #DCDCDC;
	padding: 5px;
	margin: 2px;
}

.key {
	border: 1px solid #000;
	background: #FFC8C8;
	padding: 5px;
	margin: 2px;
}

