/* Created by Kodl */

/* Definice vzhledu dokumentu */
body, html  {background-image: url('../pics/pozadi.jpg');
            border: #FFCC00;
			color: #FFCC00;
            font-family: Times;
            scrollbar-track-color: #ffcc00;
			scrollbar-face-color: #ffcc00;
			scrollbar-highlight-color: #ffcc00;
			scrollbar-3dlight-color: #ffcc00;
			scrollbar-darkshadow-color: #ffcc00;
			scrollbar-shadow-color: #ffcc00;
			scrollbar-arrow-color: #ffcc00;}

/* Definice odkazů */
a#1:visited {text-decoration: none; color: #ffcc00; background-color: #FFCC99;}
a#1:link {text-decoration: none; color: #ffcc00; background-color: #FFCC99;}
a#1:hover {text-decoration: none; color: #ffcc00; background-color: #FFCC99;}
a#1:active {text-decoration: none; color: #ffcc00; background-color: #FFCC99;}

/* Definice odkazů - email */
a#2:visited {text-decoration: none; font-size: x-small; color: #ffcc00; background-color: #FFCC99;}
a#2:link {text-decoration: none; font-size: x-small; color: #ffcc00; background-color: #FFCC99;}
a#2:hover {text-decoration: none; font-size: x-small; color: #ffcc00; background-color: #FFCC99;}
a#2:active {text-decoration: none; font-size: x-small; color: #ffcc00; background-color: #FFCC99;}

/* Definice odkazů - jména přispěvovatelů (mělo by se shodovat s barvou textu!)*/
a#3:visited {text-decoration: none; color: #ffcc00;}
a#3:link {text-decoration: none; color: #ffcc00;}
a#3:hover {text-decoration: none; color: #ffcc00;}
a#3:active {text-decoration: none; color: #ffcc00;}

/* Definice odkazů - stránky */
a#4:visited {text-decoration: none; font-size: 9px; color: #ffcc00; background-color: #FFCC99;}
a#4:link {text-decoration: none; font-size: 9px; color: #ffcc00; background-color: #FFCC99;}
a#4:hover {text-decoration: none; font-size: 9px; color: #ffcc00; background-color: #FFCC99;}
a#4:active {text-decoration: none; font-size: 9px; color: #ffcc00; background-color: #FFCC99;}
span#1 {font-size: 9 px; font-weight: bold;}
span#2 {font-size: 9 px; font-weight: normal;}

/* Definice vzhledu input tagů */
input {border-color: #ffcc00; border-style: solid; border-width: 1px; background: #FFCC99;}
textarea {border-color: #ffcc00; border-style: solid; border-width: 1px; background: #FFCC99;}
select {border-color: #ffcc00; border-style: solid; border-width: 1px; background: #FFCC99;}
