body {
	background-color: #E5EEF2;
}

#content {
	width: 444px;
	height: 100%;
	overflow: auto;
	display : block;
	padding-right: 20px;
	text-align: justify;
	
	/*/*/
	background-image: url('../img/bg_corner.gif');
	background-repeat: no-repeat;
	background-position: 344px 0px;
	background-attachment: fixed;
	/* end of nn hack */
}
#content-moz {
	width: 424px;
	height: 100%;
	overflow: auto;
	display : block;
	padding-right: 20px;
	text-align: justify;
	
	/*/*/
	background-image: url('../img/bg_corner.gif');
	background-repeat: no-repeat;
	background-position: 344px 0px;
	background-attachment: fixed;
	/* end of nn hack */
}

.credits {
	font-family: verdana;
	font-size: 10px;
	color: black;
}

input.search {
	font-family: verdana;
	font-size: 10px;
	color: black;


	padding: 0px;
	height: 14px;
	width: 90px;

	background: #E9EFF2;
	/*/*/
	border: 1px solid #575757;
	/* end of nn hack */
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.m7 {
	color: black;
	text-decoration: none;
}

p, td {
	font-family: tahoma;
	font-size: 11px;
	color: #204E6E;
}

div {
	font-family: tahoma;
	font-size: 11px;
	color: #204E6E;
}

.text {
	font-family: tahoma;
	font-size: 11px;
	color: #204E6E;
}

.img {
	/*/*/
	border: 1px solid;
	border-color: #575757;
	/* end of nn hack */
}

ul {
	font-family: tahoma;
	font-size: 11px;
	color: #204E6E;
	margin: 10px;
	padding: 10px;
	list-style: outside;
}

ol {
	font-family: tahoma;
	font-size: 11px;
	color: #204E6E;
	margin: 10px;
	padding: 0px;
	list-style: inside;
}

.title {
	font-family: tahoma;
	font-size: 11px;
	color: #0B3D60;
}

.popis {
	font-family: tahoma;
	font-size: 10px;
	color: #7C7E7F;
}

input.formular {
	font-family: verdana;
	font-size: 11px;
	color: black;

	padding: 0px;
	width: 150px;

	background: #E9EFF2;
	/*/*/
	border: 1px solid #575757;
	/* end of nn hack */
}

textarea.formular {
	font-family: verdana;
	font-size: 11px;
	color: black;

	padding: 0px;
	width: 150px;

	background: #E9EFF2;
	/*/*/
	border: 1px solid #575757;
	/* end of nn hack */
}

input.formular_button {
	font-family: verdana;
	font-size: 11px;
	color: black;
	font-weight:bold;

	background: #E9EFF2;
	/*/*/
	border: 1px solid #575757;
	/* end of nn hack */
}