/***************************************************************************
* Copyright (C) Ladislav Gášek, 2006													*
* http://www.mystery-ds.cz/ 																*
* You CANNOT use this stylesheet, or part of it, without my permission!! 	*
* for project: Maruška																		*
/**************************************************************************/
a {
	color: #3C7FAF;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #16316F;
	text-decoration: underline;
}
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
p {
}
h1{
	border-bottom: 1px solid #07519A;
	color: #07519A;
	font-size: x-large;
	margin-bottom: 4px;
	margin-top: 3px;
	padding-bottom: 4px;
}
h2{
	color: #07519A;
	font-size: large;
	margin-bottom: 4px;
	margin-right: 4px;
	margin-top: 4px;
	margin-top: 6px;
	padding-bottom: 2px;
}
h3{
	background-color: #07519A;
	color: #FFFFFF;
	font-size: medium;
	margin-bottom: 4px;
	margin-top: 4px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-top: 6px;
}
h4{
	background-color: #07519A;
	color: #AACCEE;
	font-size: medium;
	margin-bottom: 4px;
	margin-top: 4px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-top: 6px;
}
h5{
	background-color: #07519A;
	color: #FFFFFF;
	font-size: small;
	margin-bottom: 4px;
	margin-top: 4px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-top: 3px;
}
h6{
	color: #320000;
	font-size: medium;
	margin-bottom: 4px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 4px;
}
hr{
	border: 1px dashed #07519A;
	border-left: none;
	border-right: none; 
}
div.full_content li {
	color: #000000;
	font-weight: bold;
	list-style: outside url(../img/cube.png);
	list-style-image: url(../img/cube.png);
}
div.full_content ol li {
	list-style: upper-roman;
}

.notice {
	background-color: #DCE8F1;
	border: 1px solid #AACCEE;
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 4px;
	margin-left: auto;
	margin-right: 10px;
	width: 35%;
}


.linkbox {
	background-color: #DCE8F1;
	border: 1px solid #AACCEE;
	display: block;
/*	font-weight: bold;*/
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 4px;
	margin-left: auto;
	margin-right: 10px;
	width: 35%;
}
