/* zakladni nastaveni stylu */

html {height: 100%; margin:0; padding:0;
    scrollbar-track-color:steelblue;
    scrollbar-face-color:#FFD0A6;
    scrollbar-highlight-color:#FFD0A6;
    scrollbar-3dlight-color:steelblue;
    scrollbar-darkshadow-color:#FFD0A6;
    scrollbar-shadow-color:steelblue;
    scrollbar-arrow-color:steelblue;
}

body{	height: 100%;
		padding:0;
		margin: 0;
        font-family: Verdana, Arial, Helvetica, sans-serif; 
	    font-size: 10pt;
	    color: #333333; 
     	background-color: #FFD0A6;

}

#supportpage h1 {	color: navy;
	    font-size: 22px;
		display: block;
		padding: 8px 5px 8px 35px;
		margin: 10px 0 10px 0;
		background: white url('img/pod_nadpis2.png') no-repeat 0% 50%;
		border: 1px solid steelblue;
	    font-weight: bold;
}
#supportpage h2 {
	color: navy;
	font-size: 14pt;
	font-weight: bold;
	clear: left;
}
#supportpage h3 {	color: navy;
	    font-size: 12pt;
	    font-weight: bold;
		clear: left;
}
#supportpage ul  {   list-style-type: square;
} 


 a:link {	  color: #0066FF;
	          text-decoration: none;
}
 a:visited {   color: #CC0066;
	          text-decoration: none;
}
 a:hover {     text-decoration: underline;
	          color: #0000FF; 
}
 a:active {    text-decoration: underline;
	          color: #cc0000;
}


a.external
{
    background-image: url('img/silver.gif');
    background-position: center right;
    background-repeat: no-repeat;
    padding-right: 10px;
}