h1 {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 40px;
	background-color: #F2F2F2;
}

a {
	text-decoration: none;
	color: #0033CC;

}

a:hover {
	text-decoration: underline;
	color: #0033CC;

}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: white;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#navlist {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-color: #F2F2F2;
}

#navlist li {
	list-style: none;
	margin: 0;
	display: inline;
}

#navlist li a {
	border: 1px solid #ccc;
	border-bottom: none;
	margin: 0px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0033CC;
	background: #E8E8E8;
	
}

hr {
	height: 1px;
	border-top-style: solid;
	border-left-width: 1px;
	border-top-color: #CCCCCC;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

body.start #navlist li a#start, body.search #navlist li a#search, body.add #navlist li a#add, body.language #navlist li a#language, body.extern #navlist li a#extern, body.word #navlist li a#word {
	background: white;
	color: #000;
	border-bottom: 1px solid white;
}

li, p, div, h3, table.no2, fieldset {
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 15px;
	margin-left: 40px;
}

li {
	margin-bottom: 0px;
}

fieldset {
	margin-top: 15px;
	border: 1px solid #CCCCCC;
}

table.no1 td, table.no1 th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-align: left;
	vertical-align: top;
}

table.no1 tr.odd {
	background-color: #F2F2F2;
}

table.no1 th {
	font-size: 12px;
	border-bottom-width: 3px;
}

label {
	font-size: 12px;
	font-weight: bold;
}

table.no1 {
	border-collapse: collapse;
	width: 100%;
}

table.no2 {
	border-collapse: collapse;
	
}

table.no2 td {
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-size: 20px;
	line-height: 20px;
}

input.key {
	width: 30px;
	margin-top: 2px;
	margin-bottom: 2px;

}

form {
margin: 0px;
padding: 0px;

}


form.word p label {
	width: 100px;
	float: left;
	text-align: right;
	margin-right: 10px;
	margin-top: 2px;
	display: block;
}

form.word p input.submit {
	margin-left: 110px;
}
