/*Live Site CSS*/
body{ 
	background-color: #ffffff;
	color: #003399;
	}
#size {
	width: 780px;
	margin-left:auto;
	margin-right:auto;
	}
#body{
	overflow:hidden;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width:100%;
	height:100%;
	float:center;
	} 

#leftbox {
	width: 18%;
	float: left;
	margin-right: 7px;
	}

#rightbox{
	width: 18%;
	float: right;
	margin-left: 0px;
	}
#topmenu{
	height: 30px;
	width: 100%;
	}
#stopka{
	border-top: 1px solid #5C9EBF;
	border-top-style: dotted;
	clear: both;
	height: 30px;
	width: 100%;
	}

input.inputbox {
	border: 1px solid #5C9EBF;
	}
input.button {
	border: 1px solid #5C9EBF;
	color: #003399;
	background: #AACFE3;
	}
a {
        font-family: verdana,arial,helvetica,sans-serif;
	color: #003399;
        text-decoration: none;
}
a:hover {
        font-family: verdana,arial,helvetica,sans-serif;
        color: #FF9933;
        text-decoration: none;
        }
