/* basic elements */

BODY {
	Color: Black;
	Background: White;
	Margin: 2ex;
	Padding: 2ex;
	Font-size: 10pt;
	Font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

A:link {
	Text-decoration: none;
	Color: rgb(28,187,194);
	Font-weight : bold;
}

A:visited {
	Text-decoration: none;
	Color: rgb(28,187,220);
	Font-weight : bold;
}

A:hover, A:active {
	Text-decoration: underline;
	Color: rgb(28,187,194);
	Font-weight : bold;
}

H1 {
	border-bottom-color : rgb(28,187,220);
	border-bottom-style : solid;
	border-bottom-width : thin;
	width : 80%;
	font-size : 2em;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
}

H2 {
	border-bottom-color : rgb(28,187,220);
	border-bottom-style : solid;
	border-bottom-width : thin;
	width : 65%;
	color: Black;
	font-size : 1.5em;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
}

H3 {
	width : 50%;
	font-size : 1.2em;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	color : rgb(28,187,220);
}

/* ######### Pravy stlpec / Right column ######### */

#rightcolumn{
/*        position: absolute;*/
        overflow: hidden;
        right: 0px;
        top: 20px;     
	width:  150px;                  
	float: right;

}


#rightcolumn .blocklook b{
display: block;
background: black url("../images/rightgradient2.gif") top left repeat-x;
border-bottom: 1px solid black;
padding-left: 5px;
}

#rightcolumn .blocklook b{
display: block;
background: black url("../images/rightgradient2.gif") top left repeat-x;
border-bottom: 1px solid black;
padding-left: 5px;
}

/* ######### Stredny stlpec / Right column ######### */

#content {
	width:600px;   
	padding:5px;
	padding-left:15px;
	}

.change {
         color: red;
        }