body{
	font-weight: normal;
	color: #f3f3f1;
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 83%;
	background: url("../_images/bg-main.gif") #201F22;
	margin: 0;
	text-align: left;
}

a{
	font-weight: normal;
	color: #1949fa;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
	color: #8a8a8a;
}
a:focus{
	text-decoration: none;
	color: #fff;
}

img{
	border: 1px solid #fff;
}
a img{
	border: 1px solid #324dae;
}
a img:hover{
	border: 1px solid #fff;
}

h1, h2, h3, h4, h5, h6{
  font-family: Georgia, "New York CE", utopia, serif;
	margin: 15px 0 15px 0;
	color: #319ae3;
}
h1{
	margin: 0 0 30px 0;
	font-size: 200%;
	font-weight: normal;
}

h2{
	font-size: 145%;
	font-weight: bold;
}

h3{
	font-size: 115%;
}

h4{
	font-size: 100%;
}

h5{
	color: #ccc;
	font-size: 95%;
}

h6{
	color: #ddd;
	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: #ccc;
}
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: #ccc;
	margin: 5px 0 0 6px;
}
th{
	font-weight: bold;
	text-align: center;
	font-size: 94%;
	background: #222;
	color: #fff;
}
th, td{
	border: 1px solid #666;
	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 #ccc;
}

blockquote{
	border-left: 1px solid #aaa;
	font-style: italic;
	margin: 0 25px;
}
blockquote p{
	padding: 0;
	margin: 10px;
}

