body{
	font-weight: normal;
	color: #444;
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 83%;
	background: #efe9e2;
	margin: 5px 0;
	text-align: center;
}

a{
	font-weight: normal;
	color: #0828c5;
	text-decoration: underline;
}
a:visited{
	color: #2a4f8c;
}
a:hover{
	text-decoration: none;
	color: #2a4f8c;
}
a:focus{
	text-decoration: none;
	color: #2a4f8c;
}

img{
	border: 0px solid #000;
}
a img{
	border: 1px solid #CF0000;
}

h1, h2, h3, h4, h5, h6{
	padding: 15px 0 0 0;
	margin: 0;
	font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
}
h1{
	color: #000;
	font-size: 155%;
	font-weight: normal;
}

h2{
	color: #4f4f4f;
	font-size: 170%;
	font-weight: normal;
}

h3{
	color: #BD7E15;
	font-size: 100%;
}

h4{
	color: #CD491D;
	font-size: 100%;
}

h5{
	color: #AD7350;
	font-size: 90%;
}

h6{
	color: #CD491D;
	font-weight: normal;
	font-size: 90%;
}

p{
	margin: 0 0 10px 0;
}

/* list features */
ul, ol{
	margin: 0 0 10px 40px;
	padding: 0;
	list-style-type: disc;
}
ul ul, ol ol{
	list-style-type: square;
	margin: 0 0 0 20px;
}
ul ul ul, ol ol ol{
	list-style-type: circle;
	margin: 0 0 0 20px;
}

ol, ol ol, ol ol ol{
	list-style-type: decimal;
}
ol.lowalpha, ol.mala-pismena{
	list-style-type: lower-alpha !important;
}
ol.upperalpha, ol.velka-pismena{
	list-style-type: upper-alpha !important;
}
ol.upperroman, ol.velka-rimska-pismena{
	list-style-type: upper-roman !important;
}
ol.lowroman, ol.mala-rimska-pismena{
	list-style-type: lower-roman !important;
}

li{
	margin: 0;
	padding: 0;
}

/* definition list */
dl{
	margin: 10px 0 10px 15px;
}
dt{
	font-weight: bold;
	color: #920000;
}
dd{
	margin: 6px 0 6px 15px;
	line-height: 1.5em;
}

/* table features */
table{
	border-collapse: collapse;
	margin: 5px auto 10px auto;
	width: 100%;
}
caption{
	font-weight: bold;
	text-align: left;
	font-size: 100%;
	color: #920000;
	margin: 5px 0 0 6px;
}
th{
	font-weight: bold;
	text-align: center;
	font-size: 94%;
	background: #F9E8D0;
	color: #815025;
}
th, td{
	border: 1px solid #920000;
	padding: 7px 2px;
}
td strong{
	font-size: 94%;
}

/* form features */
form{
	margin: 0;
	padding: 0;
}
fieldset{
	text-align: left;
	border: 1px solid #ffc85f;
	padding: 10px;
}
input, textarea, select{
	background: #F9F9F9;
	border: 1px inset #c7c7c7;
	padding: 2px 4px;
	color: #000;
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 100%;
}
input.button{
	background: #ddd;
	border: 1px outset #EDEDED;
	padding: 3px;
	margin: 10px;
}
input:focus, select:focus, textarea:focus{
	border: 1px inset #ff9417;
}
legend{
	font-size: 100%;
	font-weight: bold;
	padding: 0.2em 0.5em;
	border: 1px solid #f7af26;
	color: #666;
	text-align: right;
}
label{
	float: left;
	text-align: right;
	font-weight: bold;
	font-size: 86%;
	width: 30%;
	margin-right: 0.5em;
	padding-top: 0.2em;
}

abbr, acronym{
	cursor: help;
	border-bottom: 1px dashed #f00;
}

blockquote{
	border-left: 1px solid #aaa;
	font-style: italic;
	margin: 0 25px;
}
blockquote p{
	padding: 0;
	margin: 10px;
}
