/* Nastavenie pisma v celom dokumente */

 TD { font-family : Arial;
      font-style: normal;
      font-size: 10pt;
      color: #eeeeee;
    }
    
.farba { color: #eeeeee;
       }

A:link		{ color: #00cccc;  text-decoration: none}
A:visited	{ color: #00cccc; text-decoration: none}
A:active	{ color: #00cccc; text-decoration: none}
A:hover	    { color: #00cccc; text-decoration: underline }


.message
{
	font-family: Arial;
}

.message .title
{
	font-weight: bold;
	font-size: 10pt;
	color: #00cccc;
	text-decoration: none;
}

.message .title:Hover
{
	color: #00cccc;
	text-decoration: underline;
}

.message .title:Visited
{
	color: #00cccc;
}

.message .title2
{
	font-weight: bold;
	font-size: 10pt;
	color: #eeeeee;
	text-decoration: none;
}

.message .title2:Hover
{
	color: #eeeeee;
	text-decoration: underline;
}

.message .title2:Visited
{
	color: #eeeeee;
}


.message .subtitle
{
	font-weight: bold;
	font-size: 10pt;
	color: #eeeeee;
	DECORATION: NONE;
}

.message .abstract
{
	font-family: Arial;
	font-size: 10pt;
        color: #eeeeee;
}

.message .abstractbold
{
	font-weight:bold;
	font-size: xx-small;
}

.message .detail
{
	font-size: 70%;
}

.message .link
{
	font-weight:bold;
	font-size: xx-small;
	color: mediumblue;
	DECORATION: NONE;
}

.message .link:Hover
{
	color: orangered;
	text-decoration: underline;
}

.message .date
{
	font-size: 10pt;
	font-weight:normal ;
	color: #eeeeee;
}

.object
{
	font-family: Arial;
}

.object .name
{
	font-weight: bold;
	font-size: 10pt;
	color: #4D73B9;
	text-decoration: none;
}
.object .name:Hover
{
	color: gray;
	text-decoration: underline;
}

.object .catalogitem
{
	font-size: 10pt;
	color: #4D73B9;
	text-decoration: none;
}

.object .catalogitem:Hover
{
	color: gray;
	text-decoration: underline;
}

body { 
background-color: #000000; 
background-image: url(../images/pozadie1.jpg); 
background-repeat: no-repeat; 
background-position: center center; 
background-attachment: fixed;
}
