* {
	color: black;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Verdana;
}

body {
	background-color: #EEEEEE;
    background-image:url(background.jpg);
	margin: 0;
	padding: 0;
}

#page {
	padding: 90px 20px 10px 20px;
	background:url(title2.gif) no-repeat 20px 32px;
}

h2 {
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 10px;
}

h3, .AutoriPomocne, .AnotacePomocne, .CilePomocne {
	color: #0041BA;
	font-size: 0.8em;
	font-weight: bold;
	padding: 10px 15px 5px;
}

p {
	font-size: 0.8em;
	padding: 0px 15px;
}

a {
	text-decoration: none;
}

hr {
	border: none;
	border-top: 1px solid #008BF0;
	margin: 15px;
	margin-bottom: 5px;
	color: #008BF0;
	height: 1px;
}

ul {
	margin-left: 32px;
	font-size: 0.8em;
	list-style: url('dot.gif') square outside;
}


td {
	vertical-align: top;
}

.sipkyText {
	font-size:10px;
	color:red;
}

.sipky {
	margin-left:10px; margin-right:5px;
}

.box {
	background: #F2F2F2;
	border: 1px solid #C0C0C0;
	padding: 5px;
	padding-bottom: 10px;
	width: 100%;
}

.whiteBox {
	background: #FFFFFF;
	border: 1px solid #C0C0C0;
	padding: 5px;
	padding-bottom: 10px;
	width: 100%;
}

.categorylist {
	width: 100%;
}
.category {
	vertical-align: middle;
	padding: 5px;
}

.course {
	color: #999999;
	padding: 1px 5px;
}

.version {
	text-align: right;
	font-size: xx-small;
	font-weight: bold;
	color: #808080;
	
	padding-top: 5px;
}

.category {
	color: #0041BA;
	font-size: 1.2em;
}

a img {
	border: none;
}

#anotationContainer {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px 70px;
	display: none;
}

#alphaBackground {
	background: #EEEEEE;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: .5;
	filter:alpha(opacity=70);
	display: none;
}

#anotation {
	border: 1px solid #0041BA;
	background: #FFFFFF;
}

#close {
	background: #0041BA;
	color: #FFFFFF;
	cursor: hand;
	cursor: pointer;
	float: right;
	width: 25px;
	height: 20px;
	font-weight: bold;
	text-align: center;
}

#linkZavrit {
	text-align: right;
	padding: 5px 15px;
}

#linkZavrit a {
	color: #0041BA;
	font-size: 0.8em;
	font-weight: bold;
}

#anotationContent img {
	float: left;
	margin: 12px 15px -5px 15px;
}

a:hover, #linkZavrit a:hover {
	color: #E41B5B;
	text-decoration: underline;
}

.courseName {
	color: #0041BA;
}

#title {
	text-align: right;
}

#title h2 {
	float: left;
}

.clearBoth {
	clear: both;
}


