.text
{
 font-size : 10px;
 font-family : Verdana;
 color : #123f5f;
 font-weight : normal;
}

.text-small
{
 font-size : 9px;
 font-family : Verdana;
 color : #123f5f;
 font-weight : normal;
}

.text-bold
{
 font-size : 10px;
 font-family : Verdana;
 color : #123f5f;
 font-weight : bold;
}

.text-biger
{
 font-size : 14px;
 font-family : Verdana;
 color : #ffffff;
 font-weight : bold;
}

.text-bold-topic
{
 font-size : 11px;
 font-family : Verdana;
 color : #123f5f;
 font-weight : bold;
}

.text-red
{
 font-size : 10px;
 font-family : Verdana;
 color : red;
 font-weight : bold;
}

.text-topic
{
 font-size : 11px;
 font-family : Verdana;
 color : #ffffff;
 font-weight : bold;
}

.novinka
{
 font-size : 10px;
 font-family : Verdana;
 color : #black;
 font-weight : normal;
}

.text-link
{
 font-size : 10px;
 font-family : Verdana;
 color : #223f6f;
 font-weight : bold;
 text-decoration: none; 
}

.text-link:active
{
 font-size : 10px;
 font-family : Verdana;
 color : red;
 font-weight : bold;
 text-decoration: none;  
}

.text-link:visited
{
 font-size : 10px;
 font-family : Verdana;
 color : #223f6f;
 font-weight : bold;
 text-decoration: none;  
}

.text-link:hover
{
 font-size : 10px;
 font-family : Verdana;
 color : red;
 font-weight : bold;
 text-decoration: none;  
}

.input
{
 font-family : Verdana;
 font-size : 10px;
 background-color : #dddddd;
 color : #000000;
 width : 220px;
 border-color : #000000;
 border : 1px solid;
 margin : 2px;
}

.input-button
{
 font-family : Verdana;
 font-size : 10px;
 font-weight : bold; 
 background-color : #123f5f;
 color : #ffffff;
 width : 100px;
 border-color : #000000;
 border : 1px solid;
 margin : 2px;
}