body
{
    background-image: url('bg_silver_pink.gif');
    background-repeat: repeat;
    margin: 0;
    padding: 0;
    color: #ff33cc;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
    color: #ff33cc;
}

.text_top_menu {
    color: #ff33cc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.text_white {
    color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}


.bg_left_menu {
    height:26px;
    background-image: url('btn_silver.gif');
    background-repeat: no-repeat;
    background-position:  left 50%;
}

.bg_menu {
	background-image: url('bg_01_pink.jpg');
	background-repeat: repeat-x;
}

.bg_left {
	background-image: url('129_r_white.gif');
	background-repeat: repeat-y;
}

.r_arrow {
    float: left;
    width:12px;
    height=26px;
    background-image: url('arrow_pink.gif');
    background-repeat: no-repeat;
    background-position: center;
}

.obsah {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
    text-align: justify;
    color: #ff33cc;
}

td {align:left;}

legend {color: #ff33cc;}

a:hover {
	color: #990072;}
	
a.odkaz:link img{
		border: solid #CCCCCC 1px;
}

a.odkaz:visited img{
		border: solid #999999 1px;
}

a.odkaz:hover img{
		border: solid #ff33cc 1px;
}