/* Zaklad */
BODY					{
						font-size: 13px;
						color: black;
						font-family : Arial,'Arial CE',sans-serif;
						background-color: #E1DEE4;
						}


#case					{		
						width: 650px;
						background: #3C3C3C;
						background-image: url(pruh.png);
						background-repeat: repeat-x;
						border: 2px solid #223448;
						color: White;
						margin-top: 10%;
						}
						
#form					{		
						margin-top: 50px;
						margin-bottom: 30px;
						}
						
.white {
color : white;
text-decoration: none;
}

.white:hover {
color : white;
text-decoration : underline;
}


						